Searched refs:s1Index (Results 1 – 2 of 2) sorted by relevance
448 #define UCNV_EXT_FROM_U(stage12, stage3, s1Index, c) \ argument449 …(stage3)[ ((int32_t)(stage12)[ (stage12)[s1Index] +(((c)>>4)&0x3f) ]<<UCNV_EXT_STAGE_2_LEFT_SHIFT)…
1408 static int FROM_U(CharBuffer stage12, CharBuffer stage3, int s1Index, int c) { in FROM_U() argument1409 … return stage3.get((stage12.get((stage12.get(s1Index) + ((c >>> 4) & 0x3f))) << STAGE_2_LEFT_SHIFT) in FROM_U()