HomeSort by relevance Sort by last modified time
    Searched refs:UNewTrie (Results 1 - 19 of 19) sorted by null

  /external/icu4c/test/intltest/
cntabcol.h 36 UNewTrie *testMapping;
  /external/icu4c/common/
utrie.h 551 struct UNewTrie {
571 typedef struct UNewTrie UNewTrie;
592 UNewTrieGetFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset);
607 * @param fillIn a pointer to a UNewTrie structure to be initialized (will not be released), or
618 * @return a pointer to the initialized fillIn or the allocated and initialized new UNewTrie
620 U_CAPI UNewTrie * U_EXPORT2
621 utrie_open(UNewTrie *fillIn,
634 * @return a pointer to the initialized fillIn or the allocated and initialized new UNewTrie
636 U_CAPI UNewTrie * U_EXPORT
    [all...]
rbbisetb.h 18 struct UNewTrie;
110 UNewTrie *fTrie; // The mapping TRIE that is the end result of processing
utrie.c 46 U_CAPI UNewTrie * U_EXPORT2
47 utrie_open(UNewTrie *fillIn,
51 UNewTrie *trie;
63 trie=(UNewTrie *)uprv_malloc(sizeof(UNewTrie));
68 uprv_memset(trie, 0, sizeof(UNewTrie));
113 U_CAPI UNewTrie * U_EXPORT2
114 utrie_clone(UNewTrie *fillIn, const UNewTrie *other, uint32_t *aliasData, int32_t aliasDataCapacity) {
115 UNewTrie *trie
    [all...]
rbbisetb.cpp 58 getFoldedRBBIValue(UNewTrie *trie, UChar32 start, int32_t offset) {
  /external/icu4c/i18n/
ucol_cnt.h 49 UNewTrie *mapping;
61 uprv_cnttab_open(UNewTrie *mapping, UErrorCode *status);
ucol_elm.h 102 UNewTrie *mapping;
ucol_cnt.cpp 50 uprv_cnttab_open(UNewTrie *mapping, UErrorCode *status) {
ucol_elm.cpp     [all...]
  /external/icu4c/tools/gencase/
gencase.h 116 getFoldedPropsValue(UNewTrie *trie, UChar32 start, int32_t offset);
store.c     [all...]
  /external/icu4c/test/perf/unisetperf/draft/
trieset.cpp 43 UNewTrie *newTrie=utrie_open(NULL, NULL, 0x11000, 0, 0, TRUE);
  /external/icu4c/tools/gensprep/
store.c 187 static UNewTrie *sprepTrie;
199 sprepTrie = (UNewTrie *)uprv_malloc(sizeof(UNewTrie));
200 uprv_memset(sprepTrie, 0, sizeof(UNewTrie));
557 getFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset) {
  /external/icu4c/tools/gennorm/
store.c 99 static UNewTrie
173 normTrie = (UNewTrie *)uprv_malloc(sizeof(UNewTrie));
174 uprv_memset(normTrie, 0, sizeof(UNewTrie));
175 norm32Trie = (UNewTrie *)uprv_malloc(sizeof(UNewTrie));
176 uprv_memset(norm32Trie, 0, sizeof(UNewTrie));
177 fcdTrie = (UNewTrie *)uprv_malloc(sizeof(UNewTrie));
178 uprv_memset(fcdTrie, 0, sizeof(UNewTrie));
    [all...]
  /external/icu4c/test/cintltst/
trietest.c 55 _testFoldedValue32(UNewTrie *trie, UChar32 start, int32_t offset) {
86 _testFoldedValue16(UNewTrie *trie, UChar32 start, int32_t offset) {
261 UNewTrie *newTrie;
455 UNewTrie *newTrie;
trie2test.c     [all...]
  /external/icu4c/tools/genprops/
store.c 226 static UNewTrie *pTrie=NULL;
241 fprintf(stderr, "error: unable to create a UNewTrie\n");
props2.c 37 static UNewTrie *newTrie;
  /external/icu4c/tools/genbidi/
store.c 300 UNewTrie *pTrie;
309 fprintf(stderr, "genbidi error: unable to create a UNewTrie\n");

Completed in 285 milliseconds