HomeSort by relevance Sort by last modified time
    Searched defs:norms (Results 1 - 2 of 2) sorted by null

  /external/icu4c/tools/gennorm2/
n2builder.h 104 Norm *norms; member in class:Normalizer2DataBuilder
  /external/icu4c/tools/gennorm/
store.c 107 static Norm *norms; variable
190 norms=allocNorm();
231 p=norms+i;
235 if(!utrie_set32(normTrie, (UChar32)code, (uint32_t)(p-norms))) {
252 return norms+i;
283 fn(context, (uint32_t)code, norms+i);
943 if(!utrie_setRange32(normTrie, 0xac00, 0xd7a4, (uint32_t)(norm-norms), TRUE)) {
    [all...]

Completed in 67 milliseconds