HomeSort by relevance Sort by last modified time
    Searched refs:trie (Results 101 - 115 of 115) sorted by null

1 2 3 45

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Currency.java 59 // Cache to save currency name trie
700 TextTrieMap<CurrencyStringInfo> trie = trieVec.get(1); local
715 trie.put(name, new CurrencyStringInfo(isoCode, name));
745 // As the trie is traversed, handlePrefixMatch is called at each node. matchLength is the
747 // that key. matchLength increases with each call as trie is traversed.
750 // Since the best match criteria is only based on length of key in trie and since all the
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
FCDIterCollationIterator.java 180 return makeCodePointAndCE32Pair(c, trie.getFromU16SingleLead((char)c));
FCDUTF16CollationIterator.java 183 return makeCodePointAndCE32Pair(c, trie.getFromU16SingleLead(c));
TailoredSet.java 53 // utrie2_enum(data->trie, NULL, enumTailoredRange, this);
54 Iterator<Trie2.Range> trieIterator = data.trie.iterator();
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SpoofChecker.java 659 // by the offsets obtained from the Trie.
    [all...]
TimeZoneFormat.java     [all...]
RuleBasedBreakIterator.java 1189 CharTrie trie = fRData.fTrie; local
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3baserecognizer.c     [all...]
  /external/marisa-trie/lib/marisa/
trie-build.cc 7 #include "trie.h"
11 void Trie::build(const char * const *keys, std::size_t num_keys,
34 void Trie::build(const std::vector<std::string> &keys,
46 void Trie::build(const std::vector<std::pair<std::string, double> > &keys,
60 void Trie::build_trie(Vector<Key<String> > &keys,
71 void Trie::build_trie(Vector<Key<String> > &keys,
73 Trie temp;
120 void Trie::build_trie(Vector<Key<T> > &keys,
164 void Trie::build_cur(Vector<Key<T> > &keys,
225 if ((progress.trie() != MARISA_PATRICIA_TRIE) &
    [all...]
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie-build.cc 7 #include "trie.h"
11 void Trie::build(const char * const *keys, std::size_t num_keys,
36 void Trie::build(const std::vector<std::string> &keys,
49 void Trie::build(const std::vector<std::pair<std::string, double> > &keys,
63 void Trie::build_trie(Vector<Key<String> > &keys,
80 void Trie::build_trie(Vector<Key<String> > &keys,
82 Trie temp;
129 void Trie::build_trie(Vector<Key<T> > &keys,
173 void Trie::build_cur(Vector<Key<T> > &keys,
235 if ((progress.trie() != MARISA_ALPHA_PATRICIA_TRIE) &
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/
parse5.js     [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 407 milliseconds

1 2 3 45