Searched refs:utrie2_openFromSerialized (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Duspoof_wsconf.cpp379 spImpl->fSpoofData->fAnyCaseTrie = utrie2_openFromSerialized(
386 spImpl->fSpoofData->fLowerCaseTrie = utrie2_openFromSerialized(
H A Duspoof_impl.cpp623 fAnyCaseTrie = utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS,
627 fLowerCaseTrie = utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS,
/external/icu/icu4c/source/i18n/
H A Duspoof_wsconf.cpp379 spImpl->fSpoofData->fAnyCaseTrie = utrie2_openFromSerialized(
386 spImpl->fSpoofData->fLowerCaseTrie = utrie2_openFromSerialized(
H A Duspoof_impl.cpp623 fAnyCaseTrie = utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS,
627 fLowerCaseTrie = utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS,
H A Dcollationdatareader.cpp153 data->trie = tailoring.trie = utrie2_openFromSerialized(
/external/chromium_org/third_party/icu/source/common/
H A Dutrie2.h99 utrie2_openFromSerialized(UTrie2ValueBits valueBits,
121 * @see utrie2_openFromSerialized
319 * @see utrie2_openFromSerialized()
H A Dutrie2.cpp128 utrie2_openFromSerialized(UTrie2ValueBits valueBits, function
H A Ducnvsel.cpp566 sel->trie = utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS,
H A Dnormalizer2impl.cpp311 normTrie=utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS,
/external/icu/icu4c/source/common/
H A Dutrie2.h99 utrie2_openFromSerialized(UTrie2ValueBits valueBits,
121 * @see utrie2_openFromSerialized
319 * @see utrie2_openFromSerialized()
H A Dutrie2.cpp128 utrie2_openFromSerialized(UTrie2ValueBits valueBits, function
H A Ducnvsel.cpp566 sel->trie = utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS,
H A Dnormalizer2impl.cpp311 normTrie=utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS,
/external/icu/icu4c/source/common/unicode/
H A Durename.h1687 #define utrie2_openFromSerialized U_ICU_ENTRY_POINT_RENAME(utrie2_openFromSerialized) macro
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dtrie2test.c673 trie=utrie2_openFromSerialized(valueBits, storage, length2, &length3, &errorCode);
675 log_err("error: utrie2_openFromSerialized(%s) failed, %s\n", testName, u_errorName(errorCode));
/external/icu/icu4c/source/test/cintltst/
H A Dtrie2test.c673 trie=utrie2_openFromSerialized(valueBits, storage, length2, &length3, &errorCode);
675 log_err("error: utrie2_openFromSerialized(%s) failed, %s\n", testName, u_errorName(errorCode));
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h1764 #define utrie2_openFromSerialized U_ICU_ENTRY_POINT_RENAME(utrie2_openFromSerialized) macro

Completed in 302 milliseconds