Home
last modified time | relevance | path

Searched defs:trie (Results 101 - 125 of 137) sorted by relevance

123456

/third_party/libwebsockets/lib/misc/fts/
H A Dtrie.c314 lws_fts_destroy(struct lws_fts **trie) in lws_fts_destroy() argument
[all...]
/third_party/node/deps/icu-small/source/common/
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 Ducasemap.cpp215 const UTrie2 *trie = ucase_getTrie(); in toLower() local
323 const UTrie2 *trie = ucase_getTrie(); in toUpper() local
H A Ducase.h327 UTrie2 trie; member
H A Drbbi.cpp728 static inline uint16_t TrieFunc8(const UCPTrie *trie, UChar32 c) { in TrieFunc8() argument
732 static inline uint16_t TrieFunc16(const UCPTrie *trie, UChar32 c) { in TrieFunc16() argument
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...]
/third_party/icu/icu4c/source/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp349 ucharsTrieMatches(UCharsTrie &trie, in ucharsTrieMatches() argument
434 UCharsTrie *trie; global() member in UCharsTrieDictLookup
543 BytesTrie *trie; global() member in BytesTrieDictLookup
548 bytesTrieMatches(BytesTrie &trie, UText *text, int32_t textLimit, int32_t *lengths, int &count, int limit ) bytesTrieMatches() argument
[all...]
/third_party/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.cpp411 Norm16Writer(UMutableCPTrie *trie, Norms &n, Normalizer2DataBuilder &b) : in Norm16Writer() argument
/third_party/icu/icu4c/source/test/cintltst/
H A Dtrie2test.c100 testTrieEnum(const char *testName, const UTrie2 *trie, const CheckRange checkRanges[], int32_t countCheckRanges) testTrieEnum() argument
114 testTrieGetters(const char *testName, const UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) testTrieGetters() argument
273 testTrieUTF16(const char *testName, const UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) testTrieUTF16() argument
353 testTrieUTF8(const char *testName, const UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) testTrieUTF8() argument
520 testFrozenTrie(const char *testName, UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) testFrozenTrie() argument
569 testNewTrie(const char *testName, const UTrie2 *trie, const CheckRange checkRanges[], int32_t countCheckRanges) testNewTrie() argument
577 testTrieSerialize(const char *testName, UTrie2 *trie, UTrie2ValueBits valueBits, UBool withSwap, const CheckRange checkRanges[], int32_t countCheckRanges) testTrieSerialize() argument
786 testTrieSerializeAllValueBits(const char *testName, UTrie2 *trie, UBool withClone, const CheckRange checkRanges[], int32_t countCheckRanges) testTrieSerializeAllValueBits() argument
835 UTrie2 *trie; makeTrieWithRanges() local
895 UTrie2 *trie=makeTrieWithRanges(testName, withClone, testTrieRanges() local
1095 UTrie2 *trie=makeTrieWithRanges(testName, false, EnumNewTrieForLeadSurrogateTest() local
1143 UTrie2 *trie; dummyTest() local
1192 UTrie2 *trie; FreeBlocksTest() local
1245 UTrie2 *trie; GrowDataArrayTest() local
[all...]
H A Ducptrietest.c112 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/skia/third_party/externals/icu/source/tools/gennorm2/
H A Dn2builder.cpp411 Norm16Writer(UMutableCPTrie *trie, Norms &n, Normalizer2DataBuilder &b) : in Norm16Writer() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbi.cpp744 static inline uint16_t TrieFunc8(const UCPTrie *trie, UChar32 c) { in TrieFunc8() argument
748 static inline uint16_t TrieFunc16(const UCPTrie *trie, UChar32 c) { in TrieFunc16() argument
H A Ducase.cpp41 UTrie2 trie; member
[all...]
H A Ducnvsel.cpp52 UTrie2 *trie; // 16 bit trie containing offsets into pv member
[all...]
H A Duprops.cpp717 const UCPTrie *trie; in uprops_addPropertyStarts() local
H A Dustrcase.cpp215 const UTrie2 *trie = ucase_getTrie(); in toLower() local
310 const UTrie2 *trie = ucase_getTrie(); in toUpper() local
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 Dutrie2.h605 const UTrie2 *trie; global() member in UTrie2StringIterator
[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...]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationDataBuilder.java1372 protected Trie2Writable trie; global() field in CollationDataBuilder
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTimeZoneNamesImpl.java796 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 DUCaseProps.java1553 private Trie2_16 trie; global() field in UCaseProps
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTimeZoneNamesImpl.java798 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...]

Completed in 28 milliseconds

123456