HomeSort by relevance Sort by last modified time
    Searched full:fronthigh (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/main/java/java/lang/
AbstractStringBuilder.java 463 char frontHigh = value[0];
470 && frontLow <= 0xdfff && frontHigh >= 0xd800
471 && frontHigh <= 0xdbff;
483 value[end - 1] = frontHigh;
486 frontHigh = value[i + 2];
492 value[end] = frontHigh;
494 frontHigh = frontLow;
506 value[end] = frontHigh;
508 frontHigh = frontLow;
514 value[end] = allowFrontSur ? endLow : frontHigh;
    [all...]

Completed in 39 milliseconds