Home | History | Annotate | Download | only in locale

Lines Matching refs:privateuse

25     public static final String PRIVATEUSE = "x";
35 private String _privateuse = ""; // privateuse
119 * / privateuse ; private use tag
128 * ["-" privateuse]
157 * privateuse = "x" 1*("-" (1*8alphanum))
182 // langtag must start with either language or privateuse
393 sts._errorMsg = "Incomplete privateuse";
493 String privateuse = null;
499 privateuse = ext.getValue();
515 if (privateuse == null) {
516 privateuse = PRIVUSE_VARIANT_PREFIX + SEP + privuseVar;
518 privateuse = privateuse + SEP + PRIVUSE_VARIANT_PREFIX + SEP + privuseVar.replace(BaseLocale.SEP, SEP);
522 if (privateuse != null) {
523 tag._privateuse = privateuse;
526 if (tag._language.length() == 0 && (hasSubtag || privateuse == null)) {
624 && !AsciiUtil.caseIgnoreMatch(PRIVATEUSE, s);
637 // privateuse = "x" 1*("-" (1*8alphanum))
639 && AsciiUtil.caseIgnoreMatch(PRIVATEUSE, s);
643 return (AsciiUtil.caseIgnoreMatch(PRIVATEUSE, String.valueOf(c)));
647 // privateuse = "x" 1*("-" (1*8alphanum))