You are here:
C++ API
Overviews
C++ API
C++ Support Classes
COM Interface
>
Enumerations
Using the dtSearch Engine with C++
Using the dtSearch Engine with C++ (Linux)
Enumerations
Language Analyzer API
External Thesaurus API
File Parser API
Classes
Functions
Structs, Records, Enums
Types
Variables
>
IcuStatusCode Enumeration
BinaryFilesSettings Enumeration
CheckConfigurationFlags Enumeration
ConvertFlags Enumeration
ConvertPathFlags Enumeration
DataSourceAccessResult Enumeration
DebugLogFlags Enumeration
ErrorCodes Enumeration
ExtractionOptionsFlags Enumeration
FieldFlags Enumeration
FileInfoFlags Enumeration
HyphenSettings Enumeration
IcuStatusCode Enumeration
IndexingFlags Enumeration
IndexingStep Enumeration
ListIndexFlags Enumeration
ListingFlags Enumeration
MergeStep Enumeration
MessageCode Enumeration
OutputFormat Enumeration
ReportFlags Enumeration
SearchFlags Enumeration
SortFlags Enumeration
TextFlags Enumeration
TypeId Enumeration
UnicodeFilterFlags Enumeration
UnindexedSearchFlags Enumeration
VerifyStep Enumeration
ViewerInfoFlags Enumeration
WordListBuilderFlags Enumeration
Close
dtSearch Text Retrieval Engine Programmer's Reference
Contents
Index
Home
IcuStatusCode Enumeration
Collapse All
Expand All
File
File:
dtsearch.h
Syntax
C++
enum
IcuStatusCode
{
icuNotLoaded
= 0,
icuLoadedOK
= 1,
icuConfigXmlNotFound
= 2,
icuLibraryNotFound
= 3,
icuDataFolderError
= 4,
icuInterfaceNotFound
= 5,
icuInitError
= 6,
icuLinked
= 7 };
Members
Members
Description
icuNotLoaded = 0
ICU has not been initialized yet.
icuLoadedOK = 1
ICU is loaded and working.
icuConfigXmlNotFound = 2
ICU was not loaded because no
icuconfig.xml
file was found.
icuLibraryNotFound = 3
ICU was not loaded because the library specified in the
icuconfig.xml
file was not found.
icuDataFolderError = 4
ICU is not working because the data folder was not found or could not be used.
icuInterfaceNotFound = 5
ICU is not working because a required interface was not found in the library.
icuInitError = 6
ICU is not working because the ICU init() API returned an error code.
icuLinked = 7
ICU is loaded and working using the standard version for this platform.
Group
Enumerations
Description
Status code indicating the detailed status of ICU