/external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/ |
trieset.cpp | 43 UNewTrie *newTrie=utrie_open(NULL, NULL, 0x11000, 0, 0, TRUE);
|
/external/icu4c/test/perf/unisetperf/draft/ |
trieset.cpp | 43 UNewTrie *newTrie=utrie_open(NULL, NULL, 0x11000, 0, 0, TRUE);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
cntabcol.cpp | 16 testMapping = utrie_open(NULL, NULL, 0, 0, 0, TRUE);
|
/external/icu4c/test/intltest/ |
cntabcol.cpp | 16 testMapping = utrie_open(NULL, NULL, 0, 0, 0, TRUE);
|
/external/chromium_org/third_party/icu/source/common/ |
utrie.h | 523 * @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().
|
rbbisetb.cpp | 288 fTrie = utrie_open(NULL, // Pre-existing trie to be filled in
|
utrie.c | 47 utrie_open(UNewTrie *fillIn, function 135 trie=utrie_open(fillIn, aliasData, aliasDataCapacity, [all...] |
/external/icu4c/common/ |
utrie.h | 524 * @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().
|
rbbisetb.cpp | 288 fTrie = utrie_open(NULL, // Pre-existing trie to be filled in
|
utrie.cpp | 47 utrie_open(UNewTrie *fillIn, function 135 trie=utrie_open(fillIn, aliasData, aliasDataCapacity, [all...] |
/external/chromium_org/third_party/icu/source/tools/gensprep/ |
store.c | 203 if(NULL==utrie_open(sprepTrie, NULL, MAX_DATA_LENGTH, 0, 0, FALSE)) {
|
/external/icu4c/tools/gensprep/ |
store.c | 203 if(NULL==utrie_open(sprepTrie, NULL, MAX_DATA_LENGTH, 0, 0, FALSE)) {
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
trietest.c | 273 newTrie=utrie_open(NULL, NULL, 2000, 464 newTrie=utrie_open(NULL, NULL, 2000,
|
trie2test.c | [all...] |
/external/icu4c/test/cintltst/ |
trietest.c | 274 newTrie=utrie_open(NULL, NULL, 2000, 465 newTrie=utrie_open(NULL, NULL, 2000,
|
trie2test.c | [all...] |
/external/icu4c/common/unicode/ |
urename.h | 1729 #define utrie_open macro [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
urename.h | 1692 #define utrie_open macro [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
ucol_elm.cpp | 149 t->mapping = utrie_open(NULL, NULL, UCOL_ELM_TRIE_CAPACITY, [all...] |
/external/icu4c/i18n/ |
ucol_elm.cpp | 151 t->mapping = utrie_open(NULL, NULL, UCOL_ELM_TRIE_CAPACITY, [all...] |