HomeSort by relevance Sort by last modified time
    Searched full:fcdtrie (Results 1 - 8 of 8) sorted by null

  /external/chromium/third_party/icu/source/common/
unorm.cpp 191 static UTrie normTrie={ 0,0,0,0,0,0,0 }, fcdTrie={ 0,0,0,0,0,0,0 }, auxTrie={ 0,0,0,0,0,0,0 };
342 uprv_memcpy(&fcdTrie, &_fcdTrie, sizeof(UTrie));
399 fcdHighStart=fcdTrie.highStart;
400 return fcdTrie.index;
436 return UTRIE2_GET16_FROM_U16_SINGLE_LEAD(&fcdTrie, c);
442 return UTRIE2_GET16_FROM_SUPP(&fcdTrie, cp);
    [all...]
unormimp.h 534 * to make sure that fcdTrie is 32-bit-aligned
536 * UTrie fcdTrie; -- size in bytes=indexes[_NORM_INDEX_FCD_TRIE_SIZE]
568 * The second trie (fcdTrie above) provides data just for FCD checks.
  /external/icu4c/common/
normalizer2impl.h 235 uint16_t getFCD16(UChar32 c) const { return UTRIE2_GET16(fcdTrie(), c); }
237 return UTRIE2_GET16_FROM_U16_SINGLE_LEAD(fcdTrie(), c);
240 return UTRIE2_GET16_FROM_SUPP(fcdTrie(), c);
447 const UTrie2 *fcdTrie() const { return (const UTrie2 *)fcdTrieSingleton.fInstance; }
unormimp.h 251 * to make sure that fcdTrie is 32-bit-aligned
253 * UTrie fcdTrie; -- size in bytes=indexes[_NORM_INDEX_FCD_TRIE_SIZE]
285 * The second trie (fcdTrie above) provides data just for FCD checks.
unorm.cpp 76 static UTrie normTrie={ 0,0,0,0,0,0,0 }, fcdTrie={ 0,0,0,0,0,0,0 }, auxTrie={ 0,0,0,0,0,0,0 };
219 uprv_memcpy(&fcdTrie, &_fcdTrie, sizeof(UTrie));
normalizer2impl.cpp     [all...]
  /external/chromium/third_party/icu/source/tools/gennorm/
store.c 102 *fcdTrie,
177 fcdTrie = (UNewTrie *)uprv_malloc(sizeof(UNewTrie));
178 uprv_memset(fcdTrie, 0, sizeof(UNewTrie));
    [all...]
  /external/icu4c/tools/gennorm/
store.c 102 *fcdTrie,
177 fcdTrie = (UNewTrie *)uprv_malloc(sizeof(UNewTrie));
178 uprv_memset(fcdTrie, 0, sizeof(UNewTrie));
    [all...]

Completed in 382 milliseconds