Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Duspoof_wsconf.cpp379 spImpl->fSpoofData->fAnyCaseTrie = utrie2_openFromSerialized( in buildWSConfusableData()
386 spImpl->fSpoofData->fLowerCaseTrie = utrie2_openFromSerialized( in buildWSConfusableData()
Duspoof_impl.cpp648 fAnyCaseTrie = utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS, in initPtrs()
652 fLowerCaseTrie = utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS, in initPtrs()
Dcollationdatareader.cpp168 data->trie = tailoring.trie = utrie2_openFromSerialized( in read()
/external/icu/icu4c/source/common/
Dloadednormalizer2impl.cpp92 ownedTrie=utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS, in load()
Dutrie2.h99 utrie2_openFromSerialized(UTrie2ValueBits valueBits,
Ducnvsel.cpp566 sel->trie = utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS, in ucnvsel_openFromSerialized()
Dutrie2.cpp128 utrie2_openFromSerialized(UTrie2ValueBits valueBits, in utrie2_openFromSerialized() function
/external/icu/icu4c/source/test/cintltst/
Dtrie2test.c671 trie=utrie2_openFromSerialized(valueBits, storage, length2, &length3, &errorCode); in testTrieSerialize()
/external/icu/icu4c/source/common/unicode/
Durename.h1727 #define utrie2_openFromSerialized U_ICU_ENTRY_POINT_RENAME(utrie2_openFromSerialized) macro