Close
dtSearch Engine API for .NET Framework 2.x-4.x 2023.02
dtSearch::Engine::IcuStatusCode Enumeration
Members
Description
icuNotLoaded
ICU has not been initialized yet.
icuLoadedOK
ICU is loaded and working.
icuConfigXmlNotFound
ICU was not loaded because no icuconfig.xml file was found.
icuLibraryNotFound
ICU was not loaded because the library specified in the icuconfig.xml file was not found.
icuDataFolderError
ICU is not working because the data folder was not found or could not be used.
icuInterfaceNotFound
ICU is not working because a required interface was not found in the library.
icuInitError
ICU is not working because the ICU init() API returned an error code.
icuLinked
ICU is loaded and working using the standard version for this platform.

Status code indicating the detailed status of ICU