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

12

/external/chromium/third_party/icu/source/test/perf/unisetperf/draft/
H A Dtrieset.cpp43 UNewTrie *newTrie=utrie_open(NULL, NULL, 0x11000, 0, 0, TRUE);
/external/icu4c/test/perf/unisetperf/draft/
H A Dtrieset.cpp43 UNewTrie *newTrie=utrie_open(NULL, NULL, 0x11000, 0, 0, TRUE);
/external/chromium/third_party/icu/source/test/intltest/
H A Dcntabcol.cpp16 testMapping = utrie_open(NULL, NULL, 0, 0, 0, TRUE);
/external/chromium/third_party/icu/source/tools/genprops/
H A Dstore.c263 pTrie=utrie_open(NULL, NULL, 40000, 0, 0, TRUE);
/external/icu4c/test/intltest/
H A Dcntabcol.cpp16 testMapping = utrie_open(NULL, NULL, 0, 0, 0, TRUE);
/external/icu4c/tools/genprops/
H A Dstore.c239 pTrie=utrie_open(NULL, NULL, 40000, 0, 0, TRUE);
/external/chromium/third_party/icu/source/common/
H A Dutrie.h523 * @see utrie_open
549 * for utrie_open() and utrie_clone().
621 utrie_open(UNewTrie *fillIn,
629 * @param fillIn like in utrie_open()
631 * @param aliasData like in utrie_open(),
641 * 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.c47 utrie_open(UNewTrie *fillIn, function
135 trie=utrie_open(fillIn, aliasData, aliasDataCapacity,
H A Dpropsvec.c511 toUTrie->newTrie=utrie_open(NULL, NULL, toUTrie->capacity,
/external/chromium/third_party/icu/source/tools/genbidi/
H A Dstore.c307 pTrie=utrie_open(NULL, NULL, 20000, 0, 0, TRUE);
/external/icu4c/common/
H A Dutrie.h523 * @see utrie_open
549 * for utrie_open() and utrie_clone().
621 utrie_open(UNewTrie *fillIn,
629 * @param fillIn like in utrie_open()
631 * @param aliasData like in utrie_open(),
641 * 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.c47 utrie_open(UNewTrie *fillIn, function
135 trie=utrie_open(fillIn, aliasData, aliasDataCapacity,
H A Dpropsvec.c513 toUTrie->newTrie=utrie_open(NULL, NULL, toUTrie->capacity,
/external/icu4c/tools/genbidi/
H A Dstore.c307 pTrie=utrie_open(NULL, NULL, 20000, 0, 0, TRUE);
/external/chromium/third_party/icu/source/tools/gensprep/
H A Dstore.c203 if(NULL==utrie_open(sprepTrie, NULL, MAX_DATA_LENGTH, 0, 0, FALSE)) {
/external/icu4c/tools/gensprep/
H A Dstore.c203 if(NULL==utrie_open(sprepTrie, NULL, MAX_DATA_LENGTH, 0, 0, FALSE)) {
/external/chromium/third_party/icu/source/test/cintltst/
H A Dtrietest.c273 newTrie=utrie_open(NULL, NULL, 2000,
464 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/icu4c/test/cintltst/
H A Dtrietest.c273 newTrie=utrie_open(NULL, NULL, 2000,
464 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/chromium/third_party/icu/source/tools/gencase/
H A Dstore.c1054 pTrie=utrie_open(NULL, NULL, 20000, 0, 0, TRUE);
/external/icu4c/tools/gencase/
H A Dstore.c1080 pTrie=utrie_open(NULL, NULL, 20000, 0, 0, TRUE);
/external/chromium/third_party/icu/source/tools/gennorm/
H A Dstore.c183 if(NULL==utrie_open(normTrie, NULL, 30000, 0, 0, FALSE)) {

Completed in 114 milliseconds

12