Home
last modified time | relevance | path

Searched refs:utrie2_openFromSerialized (Results 1 – 8 of 8) sorted by relevance

/external/icu4c/i18n/
Duspoof_wsconf.cpp376 spImpl->fSpoofData->fAnyCaseTrie = utrie2_openFromSerialized( in buildWSConfusableData()
383 spImpl->fSpoofData->fLowerCaseTrie = utrie2_openFromSerialized( in buildWSConfusableData()
Duspoof_impl.cpp611 fAnyCaseTrie = utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS, in initPtrs()
615 fLowerCaseTrie = utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS, in initPtrs()
/external/icu4c/common/
Dutrie2.h98 utrie2_openFromSerialized(UTrie2ValueBits valueBits,
Dutrie2.cpp124 utrie2_openFromSerialized(UTrie2ValueBits valueBits, in utrie2_openFromSerialized() function
Ducnvsel.cpp566 sel->trie = utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS, in ucnvsel_openFromSerialized()
Dnormalizer2impl.cpp310 normTrie=utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS, in load()
/external/icu4c/test/cintltst/
Dtrie2test.c673 trie=utrie2_openFromSerialized(valueBits, storage, length2, &length3, &errorCode); in testTrieSerialize()
/external/icu4c/common/unicode/
Durename.h1693 #define utrie2_openFromSerialized U_ICU_ENTRY_POINT_RENAME(utrie2_openFromSerialized) macro