Home
last modified time | relevance | path

Searched refs:UNewTrie (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
Dutrie.h552 struct UNewTrie { struct
572 typedef struct UNewTrie UNewTrie; argument
593 UNewTrieGetFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset);
621 U_CAPI UNewTrie * U_EXPORT2
622 utrie_open(UNewTrie *fillIn,
637 U_CAPI UNewTrie * U_EXPORT2
638 utrie_clone(UNewTrie *fillIn, const UNewTrie *other, uint32_t *aliasData, int32_t aliasDataLength);
647 utrie_close(UNewTrie *trie);
660 utrie_getData(UNewTrie *trie, int32_t *pLength);
671 utrie_set32(UNewTrie *trie, UChar32 c, uint32_t value);
[all …]
Dutrie.cpp46 U_CAPI UNewTrie * U_EXPORT2
47 utrie_open(UNewTrie *fillIn, in utrie_open()
51 UNewTrie *trie; in utrie_open()
63 trie=(UNewTrie *)uprv_malloc(sizeof(UNewTrie)); in utrie_open()
68 uprv_memset(trie, 0, sizeof(UNewTrie)); in utrie_open()
113 U_CAPI UNewTrie * U_EXPORT2
114 utrie_clone(UNewTrie *fillIn, const UNewTrie *other, uint32_t *aliasData, int32_t aliasDataCapacity… in utrie_clone()
115 UNewTrie *trie; in utrie_clone()
151 utrie_close(UNewTrie *trie) { in utrie_close()
164 utrie_getData(UNewTrie *trie, int32_t *pLength) { in utrie_getData()
[all …]
Drbbisetb.h18 struct UNewTrie;
110 UNewTrie *fTrie; // The mapping TRIE that is the end result of processing
Drbbisetb.cpp58 getFoldedRBBIValue(UNewTrie *trie, UChar32 start, int32_t offset) { in getFoldedRBBIValue()
/external/icu/icu4c/source/common/
Dutrie.h552 struct UNewTrie { struct
572 typedef struct UNewTrie UNewTrie; argument
593 UNewTrieGetFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset);
621 U_CAPI UNewTrie * U_EXPORT2
622 utrie_open(UNewTrie *fillIn,
637 U_CAPI UNewTrie * U_EXPORT2
638 utrie_clone(UNewTrie *fillIn, const UNewTrie *other, uint32_t *aliasData, int32_t aliasDataLength);
647 utrie_close(UNewTrie *trie);
660 utrie_getData(UNewTrie *trie, int32_t *pLength);
671 utrie_set32(UNewTrie *trie, UChar32 c, uint32_t value);
[all …]
Dutrie.cpp46 U_CAPI UNewTrie * U_EXPORT2
47 utrie_open(UNewTrie *fillIn, in utrie_open()
51 UNewTrie *trie; in utrie_open()
63 trie=(UNewTrie *)uprv_malloc(sizeof(UNewTrie)); in utrie_open()
68 uprv_memset(trie, 0, sizeof(UNewTrie)); in utrie_open()
113 U_CAPI UNewTrie * U_EXPORT2
114 utrie_clone(UNewTrie *fillIn, const UNewTrie *other, uint32_t *aliasData, int32_t aliasDataCapacity… in utrie_clone()
115 UNewTrie *trie; in utrie_clone()
151 utrie_close(UNewTrie *trie) { in utrie_close()
164 utrie_getData(UNewTrie *trie, int32_t *pLength) { in utrie_getData()
[all …]
Drbbisetb.h18 struct UNewTrie;
110 UNewTrie *fTrie; // The mapping TRIE that is the end result of processing
Drbbisetb.cpp58 getFoldedRBBIValue(UNewTrie *trie, UChar32 start, int32_t offset) { in getFoldedRBBIValue()
/external/chromium_org/third_party/icu/source/i18n/
Ducol_cnt.h49 UNewTrie *mapping;
61 uprv_cnttab_open(UNewTrie *mapping, UErrorCode *status);
Ducol_elm.h102 UNewTrie *mapping;
Ducol_cnt.cpp50 uprv_cnttab_open(UNewTrie *mapping, UErrorCode *status) { in uprv_cnttab_open()
Ducol_elm.cpp1319 static void uprv_uca_getMaxExpansionJamo(UNewTrie *mapping, in uprv_uca_getMaxExpansionJamo()
1380 getFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset) in getFoldedValue()
1436 UNewTrie *mapping = t->mapping; in uprv_uca_assembleTable()
/external/chromium_org/third_party/icu/source/tools/gensprep/
Dstore.c188 static UNewTrie *sprepTrie;
200 sprepTrie = (UNewTrie *)uprv_calloc(1, sizeof(UNewTrie)); in init()
525 getFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset) { in getFoldedValue()
/external/icu/icu4c/source/tools/gensprep/
Dstore.c188 static UNewTrie *sprepTrie;
200 sprepTrie = (UNewTrie *)uprv_calloc(1, sizeof(UNewTrie)); in init()
525 getFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset) { in getFoldedValue()
/external/chromium_org/third_party/icu/source/test/intltest/
Dcntabcol.h36 UNewTrie *testMapping;
/external/icu/icu4c/source/test/perf/unisetperf/draft/
Dtrieset.cpp43 UNewTrie *newTrie=utrie_open(NULL, NULL, 0x11000, 0, 0, TRUE); in TrieSet()
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/
Dtrieset.cpp43 UNewTrie *newTrie=utrie_open(NULL, NULL, 0x11000, 0, 0, TRUE); in TrieSet()
/external/icu/icu4c/source/test/cintltst/
Dtrietest.c56 _testFoldedValue32(UNewTrie *trie, UChar32 start, int32_t offset) { in _testFoldedValue32()
87 _testFoldedValue16(UNewTrie *trie, UChar32 start, int32_t offset) { in _testFoldedValue16()
262 UNewTrie *newTrie; in testTrieRangesWithMalloc()
456 UNewTrie *newTrie; in testTrieRanges()
Dtrie2test.c1283 static UNewTrie *
1287 UNewTrie *newTrie; in makeNewTrie1WithRanges()
1338 UNewTrie *newTrie1_16, *newTrie1_32; in testTrie2FromTrie1()
/external/chromium_org/third_party/icu/source/test/cintltst/
Dtrietest.c56 _testFoldedValue32(UNewTrie *trie, UChar32 start, int32_t offset) { in _testFoldedValue32()
87 _testFoldedValue16(UNewTrie *trie, UChar32 start, int32_t offset) { in _testFoldedValue16()
262 UNewTrie *newTrie; in testTrieRangesWithMalloc()
456 UNewTrie *newTrie; in testTrieRanges()
Dtrie2test.c1283 static UNewTrie *
1287 UNewTrie *newTrie; in makeNewTrie1WithRanges()
1338 UNewTrie *newTrie1_16, *newTrie1_32; in testTrie2FromTrie1()