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

/external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/
H A Dtrieset.cpp43 UNewTrie *newTrie=utrie_open(NULL, NULL, 0x11000, 0, 0, TRUE);
/external/icu/icu4c/source/test/perf/unisetperf/draft/
H A Dtrieset.cpp43 UNewTrie *newTrie=utrie_open(NULL, NULL, 0x11000, 0, 0, TRUE);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcntabcol.cpp16 testMapping = utrie_open(NULL, NULL, 0, 0, 0, TRUE);
/external/chromium_org/third_party/icu/source/common/
H A Dutrie.h524 * @see utrie_open
550 * for utrie_open() and utrie_clone().
622 utrie_open(UNewTrie *fillIn,
630 * @param fillIn like in utrie_open()
632 * @param aliasData like in utrie_open(),
642 * that was allocated by utrie_open() or utrie_clone().
H A Drbbisetb.cpp288 fTrie = utrie_open(NULL, // Pre-existing trie to be filled in
H A Dutrie.cpp47 utrie_open(UNewTrie *fillIn, function
135 trie=utrie_open(fillIn, aliasData, aliasDataCapacity,
/external/icu/icu4c/source/common/
H A Dutrie.h524 * @see utrie_open
550 * for utrie_open() and utrie_clone().
622 utrie_open(UNewTrie *fillIn,
630 * @param fillIn like in utrie_open()
632 * @param aliasData like in utrie_open(),
642 * that was allocated by utrie_open() or utrie_clone().
H A Drbbisetb.cpp288 fTrie = utrie_open(NULL, // Pre-existing trie to be filled in
H A Dutrie.cpp47 utrie_open(UNewTrie *fillIn, function
135 trie=utrie_open(fillIn, aliasData, aliasDataCapacity,
/external/chromium_org/third_party/icu/source/tools/gensprep/
H A Dstore.c203 if(NULL==utrie_open(sprepTrie, NULL, MAX_DATA_LENGTH, 0, 0, FALSE)) {
/external/icu/icu4c/source/tools/gensprep/
H A Dstore.c203 if(NULL==utrie_open(sprepTrie, NULL, MAX_DATA_LENGTH, 0, 0, FALSE)) {
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dtrietest.c274 newTrie=utrie_open(NULL, NULL, 2000,
465 newTrie=utrie_open(NULL, NULL, 2000,
H A Dtrie2test.c1298 newTrie=utrie_open(NULL, NULL, 2000,
1302 log_err("error: utrie_open(%s) failed: %s\n", testName, u_errorName(errorCode));
/external/icu/icu4c/source/test/cintltst/
H A Dtrietest.c274 newTrie=utrie_open(NULL, NULL, 2000,
465 newTrie=utrie_open(NULL, NULL, 2000,
H A Dtrie2test.c1298 newTrie=utrie_open(NULL, NULL, 2000,
1302 log_err("error: utrie_open(%s) failed: %s\n", testName, u_errorName(errorCode));
/external/icu/icu4c/source/common/unicode/
H A Durename.h1700 #define utrie_open U_ICU_ENTRY_POINT_RENAME(utrie_open) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h1777 #define utrie_open U_ICU_ENTRY_POINT_RENAME(utrie_open) macro
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_elm.cpp151 t->mapping = utrie_open(NULL, NULL, UCOL_ELM_TRIE_CAPACITY,

Completed in 424 milliseconds