Searched refs:utrie2_open (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Duspoof_wsconf.cpp118 anyCaseTrie = utrie2_open(0, 0, &status);
119 lowerCaseTrie = utrie2_open(0, 0, &status);
/external/icu/icu4c/source/i18n/
H A Duspoof_wsconf.cpp118 anyCaseTrie = utrie2_open(0, 0, &status);
119 lowerCaseTrie = utrie2_open(0, 0, &status);
H A Dcollationbasedatabuilder.cpp114 trie = utrie2_open(Collation::UNASSIGNED_CE32, Collation::FFFD_CE32, &errorCode);
H A Dcollationdatabuilder.cpp309 trie = utrie2_open(Collation::FALLBACK_CE32, Collation::FFFD_CE32, &errorCode);
/external/chromium_org/third_party/icu/source/common/
H A Dutrie2_builder.cpp109 utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode) { function
382 context.trie=utrie2_open(other->initialValue, other->errorValue, pErrorCode);
421 context.trie=utrie2_open(trie1->initialValue, errorValue, pErrorCode);
H A Dpropsvec.c517 toUTrie2->trie=utrie2_open(toUTrie2->initialValue,
H A Dutrie2.h95 * @see utrie2_open
106 * be loaded. Equivalent to calling utrie2_open() and utrie2_freeze(),
122 * @see utrie2_open
207 utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode);
H A Dnormalizer2impl.cpp1757 trie(utrie2_open(0, 0, &errorCode)),
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dtrie2test.c811 trie=utrie2_open(initialValue, errorValue, &errorCode);
813 log_err("error: utrie2_open(%s) failed: %s\n", testName, u_errorName(errorCode));
1162 trie=utrie2_open(1, 0xbad, &errorCode);
1164 log_err("error: utrie2_open(%s) failed: %s\n", testName, u_errorName(errorCode));
1215 trie=utrie2_open(1, 0xbad, &errorCode);
1217 log_err("error: utrie2_open(%s) failed: %s\n", testName, u_errorName(errorCode));
/external/icu/icu4c/source/common/
H A Dutrie2_builder.cpp109 utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode) { function
382 context.trie=utrie2_open(other->initialValue, other->errorValue, pErrorCode);
421 context.trie=utrie2_open(trie1->initialValue, errorValue, pErrorCode);
H A Dpropsvec.c517 toUTrie2->trie=utrie2_open(toUTrie2->initialValue,
H A Dutrie2.h95 * @see utrie2_open
106 * be loaded. Equivalent to calling utrie2_open() and utrie2_freeze(),
122 * @see utrie2_open
207 utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode);
H A Dnormalizer2impl.cpp1859 trie(utrie2_open(0, 0, &errorCode)),
/external/icu/icu4c/source/test/cintltst/
H A Dtrie2test.c811 trie=utrie2_open(initialValue, errorValue, &errorCode);
813 log_err("error: utrie2_open(%s) failed: %s\n", testName, u_errorName(errorCode));
1162 trie=utrie2_open(1, 0xbad, &errorCode);
1164 log_err("error: utrie2_open(%s) failed: %s\n", testName, u_errorName(errorCode));
1215 trie=utrie2_open(1, 0xbad, &errorCode);
1217 log_err("error: utrie2_open(%s) failed: %s\n", testName, u_errorName(errorCode));
/external/chromium_org/third_party/icu/source/tools/gennorm2/
H A Dn2builder.cpp175 normTrie=utrie2_open(0, 0, &errorCode);
1040 norm16Trie=utrie2_open(0, 0, errorCode);
/external/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.cpp175 normTrie=utrie2_open(0, 0, &errorCode);
1040 norm16Trie=utrie2_open(0, 0, errorCode);
/external/icu/icu4c/source/common/unicode/
H A Durename.h1685 #define utrie2_open U_ICU_ENTRY_POINT_RENAME(utrie2_open) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h1762 #define utrie2_open U_ICU_ENTRY_POINT_RENAME(utrie2_open) macro

Completed in 5585 milliseconds