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

  /external/icu4c/tools/gennorm/
store.c 135 * Before processCombining() is called, leadIndex and trailIndex are 0.
138 * They are then sorted by leadIndex, then trailIndex.
142 uint16_t leadIndex, trailIndex;
444 diff=(int)((CombiningTriple *)l)->trailIndex-
445 (int)((CombiningTriple *)r)->trailIndex;
464 triples[i].trailIndex=findCombiningCP(triples[i].trail, FALSE);
467 /* sort them by leadIndex, trailIndex */
526 finalIndex=combiningIndexes[triples[j].trailIndex];
    [all...]

Completed in 180 milliseconds