| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | utrie.cpp | 53 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 D | utrie2.h | 605 const UTrie2 *trie; global() member in UTrie2StringIterator [all...] |
| H A D | utrie2_builder.cpp | 117 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 D | umutablecptrie.cpp | 213 MutableCodePointTrie *MutableCodePointTrie::fromUCPTrie(const UCPTrie *trie, UErrorCode &errorCode) { in fromUCPTrie() argument 1663 UCPTrie *trie = reinterpret_cast<UCPTrie *>(bytes); build() local 1769 umutablecptrie_close(UMutableCPTrie *trie) umutablecptrie_close() argument 1786 umutablecptrie_fromUCPTrie(const UCPTrie *trie, UErrorCode *pErrorCode) umutablecptrie_fromUCPTrie() argument 1798 umutablecptrie_get(const UMutableCPTrie *trie, UChar32 c) umutablecptrie_get() argument 1804 getRange(const void *trie, UChar32 start, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) getRange() argument 1813 umutablecptrie_getRange(const UMutableCPTrie *trie, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) umutablecptrie_getRange() argument 1822 umutablecptrie_set(UMutableCPTrie *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode) umutablecptrie_set() argument 1830 umutablecptrie_setRange(UMutableCPTrie *trie, UChar32 start, UChar32 end, uint32_t value, UErrorCode *pErrorCode) umutablecptrie_setRange() argument 1840 umutablecptrie_buildImmutable(UMutableCPTrie *trie, UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode *pErrorCode) umutablecptrie_buildImmutable() argument 1849 umutablecptrie_setName(UMutableCPTrie *trie, const char *name) umutablecptrie_setName() argument [all...] |
| /third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
| H A D | CollationDataBuilder.java | 1372 protected Trie2Writable trie; global() field in CollationDataBuilder [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | TimeZoneNamesImpl.java | 796 public void addAsMetaZoneIntoTrie(String mzID, TextTrieMap<NameInfo> trie) { in addAsMetaZoneIntoTrie() argument 800 public void addAsTimeZoneIntoTrie(String tzID, TextTrieMap<NameInfo> trie) { in addAsTimeZoneIntoTrie() argument 804 addNamesIntoTrie(String mzID, String tzID, TextTrieMap<NameInfo> trie) addNamesIntoTrie() argument [all...] |
| H A D | UCaseProps.java | 1553 private Trie2_16 trie; global() field in UCaseProps [all...] |
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | ucptrietest.c | 112 testTrieGetRanges(const char *testName, const UCPTrie *trie, const UMutableCPTrie *mutableTrie, in testTrieGetRanges() argument 187 testTrieGetters(const char *testName, const UCPTrie *trie, UCPTrieType type, UCPTrieValueWidth valueWidth, const CheckRange checkRanges[], int32_t countCheckRanges) testTrieGetters() argument 388 testTrieUTF16(const char *testName, const UCPTrie *trie, UCPTrieValueWidth valueWidth, const CheckRange checkRanges[], int32_t countCheckRanges) testTrieUTF16() argument 490 testTrieUTF8(const char *testName, const UCPTrie *trie, UCPTrieValueWidth valueWidth, const CheckRange checkRanges[], int32_t countCheckRanges) testTrieUTF8() argument 692 testTrie(const char *testName, const UCPTrie *trie, UCPTrieType type, UCPTrieValueWidth valueWidth, const CheckRange checkRanges[], int32_t countCheckRanges) testTrie() argument 711 trieTestGolden(const char *testName, const UCPTrie* trie, const CheckRange checkRanges[], int32_t countCheckRanges) trieTestGolden() argument 773 UCPTrie *trie; testTrieSerialize() local 1449 UCPTrie *trie; testGetRangesFixedSurr() local [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | TimeZoneNamesImpl.java | 798 public void addAsMetaZoneIntoTrie(String mzID, TextTrieMap<NameInfo> trie) { in addAsMetaZoneIntoTrie() argument 802 public void addAsTimeZoneIntoTrie(String tzID, TextTrieMap<NameInfo> trie) { in addAsTimeZoneIntoTrie() argument 806 addNamesIntoTrie(String mzID, String tzID, TextTrieMap<NameInfo> trie) addNamesIntoTrie() argument [all...] |
| H A D | UCaseProps.java | 1538 private Trie2_16 trie; global() field in UCaseProps [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
| H A D | CollationDataBuilder.java | 1341 protected Trie2Writable trie; global() field in CollationDataBuilder [all...] |
| /third_party/node/deps/icu-small/source/common/ |
| H A D | uprops.cpp | 826 const UCPTrie *trie; in uprops_addPropertyStarts() local
|
| H A D | umutablecptrie.cpp | 213 MutableCodePointTrie *MutableCodePointTrie::fromUCPTrie(const UCPTrie *trie, UErrorCode &errorCode) { in fromUCPTrie() argument 1663 UCPTrie *trie = reinterpret_cast<UCPTrie *>(bytes); build() local 1769 umutablecptrie_close(UMutableCPTrie *trie) umutablecptrie_close() argument 1786 umutablecptrie_fromUCPTrie(const UCPTrie *trie, UErrorCode *pErrorCode) umutablecptrie_fromUCPTrie() argument 1798 umutablecptrie_get(const UMutableCPTrie *trie, UChar32 c) umutablecptrie_get() argument 1804 getRange(const void *trie, UChar32 start, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) getRange() argument 1813 umutablecptrie_getRange(const UMutableCPTrie *trie, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) umutablecptrie_getRange() argument 1822 umutablecptrie_set(UMutableCPTrie *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode) umutablecptrie_set() argument 1830 umutablecptrie_setRange(UMutableCPTrie *trie, UChar32 start, UChar32 end, uint32_t value, UErrorCode *pErrorCode) umutablecptrie_setRange() argument 1840 umutablecptrie_buildImmutable(UMutableCPTrie *trie, UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode *pErrorCode) umutablecptrie_buildImmutable() argument 1849 umutablecptrie_setName(UMutableCPTrie *trie, const char *name) umutablecptrie_setName() argument [all...] |
| /kernel/linux/linux-5.10/net/ipv4/ |
| H A D | fib_trie.c | 165 struct trie { struct [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | umutablecptrie.cpp | 213 MutableCodePointTrie *MutableCodePointTrie::fromUCPTrie(const UCPTrie *trie, UErrorCode &errorCode) { in fromUCPTrie() argument 1663 UCPTrie *trie = reinterpret_cast<UCPTrie *>(bytes); build() local 1769 umutablecptrie_close(UMutableCPTrie *trie) umutablecptrie_close() argument 1786 umutablecptrie_fromUCPTrie(const UCPTrie *trie, UErrorCode *pErrorCode) umutablecptrie_fromUCPTrie() argument 1798 umutablecptrie_get(const UMutableCPTrie *trie, UChar32 c) umutablecptrie_get() argument 1804 getRange(const void *trie, UChar32 start, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) getRange() argument 1813 umutablecptrie_getRange(const UMutableCPTrie *trie, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) umutablecptrie_getRange() argument 1822 umutablecptrie_set(UMutableCPTrie *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode) umutablecptrie_set() argument 1830 umutablecptrie_setRange(UMutableCPTrie *trie, UChar32 start, UChar32 end, uint32_t value, UErrorCode *pErrorCode) umutablecptrie_setRange() argument 1840 umutablecptrie_buildImmutable(UMutableCPTrie *trie, UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode *pErrorCode) umutablecptrie_buildImmutable() argument 1849 umutablecptrie_setName(UMutableCPTrie *trie, const char *name) umutablecptrie_setName() argument [all...] |
| /kernel/linux/linux-5.10/fs/unicode/ |
| H A D | mkutf8data.c | 2709 utf8trie_t *trie; utf8nlookup() local [all...] |
| /kernel/linux/linux-6.6/fs/unicode/ |
| H A D | mkutf8data.c | 2709 utf8trie_t *trie; utf8nlookup() local [all...] |
| /kernel/linux/linux-6.6/net/ipv4/ |
| H A D | fib_trie.c | 166 struct trie { struct [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | tznames_impl.cpp | 705 void addAsMetaZoneIntoTrie(const UChar* mzID, TextTrieMap& trie, UErrorCode& status) { in addAsMetaZoneIntoTrie() argument 708 void addAsTimeZoneIntoTrie(const UChar* tzID, TextTrieMap& trie, UErrorCode& status) { in addAsTimeZoneIntoTrie() argument 712 void addNamesIntoTrie(const UChar* mzID, const UChar* tzID, TextTrieMap& trie, in addNamesIntoTrie() argument [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | tznames_impl.cpp | 705 void addAsMetaZoneIntoTrie(const char16_t* mzID, TextTrieMap& trie, UErrorCode& status) { in addAsMetaZoneIntoTrie() argument 708 void addAsTimeZoneIntoTrie(const char16_t* tzID, TextTrieMap& trie, UErrorCode& status) { in addAsTimeZoneIntoTrie() argument 712 void addNamesIntoTrie(const char16_t* mzID, const char16_t* tzID, TextTrieMap& trie, in addNamesIntoTrie() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | tznames_impl.cpp | 697 void addAsMetaZoneIntoTrie(const UChar* mzID, TextTrieMap& trie, UErrorCode& status) { in addAsMetaZoneIntoTrie() argument 700 void addAsTimeZoneIntoTrie(const UChar* tzID, TextTrieMap& trie, UErrorCode& status) { in addAsTimeZoneIntoTrie() argument 704 void addNamesIntoTrie(const UChar* mzID, const UChar* tzID, TextTrieMap& trie, in addNamesIntoTrie() argument [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | rbbitst.cpp | 4677 UCPTrie *trie = data->fTrie; in TestReverse() local
|
| /third_party/skia/third_party/externals/sfntly/java/lib/ |
| H A D | icu4j-charset-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
com/
com/ibm/
com/ibm/icu/
... |
| H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |