Searched refs:CODE_POINT_LENGTH (Results 1 – 1 of 1) sorted by relevance
8 private static final int CODE_POINT_LENGTH = 4; field in StringResources74 if (length - j < CODE_POINT_LENGTH) { in escape()77 String codePoint = text.substring(j, j + CODE_POINT_LENGTH); in escape()79 i = j + CODE_POINT_LENGTH; in escape()