Home
last modified time | relevance | path

Searched refs:frontHigh (Results 1 – 1 of 1) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/utils/
DStringBuilder.java377 char frontHigh = chars[0]; in reverse0() local
383 …boolean surAtFront = allowFrontSur && frontLow >= 0xdc00 && frontLow <= 0xdfff && frontHigh >= 0xd… in reverse0()
384 && frontHigh <= 0xdbff; in reverse0()
394 chars[end - 1] = frontHigh; in reverse0()
397 frontHigh = chars[i + 2]; in reverse0()
403 chars[end] = frontHigh; in reverse0()
405 frontHigh = frontLow; in reverse0()
417 chars[end] = frontHigh; in reverse0()
419 frontHigh = frontLow; in reverse0()
425 chars[end] = allowFrontSur ? endLow : frontHigh; in reverse0()