Searched refs:utrie2_openFromSerialized (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | uspoof_wsconf.cpp | 379 spImpl->fSpoofData->fAnyCaseTrie = utrie2_openFromSerialized( in buildWSConfusableData() 386 spImpl->fSpoofData->fLowerCaseTrie = utrie2_openFromSerialized( in buildWSConfusableData()
|
D | uspoof_impl.cpp | 648 fAnyCaseTrie = utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS, in initPtrs() 652 fLowerCaseTrie = utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS, in initPtrs()
|
D | collationdatareader.cpp | 168 data->trie = tailoring.trie = utrie2_openFromSerialized( in read()
|
/external/icu/icu4c/source/common/ |
D | loadednormalizer2impl.cpp | 92 ownedTrie=utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS, in load()
|
D | utrie2.h | 99 utrie2_openFromSerialized(UTrie2ValueBits valueBits,
|
D | ucnvsel.cpp | 566 sel->trie = utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS, in ucnvsel_openFromSerialized()
|
D | utrie2.cpp | 128 utrie2_openFromSerialized(UTrie2ValueBits valueBits, in utrie2_openFromSerialized() function
|
/external/icu/icu4c/source/test/cintltst/ |
D | trie2test.c | 671 trie=utrie2_openFromSerialized(valueBits, storage, length2, &length3, &errorCode); in testTrieSerialize()
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 1727 #define utrie2_openFromSerialized U_ICU_ENTRY_POINT_RENAME(utrie2_openFromSerialized) macro
|