Home
last modified time | relevance | path

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

/external/libgdx/gdx/src/com/badlogic/gdx/utils/
DStringBuilder.java381 char frontLow = chars[i + 1]; in reverse0() local
383 …boolean surAtFront = allowFrontSur && frontLow >= 0xdc00 && frontLow <= 0xdfff && frontHigh >= 0xd… in reverse0()
393 chars[end] = frontLow; in reverse0()
405 frontHigh = frontLow; in reverse0()
411 chars[end] = frontLow; in reverse0()
419 frontHigh = frontLow; in reverse0()