Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
Dutrie.h554 struct UNewTrie { struct
574 typedef struct UNewTrie UNewTrie; argument
595 UNewTrieGetFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset);
623 U_CAPI UNewTrie * U_EXPORT2
624 utrie_open(UNewTrie *fillIn,
639 U_CAPI UNewTrie * U_EXPORT2
640 utrie_clone(UNewTrie *fillIn, const UNewTrie *other, uint32_t *aliasData, int32_t aliasDataLength);
649 utrie_close(UNewTrie *trie);
662 utrie_getData(UNewTrie *trie, int32_t *pLength);
673 utrie_set32(UNewTrie *trie, UChar32 c, uint32_t value);
[all …]
Dutrie.cpp48 U_CAPI UNewTrie * U_EXPORT2
49 utrie_open(UNewTrie *fillIn, in utrie_open()
53 UNewTrie *trie; in utrie_open()
65 trie=(UNewTrie *)uprv_malloc(sizeof(UNewTrie)); in utrie_open()
70 uprv_memset(trie, 0, sizeof(UNewTrie)); in utrie_open()
115 U_CAPI UNewTrie * U_EXPORT2
116 utrie_clone(UNewTrie *fillIn, const UNewTrie *other, uint32_t *aliasData, int32_t aliasDataCapacity… in utrie_clone()
117 UNewTrie *trie; in utrie_clone()
153 utrie_close(UNewTrie *trie) { in utrie_close()
166 utrie_getData(UNewTrie *trie, int32_t *pLength) { in utrie_getData()
[all …]
/third_party/node/deps/icu-small/source/common/
Dutrie.h554 struct UNewTrie { struct
574 typedef struct UNewTrie UNewTrie; argument
595 UNewTrieGetFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset);
623 U_CAPI UNewTrie * U_EXPORT2
624 utrie_open(UNewTrie *fillIn,
639 U_CAPI UNewTrie * U_EXPORT2
640 utrie_clone(UNewTrie *fillIn, const UNewTrie *other, uint32_t *aliasData, int32_t aliasDataLength);
649 utrie_close(UNewTrie *trie);
662 utrie_getData(UNewTrie *trie, int32_t *pLength);
673 utrie_set32(UNewTrie *trie, UChar32 c, uint32_t value);
[all …]
Dutrie.cpp48 U_CAPI UNewTrie * U_EXPORT2
49 utrie_open(UNewTrie *fillIn, in utrie_open()
53 UNewTrie *trie; in utrie_open()
65 trie=(UNewTrie *)uprv_malloc(sizeof(UNewTrie)); in utrie_open()
70 uprv_memset(trie, 0, sizeof(UNewTrie)); in utrie_open()
115 U_CAPI UNewTrie * U_EXPORT2
116 utrie_clone(UNewTrie *fillIn, const UNewTrie *other, uint32_t *aliasData, int32_t aliasDataCapacity… in utrie_clone()
117 UNewTrie *trie; in utrie_clone()
153 utrie_close(UNewTrie *trie) { in utrie_close()
166 utrie_getData(UNewTrie *trie, int32_t *pLength) { in utrie_getData()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Dutrie.h554 struct UNewTrie { struct
574 typedef struct UNewTrie UNewTrie; typedef
595 UNewTrieGetFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset);
623 U_CAPI UNewTrie * U_EXPORT2
624 utrie_open(UNewTrie *fillIn,
639 U_CAPI UNewTrie * U_EXPORT2
640 utrie_clone(UNewTrie *fillIn, const UNewTrie *other, uint32_t *aliasData, int32_t aliasDataLength);
649 utrie_close(UNewTrie *trie);
662 utrie_getData(UNewTrie *trie, int32_t *pLength);
673 utrie_set32(UNewTrie *trie, UChar32 c, uint32_t value);
[all …]
Dutrie.cpp48 U_CAPI UNewTrie * U_EXPORT2
49 utrie_open(UNewTrie *fillIn, in utrie_open()
53 UNewTrie *trie; in utrie_open()
65 trie=(UNewTrie *)uprv_malloc(sizeof(UNewTrie)); in utrie_open()
70 uprv_memset(trie, 0, sizeof(UNewTrie)); in utrie_open()
115 U_CAPI UNewTrie * U_EXPORT2
116 utrie_clone(UNewTrie *fillIn, const UNewTrie *other, uint32_t *aliasData, int32_t aliasDataCapacity… in utrie_clone()
117 UNewTrie *trie; in utrie_clone()
153 utrie_close(UNewTrie *trie) { in utrie_close()
166 utrie_getData(UNewTrie *trie, int32_t *pLength) { in utrie_getData()
[all …]
/third_party/skia/third_party/externals/icu/source/tools/gensprep/
Dstore.c191 static UNewTrie *sprepTrie;
203 sprepTrie = (UNewTrie *)uprv_calloc(1, sizeof(UNewTrie)); in init()
530 getFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset) { in getFoldedValue()
/third_party/icu/icu4c/source/tools/gensprep/
Dstore.c192 static UNewTrie *sprepTrie;
204 sprepTrie = (UNewTrie *)uprv_calloc(1, sizeof(UNewTrie)); in init()
531 getFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset) { in getFoldedValue()
/third_party/icu/icu4c/source/test/cintltst/
Dtrietest.c57 _testFoldedValue32(UNewTrie *trie, UChar32 start, int32_t offset) { in _testFoldedValue32()
88 _testFoldedValue16(UNewTrie *trie, UChar32 start, int32_t offset) { in _testFoldedValue16()
264 UNewTrie *newTrie; in testTrieRangesWithMalloc()
458 UNewTrie *newTrie; in testTrieRanges()
Dtrie2test.c1293 static UNewTrie *
1297 UNewTrie *newTrie; in makeNewTrie1WithRanges()
1348 UNewTrie *newTrie1_16, *newTrie1_32; in testTrie2FromTrie1()
/third_party/icu/icu4c/source/test/perf/unisetperf/draft/
Dtrieset.cpp47 UNewTrie *newTrie=utrie_open(NULL, NULL, 0x11000, 0, 0, true); in TrieSet()