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