Home
last modified time | relevance | path

Searched defs:trie (Results 76 - 100 of 137) sorted by relevance

123456

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DCodePointTrieTest.java159 testTrieGetRanges(String testName, CodePointMap trie, in testTrieGetRanges() argument
221 testTrieGetters(String testName, CodePointTrie trie, in testTrieGetters() argument
341 testTrieUTF16(String testName, CodePointTrie trie, CodePointTrie.ValueWidth valueWidth, CheckRange checkRanges[]) testTrieUTF16() argument
428 testTrie(String testName, CodePointTrie trie, CodePointTrie.Type type, CodePointTrie.ValueWidth valueWidth, CheckRange checkRanges[]) testTrie() argument
[all...]
/third_party/icu/tools/unicode/c/genprops/
H A Dpnamesbuilder.cpp553 UBool PNamesPropertyNames::containsName(BytesTrie &trie, const char *name) const { in containsName() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DCodePointTrieTest.java156 testTrieGetRanges(String testName, CodePointMap trie, in testTrieGetRanges() argument
218 testTrieGetters(String testName, CodePointTrie trie, in testTrieGetters() argument
338 testTrieUTF16(String testName, CodePointTrie trie, CodePointTrie.ValueWidth valueWidth, CheckRange checkRanges[]) testTrieUTF16() argument
425 testTrie(String testName, CodePointTrie trie, CodePointTrie.Type type, CodePointTrie.ValueWidth valueWidth, CheckRange checkRanges[]) testTrie() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DLocaleDistance.java65 private final BytesTrie trie; field in LocaleDistance
111 public byte[] trie; field in LocaleDistance.Data
117 public Data(byte[] trie, in Data() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcollationiterator.cpp126 void saveTrieState(const UCharsTrie &trie) { trie.saveState(state); } in saveTrieState() argument
/third_party/node/deps/icu-small/source/common/
H A Ducptrie.cpp100 UCPTrie *trie = (UCPTrie *)uprv_malloc(sizeof(UCPTrie)); in ucptrie_openFromBinary() local
146 ucptrie_close(UCPTrie *trie) ucptrie_close() argument
151 ucptrie_getType(const UCPTrie *trie) ucptrie_getType() argument
156 ucptrie_getValueWidth(const UCPTrie *trie) ucptrie_getValueWidth() argument
161 ucptrie_internalSmallIndex(const UCPTrie *trie, UChar32 c) ucptrie_internalSmallIndex() argument
188 ucptrie_internalSmallU8Index(const UCPTrie *trie, int32_t lt1, uint8_t t2, uint8_t t3) ucptrie_internalSmallU8Index() argument
198 ucptrie_internalU8PrevIndex(const UCPTrie *trie, UChar32 c, const uint8_t *start, const uint8_t *src) ucptrie_internalU8PrevIndex() argument
233 ucptrie_get(const UCPTrie *trie, UChar32 c) ucptrie_get() argument
264 const UCPTrie *trie = reinterpret_cast<const UCPTrie *>(t); getRange() local
415 ucptrie_internalGetRange(UCPTrieGetRange *getRange, const void *trie, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) ucptrie_internalGetRange() argument
461 ucptrie_getRange(const UCPTrie *trie, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) ucptrie_getRange() argument
470 ucptrie_toBinary(const UCPTrie *trie, void *data, int32_t capacity, UErrorCode *pErrorCode) ucptrie_toBinary() argument
545 countNull(const UCPTrie *trie) countNull() argument
573 ucptrie_printLengths(const UCPTrie *trie, const char *which) ucptrie_printLengths() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationiterator.cpp126 void saveTrieState(const UCharsTrie &trie) { trie.saveState(state); } in saveTrieState() argument
/third_party/icu/icu4c/source/test/cintltst/
H A Dtrietest.c57 _testFoldedValue32(UNewTrie *trie, UChar32 start, int32_t offset) { in _testFoldedValue32() argument
88 _testFoldedValue16(UNewTrie *trie, UChar32 start, int32_t offset) { in _testFoldedValue16() argument
143 testTrieIteration(const char *testName, const UTrie *trie, const CheckRange checkRanges[], int32_t countCheckRanges) testTrieIteration() argument
265 UTrie trie={ 0 }; testTrieRangesWithMalloc() local
459 UTrie trie={ 0 }; testTrieRanges() local
828 UTrie trie; dummyTest() local
[all...]
/third_party/icu/icu4c/source/tools/gensprep/
H A Dstore.c531 getFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset) getFoldedValue() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationiterator.cpp126 void saveTrieState(const UCharsTrie &trie) { trie.saveState(state); } in saveTrieState() argument
/third_party/skia/third_party/externals/icu/source/tools/gensprep/
H A Dstore.c530 getFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset) getFoldedValue() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducasemap.cpp216 const UTrie2 *trie = ucase_getTrie(); in toLower() local
324 const UTrie2 *trie = ucase_getTrie(); in toUpper() local
H A Ducptrie.cpp100 UCPTrie *trie = (UCPTrie *)uprv_malloc(sizeof(UCPTrie)); in ucptrie_openFromBinary() local
146 ucptrie_close(UCPTrie *trie) ucptrie_close() argument
151 ucptrie_getType(const UCPTrie *trie) ucptrie_getType() argument
156 ucptrie_getValueWidth(const UCPTrie *trie) ucptrie_getValueWidth() argument
161 ucptrie_internalSmallIndex(const UCPTrie *trie, UChar32 c) ucptrie_internalSmallIndex() argument
188 ucptrie_internalSmallU8Index(const UCPTrie *trie, int32_t lt1, uint8_t t2, uint8_t t3) ucptrie_internalSmallU8Index() argument
198 ucptrie_internalU8PrevIndex(const UCPTrie *trie, UChar32 c, const uint8_t *start, const uint8_t *src) ucptrie_internalU8PrevIndex() argument
233 ucptrie_get(const UCPTrie *trie, UChar32 c) ucptrie_get() argument
264 const UCPTrie *trie = reinterpret_cast<const UCPTrie *>(t); getRange() local
415 ucptrie_internalGetRange(UCPTrieGetRange *getRange, const void *trie, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) ucptrie_internalGetRange() argument
461 ucptrie_getRange(const UCPTrie *trie, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) ucptrie_getRange() argument
470 ucptrie_toBinary(const UCPTrie *trie, void *data, int32_t capacity, UErrorCode *pErrorCode) ucptrie_toBinary() argument
545 countNull(const UCPTrie *trie) countNull() argument
573 ucptrie_printLengths(const UCPTrie *trie, const char *which) ucptrie_printLengths() argument
[all...]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationIterator.java154 void saveTrieState(CharsTrie trie) { trie.saveState(state); } in saveTrieState() argument
155 void resetToTrieState(CharsTrie trie) { trie.resetToState(state); } in resetToTrieState() argument
659 protected final Trie2_32 trie; global() field in CollationIterator
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
H A DMeasureUnitImpl.java412 private final CharsTrie trie; field in MeasureUnitImpl.UnitsParser
/third_party/icu/icu4c/source/test/intltest/
H A Ducharstrietest.cpp822 checkFirst(UCharsTrie &trie, const StringAndValue data[], int32_t dataLength) checkFirst() argument
860 checkNext(UCharsTrie &trie, const StringAndValue data[], int32_t dataLength) checkNext() argument
934 checkNextWithState(UCharsTrie &trie, const StringAndValue data[], int32_t dataLength) checkNextWithState() argument
992 checkNextWithState64(UCharsTrie &trie, const StringAndValue data[], int32_t dataLength) checkNextWithState64() argument
1049 checkNextString(UCharsTrie &trie, const StringAndValue data[], int32_t dataLength) checkNextString() argument
1067 checkIterator(UCharsTrie &trie, const StringAndValue data[], int32_t dataLength) checkIterator() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Drbbi.cpp758 static inline uint16_t TrieFunc8(const UCPTrie *trie, UChar32 c) { in TrieFunc8() argument
762 static inline uint16_t TrieFunc16(const UCPTrie *trie, UChar32 c) { in TrieFunc16() argument
H A Ducasemap.cpp215 const UTrie2 *trie = ucase_getTrie(); in toLower() local
323 const UTrie2 *trie = ucase_getTrie(); in toUpper() local
H A Ducase.h323 UTrie2 trie; member
H A Ducnvsel.cpp52 UTrie2 *trie; // 16 bit trie containing offsets into pv member
[all...]
H A Dutrie2_builder.cpp117 UTrie2 *trie; in utrie2_open() local
250 UNewTrie2 *trie; cloneBuilder() local
300 UTrie2 *trie; utrie2_clone() local
345 UTrie2 *trie; global() member
369 countInitial(const UTrie2 *trie) countInitial() argument
386 utrie_printLengths(const UTrie *trie) utrie_printLengths() argument
395 utrie2_printLengths(const UTrie2 *trie, const char *which) utrie2_printLengths() argument
498 isInNullBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) isInNullBlock() argument
513 allocIndex2Block(UNewTrie2 *trie) allocIndex2Block() argument
532 getIndex2Block(UNewTrie2 *trie, UChar32 c, UBool forLSCP) getIndex2Block() argument
552 allocDataBlock(UNewTrie2 *trie, int32_t copyBlock) allocDataBlock() argument
598 releaseDataBlock(UNewTrie2 *trie, int32_t block) releaseDataBlock() argument
605 isWritableBlock(UNewTrie2 *trie, int32_t block) isWritableBlock() argument
610 setIndex2Entry(UNewTrie2 *trie, int32_t i2, int32_t block) setIndex2Entry() argument
627 getDataBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) getDataBlock() argument
655 set32(UNewTrie2 *trie, UChar32 c, UBool forLSCP, uint32_t value, UErrorCode *pErrorCode) set32() argument
678 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode) utrie2_set32() argument
690 utrie2_set32ForLeadSurrogateCodeUnit(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode) utrie2_set32ForLeadSurrogateCodeUnit() argument
737 utrie2_setRange32(UTrie2 *trie, UChar32 start, UChar32 end, uint32_t value, UBool overwrite, UErrorCode *pErrorCode) utrie2_setRange32() argument
944 findHighStart(UNewTrie2 *trie, uint32_t highValue) findHighStart() argument
1030 compactData(UNewTrie2 *trie) compactData() argument
1147 compactIndex2(UNewTrie2 *trie) compactIndex2() argument
1229 compactTrie(UTrie2 *trie, UErrorCode *pErrorCode) compactTrie() argument
1306 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode) utrie2_freeze() argument
[all...]
H A Dutrie2.h605 const UTrie2 *trie; global() member in UTrie2StringIterator
[all...]
H A Dutrie.cpp53 UNewTrie *trie; in utrie_open() local
117 UNewTrie *trie; utrie_clone() local
153 utrie_close(UNewTrie *trie) utrie_close() argument
166 utrie_getData(UNewTrie *trie, int32_t *pLength) utrie_getData() argument
176 utrie_allocDataBlock(UNewTrie *trie) utrie_allocDataBlock() argument
196 utrie_getDataBlock(UNewTrie *trie, UChar32 c) utrie_getDataBlock() argument
222 utrie_set32(UNewTrie *trie, UChar32 c, uint32_t value) utrie_set32() argument
240 utrie_get32(UNewTrie *trie, UChar32 c, UBool *pInBlockZero) utrie_get32() argument
284 utrie_setRange32(UNewTrie *trie, UChar32 start, UChar32 limit, uint32_t value, UBool overwrite) utrie_setRange32() argument
405 utrie_fold(UNewTrie *trie, UNewTrieGetFoldedValue *getFoldedValue, UErrorCode *pErrorCode) utrie_fold() argument
546 _findUnusedBlocks(UNewTrie *trie) _findUnusedBlocks() argument
590 utrie_compact(UNewTrie *trie, UBool overlap, UErrorCode *pErrorCode) utrie_compact() argument
721 defaultGetFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset) defaultGetFoldedValue() argument
742 utrie_serialize(UNewTrie *trie, void *dt, int32_t capacity, UNewTrieGetFoldedValue *getFoldedValue, UBool reduceTo16Bits, UErrorCode *pErrorCode) utrie_serialize() argument
857 utrie_unserialize(UTrie *trie, const void *data, int32_t length, UErrorCode *pErrorCode) utrie_unserialize() argument
932 utrie_unserializeDummy(UTrie *trie, void *data, int32_t length, uint32_t initialValue, uint32_t leadUnitValue, UBool make16BitTrie, UErrorCode *pErrorCode) utrie_unserializeDummy() argument
1059 utrie_enum(const UTrie *trie, UTrieEnumValue *enumValue, UTrieEnumRange *enumRange, const void *context) utrie_enum() argument
[all...]
H A Duprops.cpp750 const UCPTrie *trie; in uprops_addPropertyStarts() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationIterator.java156 void saveTrieState(CharsTrie trie) { trie.saveState(state); } in saveTrieState() argument
157 void resetToTrieState(CharsTrie trie) { trie.resetToState(state); } in resetToTrieState() argument
661 protected final Trie2_32 trie; global() field in CollationIterator
[all...]

Completed in 25 milliseconds

123456