Searched defs:trie (Results 1 - 25 of 37) sorted by relevance

12

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Duspoof_wsconf.h44 UTrie2 *trie; // Any-case or Lower-case Trie. member in class:BuilderScriptSet
H A Dcollationtailoring.h80 UTrie2 *trie; member in struct:CollationTailoring
H A Dcollationdata.h146 const UTrie2 *trie; member in struct:CollationData
H A Dcollationdatabuilder.h237 UTrie2 *trie; member in class:CollationDataBuilder
H A Dcollationiterator.h260 const UTrie2 *trie; member in class:CollationIterator
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dpropsvec.h160 UTrie2 *trie; member in struct:UPVecToUTrie2Context
H A Dbytestrieiterator.cpp45 BytesTrie::Iterator::Iterator(const BytesTrie &trie, int32_t maxStringLength, argument
H A Ducharstrieiterator.cpp44 UCharsTrie::Iterator::Iterator(const UCharsTrie &trie, int32_t maxStringLength, argument
H A Drbtok.cpp57 const UTrie *trie = &fData->fTrie; local
192 const UTrie *trie = &fData->fTrie; local
H A Dpropname.cpp218 UBool PropNameData::containsName(BytesTrie &trie, const char *name) { argument
H A Drbbisetb.cpp58 getFoldedRBBIValue(UNewTrie *trie, UChar32 start, int32_t offset) { argument
H A Dubidi_props.c36 UTrie2 trie; member in struct:UBiDiProps
[all...]
H A Ducol_swp.cpp38 UTrieHeader trie; local
[all...]
H A Dutrie2.cpp41 get32(const UNewTrie2 *trie, UChar32 c, UBool fromLSCP) { argument
60 utrie2_get32(const UTrie2 *trie, UChar3 argument
73 utrie2_get32FromLeadSurrogateCodeUnit(const UTrie2 *trie, UChar32 c) argument
87 u8Index(const UTrie2 *trie, UChar32 c, int32_t i) argument
97 utrie2_internalU8NextIndex(const UTrie2 *trie, UChar32 c, const uint8_t *src, const uint8_t *limit) argument
112 utrie2_internalU8PrevIndex(const UTrie2 *trie, UChar32 c, const uint8_t *start, const uint8_t *src) argument
136 UTrie2 *trie; local
238 UTrie2 *trie; local
367 utrie2_close(UTrie2 *trie) argument
403 utrie2_isFrozen(const UTrie2 *trie) argument
408 utrie2_serialize(const UTrie2 *trie, void *data, int32_t capacity, UErrorCode *pErrorCode) argument
436 UTrie2Header trie; local
545 enumEitherTrie(const UTrie2 *trie, UChar32 start, UChar32 limit, UTrie2EnumValue *enumValue, UTrie2EnumRange *enumRange, const void *context) argument
723 utrie2_enum(const UTrie2 *trie, UTrie2EnumValue *enumValue, UTrie2EnumRange *enumRange, const void *context) argument
729 utrie2_enumForLeadSurrogate(const UTrie2 *trie, UChar32 lead, UTrie2EnumValue *enumValue, UTrie2EnumRange *enumRange, const void *context) argument
[all...]
H A Ducase.cpp40 UTrie2 trie; member in struct:UCaseProps
[all...]
H A Ducnvsel.cpp49 UTrie2 *trie; // 16 bit trie containing offsets into pv member in struct:UConverterSelector
[all...]
H A Dutrie.cpp51 UNewTrie *trie; local
115 UNewTrie *trie; local
151 utrie_close(UNewTrie *trie) argument
164 utrie_getData(UNewTrie *trie, int32_t *pLength) argument
174 utrie_allocDataBlock(UNewTrie *trie) argument
194 utrie_getDataBlock(UNewTrie *trie, UChar32 c) argument
220 utrie_set32(UNewTrie *trie, UChar32 c, uint32_t value) argument
238 utrie_get32(UNewTrie *trie, UChar32 c, UBool *pInBlockZero) argument
282 utrie_setRange32(UNewTrie *trie, UChar32 start, UChar32 limit, uint32_t value, UBool overwrite) argument
403 utrie_fold(UNewTrie *trie, UNewTrieGetFoldedValue *getFoldedValue, UErrorCode *pErrorCode) argument
544 _findUnusedBlocks(UNewTrie *trie) argument
588 utrie_compact(UNewTrie *trie, UBool overlap, UErrorCode *pErrorCode) argument
719 defaultGetFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset) argument
740 utrie_serialize(UNewTrie *trie, void *dt, int32_t capacity, UNewTrieGetFoldedValue *getFoldedValue, UBool reduceTo16Bits, UErrorCode *pErrorCode) argument
855 utrie_unserialize(UTrie *trie, const void *data, int32_t length, UErrorCode *pErrorCode) argument
930 utrie_unserializeDummy(UTrie *trie, void *data, int32_t length, uint32_t initialValue, uint32_t leadUnitValue, UBool make16BitTrie, UErrorCode *pErrorCode) argument
1057 utrie_enum(const UTrie *trie, UTrieEnumValue *enumValue, UTrieEnumRange *enumRange, const void *context) argument
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/unisetperf/draft/
H A Dtrieset.cpp109 UTrie trie; member in class:TrieSet
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/
H A DKeywordLookupGenerator.py215 trie = Trie("") variable
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/
H A Dassoc_container.hpp576 class trie : public PB_DS_BASE_C_DEC class in namespace:pb_ds
585 trie() { } function in class:pb_ds::trie
590 trie(const e_access_traits& t) function in class:pb_ds::trie
597 trie(It first, It last) function in class:pb_ds::trie
604 trie(It first, It last, const e_access_traits& t) function in class:pb_ds::trie
608 trie(const trie& other) function in class:pb_ds::trie
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dsprpdata.c155 UTrie trie = data->sprepTrie; local
235 UTrie trie = data->sprepTrie; local
H A Dtrietest.c56 _testFoldedValue32(UNewTrie *trie, UChar32 start, int32_t offset) { argument
87 _testFoldedValue16(UNewTrie *trie, UChar32 start, int32_t offset) { argument
141 testTrieIteration(const char *testName, const UTrie *trie, const CheckRange checkRanges[], int32_t countCheckRanges) argument
263 UTrie trie={ 0 }; local
457 UTrie trie={ 0 }; local
825 UTrie trie; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dbytestrietest.cpp656 checkFirst(BytesTrie &trie, const StringAndValue data[], int32_t dataLength) argument
678 checkNext(BytesTrie &trie, const StringAndValue data[], int32_t dataLength) argument
758 checkNextWithState(BytesTrie &trie, const StringAndValue data[], int32_t dataLength) argument
818 checkNextString(BytesTrie &trie, const StringAndValue data[], int32_t dataLength) argument
835 checkIterator(const BytesTrie &trie, const StringAndValue data[], int32_t dataLength) argument
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/tools/gensprep/
H A Dstore.c525 getFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset) argument
[all...]
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOTrie.hpp34 namespace trie { namespace in namespace:mach_o

Completed in 390 milliseconds

12