Searched defs:lIndex (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
H A Dmct.c537 OPJ_UINT32 i,j,lIndex; local
544 lIndex = i;
547 lCurrentValue = lMatrix[lIndex];
548 lIndex += pNbComps;
/external/icu/icu4c/source/layout/
H A DHangulLayoutEngine.cpp113 le_int32 lIndex = lead - LJMO_FIRST; local
118 if ((lIndex < 0 || lIndex >= LJMO_COUNT ) || (vIndex < 0 || vIndex >= VJMO_COUNT)) {
127 syllable = (LEUnicode) ((lIndex * VJMO_COUNT + vIndex) * TJMO_COUNT + tIndex + HSYL_FIRST);

Completed in 86 milliseconds