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

/external/chromium_org/third_party/icu/source/i18n/
H A Duspoof_wsconf.cpp329 utrie2_freeze(anyCaseTrie, UTRIE2_16_VALUE_BITS, &status);
342 utrie2_freeze(lowerCaseTrie, UTRIE2_16_VALUE_BITS, &status);
/external/icu/icu4c/source/i18n/
H A Duspoof_wsconf.cpp329 utrie2_freeze(anyCaseTrie, UTRIE2_16_VALUE_BITS, &status);
342 utrie2_freeze(lowerCaseTrie, UTRIE2_16_VALUE_BITS, &status);
H A Dcollationdatabuilder.cpp1280 utrie2_freeze(trie, UTRIE2_32_VALUE_BITS, &errorCode);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dtrie2test.c573 utrie2_freeze(trie, valueBits, &errorCode);
575 log_err("error: utrie2_freeze(%s) failed: %s isFrozen: %d\n",
580 utrie2_freeze(trie, otherValueBits, &errorCode);
582 log_err("error: utrie2_freeze(already-frozen with other valueBits %s) "
690 utrie2_freeze(trie, valueBits, &errorCode);
692 log_err("error: utrie2_freeze(unserialized %s) failed: %s isFrozen: %d\n",
696 utrie2_freeze(trie, otherValueBits, &errorCode);
698 log_err("error: utrie2_freeze(unserialized with other valueBits %s) "
1084 utrie2_freeze(trie, UTRIE2_16_VALUE_BITS, &errorCode);
1086 log_err("error: utrie2_freeze(
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dtrie2test.c573 utrie2_freeze(trie, valueBits, &errorCode);
575 log_err("error: utrie2_freeze(%s) failed: %s isFrozen: %d\n",
580 utrie2_freeze(trie, otherValueBits, &errorCode);
582 log_err("error: utrie2_freeze(already-frozen with other valueBits %s) "
690 utrie2_freeze(trie, valueBits, &errorCode);
692 log_err("error: utrie2_freeze(unserialized %s) failed: %s isFrozen: %d\n",
696 utrie2_freeze(trie, otherValueBits, &errorCode);
698 log_err("error: utrie2_freeze(unserialized with other valueBits %s) "
1084 utrie2_freeze(trie, UTRIE2_16_VALUE_BITS, &errorCode);
1086 log_err("error: utrie2_freeze(
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dpropsvec.c482 utrie2_freeze(toUTrie2.trie, UTRIE2_16_VALUE_BITS, pErrorCode);
H A Dutrie2.h106 * be loaded. Equivalent to calling utrie2_open() and utrie2_freeze(),
197 * utrie2_freeze() takes a valueBits parameter
222 * is frozen. (See utrie2_freeze().)
291 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode);
294 * Test if the trie is frozen. (See utrie2_freeze().)
H A Dutrie2_builder.cpp441 utrie2_freeze(context.trie,
1251 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode) { function
H A Dnormalizer2impl.cpp1821 utrie2_freeze(impl->fCanonIterData->trie, UTRIE2_32_VALUE_BITS, &errorCode);
/external/icu/icu4c/source/common/
H A Dpropsvec.c482 utrie2_freeze(toUTrie2.trie, UTRIE2_16_VALUE_BITS, pErrorCode);
H A Dutrie2.h106 * be loaded. Equivalent to calling utrie2_open() and utrie2_freeze(),
197 * utrie2_freeze() takes a valueBits parameter
222 * is frozen. (See utrie2_freeze().)
291 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode);
294 * Test if the trie is frozen. (See utrie2_freeze().)
H A Dutrie2_builder.cpp441 utrie2_freeze(context.trie,
1251 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode) { function
H A Dnormalizer2impl.cpp1923 utrie2_freeze(impl->fCanonIterData->trie, UTRIE2_32_VALUE_BITS, &errorCode);
/external/icu/icu4c/source/common/unicode/
H A Durename.h1677 #define utrie2_freeze U_ICU_ENTRY_POINT_RENAME(utrie2_freeze) macro
/external/chromium_org/third_party/icu/source/tools/gennorm2/
H A Dn2builder.cpp1154 utrie2_freeze(norm16Trie, UTRIE2_16_VALUE_BITS, errorCode);
/external/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.cpp1154 utrie2_freeze(norm16Trie, UTRIE2_16_VALUE_BITS, errorCode);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h1754 #define utrie2_freeze U_ICU_ENTRY_POINT_RENAME(utrie2_freeze) macro

Completed in 733 milliseconds