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

  /external/icu4c/layout/
HangulLayoutEngine.cpp 134 le_int32 sIndex = syllable - HSYL_FIRST;
136 if (sIndex < 0 || sIndex >= HSYL_COUNT) {
140 lead = LJMO_FIRST + (sIndex / HSYL_LVCNT);
141 vowel = VJMO_FIRST + (sIndex % HSYL_LVCNT) / TJMO_COUNT;
142 trail = TJMO_FIRST + (sIndex % TJMO_COUNT);
  /external/skia/gpu/src/
GrGpu.cpp 592 int sIndex = startIndex;
593 setupGeometry(&sVertex, &sIndex, vertexCount, indexCount);
595 this->onDrawIndexed(type, sVertex, sIndex,
  /external/icu4c/test/cintltst/
trie2test.c 279 int32_t i, length, sIndex, countValues;
304 sIndex=(int32_t)(p-s);
305 U16_NEXT(s, sIndex, length, c2);
329 sIndex=(int32_t)(p-s);
330 U16_PREV(s, 0, sIndex, c2);
    [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]
  /external/icu4c/common/
uresbund.c     [all...]

Completed in 1804 milliseconds