HomeSort by relevance Sort by last modified time
    Searched full:trie (Results 26 - 50 of 147) sorted by null

12 3 4 5 6

  /external/icu4c/common/unicode/
ustringtrie.h 20 * \brief C API: Helper definitions for dictionary trie APIs.
37 * until the trie is reset to its original state or to a saved state.
  /external/icu4c/tools/genctd/
genctd.1.in 10 \- Compiles word list into ICU compact trie dictionary
37 and creates a compact trie dictionary file. Normally this data file has the
  /external/icu4c/common/
unormimp.h 116 _NORM_INDEX_TRIE_SIZE, /* number of bytes in normalization trie */
129 _NORM_INDEX_FCD_TRIE_SIZE, /* number of bytes in FCD trie */
131 _NORM_INDEX_AUX_TRIE_SIZE, /* number of bytes in the auxiliary trie */
170 * Change to version 2.1: add third/auxiliary trie with associated data.
228 * The first trie (normTrie above)
230 * The second trie (fcdTrie above) provides data just for FCD checks.
233 * - norm32 data words from the first trie
244 * code unit in the second trie access
357 * - FCD trie
359 * The FCD trie is very simple
    [all...]
propname.cpp 217 UBool PropNameData::containsName(BytesTrie &trie, const char *name) {
232 result=trie.next((uint8_t)c);
258 BytesTrie trie(bytesTries+bytesTrieOffset);
259 if(containsName(trie, alias)) {
260 return trie.getValue();
uprops.h 338 /** From uchar.c/uprops.icu main trie */
340 /** From uchar.c/uprops.icu properties vectors trie */
348 /** From uchar.c/uprops.icu main trie as well as properties vectors trie */
373 * Enumerate uprops.icu's main data trie and add the
381 * Enumerate uprops.icu's properties vectors trie and add the
  /external/icu4c/tools/toolutil/
writesrc.c 162 /* 16-bit trie */
165 /* 32-bit trie */
181 /* 16-bit trie */
191 /* 32-bit trie */
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3collections.c 106 // Interface functions for int TRIE
108 static pANTLR3_TRIE_ENTRY intTrieGet (pANTLR3_INT_TRIE trie, ANTLR3_INTKEY key);
109 static ANTLR3_BOOLEAN intTrieDel (pANTLR3_INT_TRIE trie, ANTLR3_INTKEY key);
110 static ANTLR3_BOOLEAN intTrieAdd (pANTLR3_INT_TRIE trie, ANTLR3_INTKEY key, ANTLR3_UINT32 type, ANTLR3_INTKEY intType, void * data, void (ANTLR3_CDECL *freeptr)(void *));
111 static void intTrieFree (pANTLR3_INT_TRIE trie);
1770 pANTLR3_INT_TRIE trie; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
trie_policy.hpp 38 * Contains trie-related policies.
208 // Returns the const_node_iterator associated with the trie's root node.
212 // Returns the node_iterator associated with the trie's root node.
306 // Returns the iterator associated with the trie's first element.
310 // Returns the iterator associated with the trie's
315 // Returns the const_node_iterator associated with the trie's root node.
319 // Returns the node_iterator associated with the trie's root node.
assoc_container.hpp 458 // An abstract basic tree-like (tree, trie) associative container.
559 // A concrete basic trie-based associative container.
570 class trie : public PB_DS_BASE_C_DEC class in namespace:__gnu_pbds
579 trie() { } function in class:__gnu_pbds::trie
584 trie(const e_access_traits& t) function in class:__gnu_pbds::trie
591 trie(It first, It last) function in class:__gnu_pbds::trie
598 trie(It first, It last, const e_access_traits& t) function in class:__gnu_pbds::trie
602 trie(const trie& other) function in class:__gnu_pbds::trie
606 ~trie() { }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/
trie_policy.hpp 38 * Contains trie-related policies.
209 // Returns the const_node_iterator associated with the trie's root node.
213 // Returns the node_iterator associated with the trie's root node.
307 // Returns the iterator associated with the trie's first element.
311 // Returns the iterator associated with the trie's
316 // Returns the const_node_iterator associated with the trie's root node.
320 // Returns the node_iterator associated with the trie's root node.
assoc_container.hpp 474 /// An abstract basic tree-like (tree, trie) associative container.
575 /// A concrete basic trie-based associative container.
586 class trie : public PB_DS_BASE_C_DEC class in namespace:__gnu_pbds
595 trie() { } function in class:__gnu_pbds::trie
600 trie(const e_access_traits& t) function in class:__gnu_pbds::trie
607 trie(It first, It last) function in class:__gnu_pbds::trie
614 trie(It first, It last, const e_access_traits& t) function in class:__gnu_pbds::trie
618 trie(const trie& other) function in class:__gnu_pbds::trie
622 ~trie() { }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/
trie_policy.hpp 38 * Contains trie-related policies.
209 // Returns the const_node_iterator associated with the trie's root node.
213 // Returns the node_iterator associated with the trie's root node.
307 // Returns the iterator associated with the trie's first element.
311 // Returns the iterator associated with the trie's
316 // Returns the const_node_iterator associated with the trie's root node.
320 // Returns the node_iterator associated with the trie's root node.
assoc_container.hpp 474 /// An abstract basic tree-like (tree, trie) associative container.
575 /// A concrete basic trie-based associative container.
586 class trie : public PB_DS_BASE_C_DEC class in namespace:__gnu_pbds
595 trie() { } function in class:__gnu_pbds::trie
600 trie(const e_access_traits& t) function in class:__gnu_pbds::trie
607 trie(It first, It last) function in class:__gnu_pbds::trie
614 trie(It first, It last, const e_access_traits& t) function in class:__gnu_pbds::trie
618 trie(const trie& other) function in class:__gnu_pbds::trie
622 ~trie() { }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
trie_policy.hpp 38 * Contains trie-related policies.
208 // Returns the const_node_iterator associated with the trie's root node.
212 // Returns the node_iterator associated with the trie's root node.
306 // Returns the iterator associated with the trie's first element.
310 // Returns the iterator associated with the trie's
315 // Returns the const_node_iterator associated with the trie's root node.
319 // Returns the node_iterator associated with the trie's root node.
assoc_container.hpp 458 // An abstract basic tree-like (tree, trie) associative container.
559 // A concrete basic trie-based associative container.
570 class trie : public PB_DS_BASE_C_DEC class in namespace:__gnu_pbds
579 trie() { } function in class:__gnu_pbds::trie
584 trie(const e_access_traits& t) function in class:__gnu_pbds::trie
591 trie(It first, It last) function in class:__gnu_pbds::trie
598 trie(It first, It last, const e_access_traits& t) function in class:__gnu_pbds::trie
602 trie(const trie& other) function in class:__gnu_pbds::trie
606 ~trie() { }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
trie_policy.hpp 38 * Contains trie-related policies.
208 // Returns the const_node_iterator associated with the trie's root node.
212 // Returns the node_iterator associated with the trie's root node.
306 // Returns the iterator associated with the trie's first element.
310 // Returns the iterator associated with the trie's
315 // Returns the const_node_iterator associated with the trie's root node.
319 // Returns the node_iterator associated with the trie's root node.
assoc_container.hpp 458 // An abstract basic tree-like (tree, trie) associative container.
559 // A concrete basic trie-based associative container.
570 class trie : public PB_DS_BASE_C_DEC class in namespace:__gnu_pbds
579 trie() { } function in class:__gnu_pbds::trie
584 trie(const e_access_traits& t) function in class:__gnu_pbds::trie
591 trie(It first, It last) function in class:__gnu_pbds::trie
598 trie(It first, It last, const e_access_traits& t) function in class:__gnu_pbds::trie
602 trie(const trie& other) function in class:__gnu_pbds::trie
606 ~trie() { }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
trie_policy.hpp 38 * Contains trie-related policies.
208 // Returns the const_node_iterator associated with the trie's root node.
212 // Returns the node_iterator associated with the trie's root node.
306 // Returns the iterator associated with the trie's first element.
310 // Returns the iterator associated with the trie's
315 // Returns the const_node_iterator associated with the trie's root node.
319 // Returns the node_iterator associated with the trie's root node.
assoc_container.hpp 458 // An abstract basic tree-like (tree, trie) associative container.
559 // A concrete basic trie-based associative container.
570 class trie : public PB_DS_BASE_C_DEC class in namespace:__gnu_pbds
579 trie() { } function in class:__gnu_pbds::trie
584 trie(const e_access_traits& t) function in class:__gnu_pbds::trie
591 trie(It first, It last) function in class:__gnu_pbds::trie
598 trie(It first, It last, const e_access_traits& t) function in class:__gnu_pbds::trie
602 trie(const trie& other) function in class:__gnu_pbds::trie
606 ~trie() { }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
trie_policy.hpp 38 * Contains trie-related policies.
208 // Returns the const_node_iterator associated with the trie's root node.
212 // Returns the node_iterator associated with the trie's root node.
306 // Returns the iterator associated with the trie's first element.
310 // Returns the iterator associated with the trie's
315 // Returns the const_node_iterator associated with the trie's root node.
319 // Returns the node_iterator associated with the trie's root node.
assoc_container.hpp 458 // An abstract basic tree-like (tree, trie) associative container.
559 // A concrete basic trie-based associative container.
570 class trie : public PB_DS_BASE_C_DEC class in namespace:__gnu_pbds
579 trie() { } function in class:__gnu_pbds::trie
584 trie(const e_access_traits& t) function in class:__gnu_pbds::trie
591 trie(It first, It last) function in class:__gnu_pbds::trie
598 trie(It first, It last, const e_access_traits& t) function in class:__gnu_pbds::trie
602 trie(const trie& other) function in class:__gnu_pbds::trie
606 ~trie() { }
    [all...]
  /external/icu4c/i18n/
ucol_elm.h 39 /* This is the maximum trie capacity for the mapping trie.
  /external/icu4c/data/brkitr/
brkfiles.mk 36 # List of compact trie dictionary files (ctd).
  /external/icu4c/test/cintltst/
sprpdata.c 154 UTrie trie = data->sprepTrie; local
160 UTRIE_GET16(&trie, codepoint, result);
234 UTrie trie = data->sprepTrie; local
254 UTRIE_GET16(&trie,start, result);
  /packages/inputmethods/PinyinIME/jni/include/
dicttrie.h 43 // trie to speed up further potential extending.
124 // Extend in the trie from level 0.
129 // Extend in the trie from level 1.
134 // Extend in the trie from level 2.

Completed in 728 milliseconds

12 3 4 5 6