Searched refs:utrie2_openFromSerialized (Results 1 – 8 of 8) sorted by relevance
/external/icu4c/i18n/ |
D | uspoof_wsconf.cpp | 376 spImpl->fSpoofData->fAnyCaseTrie = utrie2_openFromSerialized( in buildWSConfusableData() 383 spImpl->fSpoofData->fLowerCaseTrie = utrie2_openFromSerialized( in buildWSConfusableData()
|
D | uspoof_impl.cpp | 611 fAnyCaseTrie = utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS, in initPtrs() 615 fLowerCaseTrie = utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS, in initPtrs()
|
/external/icu4c/common/ |
D | utrie2.h | 98 utrie2_openFromSerialized(UTrie2ValueBits valueBits,
|
D | utrie2.cpp | 124 utrie2_openFromSerialized(UTrie2ValueBits valueBits, in utrie2_openFromSerialized() function
|
D | ucnvsel.cpp | 566 sel->trie = utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS, in ucnvsel_openFromSerialized()
|
D | normalizer2impl.cpp | 310 normTrie=utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS, in load()
|
/external/icu4c/test/cintltst/ |
D | trie2test.c | 673 trie=utrie2_openFromSerialized(valueBits, storage, length2, &length3, &errorCode); in testTrieSerialize()
|
/external/icu4c/common/unicode/ |
D | urename.h | 1693 #define utrie2_openFromSerialized U_ICU_ENTRY_POINT_RENAME(utrie2_openFromSerialized) macro
|