HomeSort by relevance Sort by last modified time
    Searched refs:TextTrieMap (Results 1 - 9 of 9) sorted by null

  /external/icu/icu4c/source/i18n/
tznames_impl.h 68 * Character node used by TextTrieMap
115 * Search result handler callback interface used by TextTrieMap search.
125 * TextTrieMap is a trie implementation for supporting
128 class U_I18N_API TextTrieMap : public UMemory {
130 TextTrieMap(UBool ignoreCase, UObjectDeleter *valeDeleter);
131 virtual ~TextTrieMap();
163 class TextTrieMap;
199 TextTrieMap fNamesTrie;
tznames_impl.cpp 113 // TextTrieMap class implementation
115 TextTrieMap::TextTrieMap(UBool ignoreCase, UObjectDeleter *valueDeleter)
120 TextTrieMap::~TextTrieMap() {
136 int32_t TextTrieMap::isEmpty() const {
145 // We defer actually building the TextTrieMap node structure until the first time a
150 TextTrieMap::put(const UnicodeString &key, void *value, ZNStringPool &sp, UErrorCode &status) {
158 TextTrieMap::put(const UChar *key, void *value, UErrorCode &status) {
176 TextTrieMap::putImpl(const UnicodeString &key, void *value, UErrorCode &status)
    [all...]
tzfmt.cpp 28 #include "tznames_impl.h" // TextTrieMap
138 static TextTrieMap *gZoneIdTrie = NULL;
141 static TextTrieMap *gShortZoneIdTrie = NULL;
    [all...]
tzgnames.cpp 296 TextTrieMap fGNamesTrie;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
zstrfmt.h 22 * Character node used by TextTrieMap
69 * Search result handler callback interface used by TextTrieMap search.
118 * TextTrieMap is a trie implementation for supporting
121 class TextTrieMap : public UMemory {
123 TextTrieMap(UBool ignoreCase);
124 virtual ~TextTrieMap();
293 TextTrieMap fZoneStringsTrie;
zstrfmt.cpp 210 TextTrieMap::TextTrieMap(UBool ignoreCase)
215 TextTrieMap::~TextTrieMap() {
230 int32_t TextTrieMap::isEmpty() const {
239 // We defer actually building the TextTrieMap node structure until the first time a
244 TextTrieMap::put(const UnicodeString &key, void *value, ZSFStringPool &sp, UErrorCode &status) {
262 TextTrieMap::putImpl(const UnicodeString &key, void *value, UErrorCode &status) {
292 TextTrieMap::growNodes() {
312 TextTrieMap::addChildNode(CharacterNode *parent, UChar c, UErrorCode &status)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 171 milliseconds