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

  /external/chromium/third_party/icu/source/tools/gennorm/
gennorm.h 34 uint16_t canonBothCCs, compatBothCCs, combiningIndex, specialTag;
gennorm.c 446 * The combiningIndex must not be initialized to 0 because 0 is the
447 * combiningIndex of the first forward-combining character.
449 norm.combiningIndex=0xffff;
store.c 162 * The combiningIndex must not be initialized to 0 because 0 is the
163 * combiningIndex of the first forward-combining character.
165 p->combiningIndex=0xffff;
479 createNorm(combiningCPs[i]&0xffffff)->combiningIndex=combiningIndexes[i]=tableTop;
496 createNorm(combiningCPs[i]&0xffffff)->combiningIndex=combiningIndexes[i]=finalIndex++;
    [all...]
  /external/icu4c/tools/gennorm/
store.c 162 * The combiningIndex must not be initialized to 0 because 0 is the
163 * combiningIndex of the first forward-combining character.
165 p->combiningIndex=0xffff;
479 createNorm(combiningCPs[i]&0xffffff)->combiningIndex=combiningIndexes[i]=tableTop;
496 createNorm(combiningCPs[i]&0xffffff)->combiningIndex=combiningIndexes[i]=finalIndex++;
    [all...]
  /external/chromium/third_party/icu/source/common/
unorm.cpp     [all...]

Completed in 1257 milliseconds