Home | History | Annotate | Download | only in impl

Lines Matching defs:UNDERSCORE

57     private static final char UNDERSCORE            = '_';
85 append(UNDERSCORE);
159 return c == UNDERSCORE || c == HYPHEN || isTerminator(c);
169 if (c == HYPHEN || c == UNDERSCORE) {
351 if (id[index] == UNDERSCORE || id[index] == HYPHEN) {
411 needSeparator = true; // add another underscore if we have more text
414 if (c != UNDERSCORE && c != HYPHEN) {
432 c = UNDERSCORE;
510 // catch unwanted trailing underscore after country if there was no variant
512 if (len > 0 && buffer.charAt(len - 1) == UNDERSCORE) {