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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcntabcol.h36 UNewTrie *testMapping;
/external/chromium_org/third_party/icu/source/common/
H A Dutrie.h552 struct UNewTrie { struct
572 typedef struct UNewTrie UNewTrie; typedef in typeref:struct:UNewTrie
593 UNewTrieGetFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset);
608 * @param fillIn a pointer to a UNewTrie structure to be initialized (will not be released), or
619 * @return a pointer to the initialized fillIn or the allocated and initialized new UNewTrie
621 U_CAPI UNewTrie * U_EXPORT2
622 utrie_open(UNewTrie *fillIn,
635 * @return a pointer to the initialized fillIn or the allocated and initialized new UNewTrie
637 U_CAPI UNewTrie * U_EXPORT
[all...]
H A Drbbisetb.h18 struct UNewTrie;
110 UNewTrie *fTrie; // The mapping TRIE that is the end result of processing
H A Dutrie.cpp46 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 *tri
[all...]
H A Drbbisetb.cpp58 getFoldedRBBIValue(UNewTrie *trie, UChar32 start, int32_t offset) {
/external/icu/icu4c/source/common/
H A Dutrie.h552 struct UNewTrie { struct
572 typedef struct UNewTrie UNewTrie; typedef in typeref:struct:UNewTrie
593 UNewTrieGetFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset);
608 * @param fillIn a pointer to a UNewTrie structure to be initialized (will not be released), or
619 * @return a pointer to the initialized fillIn or the allocated and initialized new UNewTrie
621 U_CAPI UNewTrie * U_EXPORT2
622 utrie_open(UNewTrie *fillIn,
635 * @return a pointer to the initialized fillIn or the allocated and initialized new UNewTrie
637 U_CAPI UNewTrie * U_EXPORT
[all...]
H A Drbbisetb.h18 struct UNewTrie;
110 UNewTrie *fTrie; // The mapping TRIE that is the end result of processing
H A Dutrie.cpp46 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 *tri
[all...]
H A Drbbisetb.cpp58 getFoldedRBBIValue(UNewTrie *trie, UChar32 start, int32_t offset) {
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_cnt.h49 UNewTrie *mapping;
61 uprv_cnttab_open(UNewTrie *mapping, UErrorCode *status);
H A Ducol_elm.h102 UNewTrie *mapping;
H A Ducol_cnt.cpp50 uprv_cnttab_open(UNewTrie *mapping, UErrorCode *status) {
H A Ducol_elm.cpp1319 static void uprv_uca_getMaxExpansionJamo(UNewTrie *mapping,
1380 getFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset)
1436 UNewTrie *mapping = t->mapping;
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/
H A Dtrieset.cpp43 UNewTrie *newTrie=utrie_open(NULL, NULL, 0x11000, 0, 0, TRUE);
/external/icu/icu4c/source/test/perf/unisetperf/draft/
H A Dtrieset.cpp43 UNewTrie *newTrie=utrie_open(NULL, NULL, 0x11000, 0, 0, TRUE);
/external/chromium_org/third_party/icu/source/tools/gensprep/
H A Dstore.c188 static UNewTrie *sprepTrie;
200 sprepTrie = (UNewTrie *)uprv_calloc(1, sizeof(UNewTrie));
525 getFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset) {
/external/icu/icu4c/source/tools/gensprep/
H A Dstore.c188 static UNewTrie *sprepTrie;
200 sprepTrie = (UNewTrie *)uprv_calloc(1, sizeof(UNewTrie));
525 getFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset) {
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dtrietest.c56 _testFoldedValue32(UNewTrie *trie, UChar32 start, int32_t offset) {
87 _testFoldedValue16(UNewTrie *trie, UChar32 start, int32_t offset) {
262 UNewTrie *newTrie;
456 UNewTrie *newTrie;
H A Dtrie2test.c1283 static UNewTrie *
1287 UNewTrie *newTrie;
1338 UNewTrie *newTrie1_16, *newTrie1_32;
/external/icu/icu4c/source/test/cintltst/
H A Dtrietest.c56 _testFoldedValue32(UNewTrie *trie, UChar32 start, int32_t offset) {
87 _testFoldedValue16(UNewTrie *trie, UChar32 start, int32_t offset) {
262 UNewTrie *newTrie;
456 UNewTrie *newTrie;
H A Dtrie2test.c1283 static UNewTrie *
1287 UNewTrie *newTrie;
1338 UNewTrie *newTrie1_16, *newTrie1_32;

Completed in 3418 milliseconds