Searched refs:utrie_open (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/test/perf/unisetperf/draft/ |
D | trieset.cpp | 43 UNewTrie *newTrie=utrie_open(NULL, NULL, 0x11000, 0, 0, TRUE); in TrieSet()
|
/external/icu/icu4c/source/test/cintltst/ |
D | trietest.c | 274 newTrie=utrie_open(NULL, NULL, 2000, in testTrieRangesWithMalloc() 465 newTrie=utrie_open(NULL, NULL, 2000, in testTrieRanges()
|
D | trie2test.c | 1296 newTrie=utrie_open(NULL, NULL, 2000, in makeNewTrie1WithRanges()
|
/external/icu/icu4c/source/common/ |
D | utrie.h | 622 utrie_open(UNewTrie *fillIn,
|
D | utrie.cpp | 47 utrie_open(UNewTrie *fillIn, in utrie_open() function 135 trie=utrie_open(fillIn, aliasData, aliasDataCapacity, in utrie_clone()
|
D | rbbisetb.cpp | 288 fTrie = utrie_open(NULL, // Pre-existing trie to be filled in in build()
|
/external/icu/icu4c/source/tools/gensprep/ |
D | store.c | 203 if(NULL==utrie_open(sprepTrie, NULL, MAX_DATA_LENGTH, 0, 0, FALSE)) { in init()
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 1739 #define utrie_open U_ICU_ENTRY_POINT_RENAME(utrie_open) macro
|