Home | History | Annotate | Download | only in impl

Lines Matching defs:UNDERSCORE

59     private static final char UNDERSCORE            = '_';
87 append(UNDERSCORE);
161 return c == UNDERSCORE || c == HYPHEN || isTerminator(c);
171 if (c == HYPHEN || c == UNDERSCORE) {
353 if (id[index] == UNDERSCORE || id[index] == HYPHEN) {
413 needSeparator = true; // add another underscore if we have more text
416 if (c != UNDERSCORE && c != HYPHEN) {
434 c = UNDERSCORE;
512 // catch unwanted trailing underscore after country if there was no variant
514 if (len > 0 && buffer.charAt(len - 1) == UNDERSCORE) {