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

  /external/icu4c/common/
normalizer2impl.h 241 uint16_t getFCD16(UChar32 c) const { return UTRIE2_GET16(fcdTrie(), c); }
243 return UTRIE2_GET16_FROM_U16_SINGLE_LEAD(fcdTrie(), c);
246 return UTRIE2_GET16_FROM_SUPP(fcdTrie(), c);
469 const UTrie2 *fcdTrie() const { return (const UTrie2 *)fcdTrieSingleton.fInstance; }
normalizer2impl.cpp     [all...]
unorm_props_data.c     [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 340 milliseconds