Home | History | Annotate | Download | only in locale

Lines Matching defs:PRIVATEUSE

29     public static final String PRIVATEUSE = "x";
39 private String _privateuse = ""; // privateuse
123 * / privateuse ; private use tag
132 * ["-" privateuse]
161 * privateuse = "x" 1*("-" (1*8alphanum))
186 // langtag must start with either language or privateuse
397 sts._errorMsg = "Incomplete privateuse";
497 String privateuse = null;
503 privateuse = ext.getValue();
519 if (privateuse == null) {
520 privateuse = PRIVUSE_VARIANT_PREFIX + SEP + privuseVar;
522 privateuse = privateuse + SEP + PRIVUSE_VARIANT_PREFIX + SEP + privuseVar.replace(BaseLocale.SEP, SEP);
526 if (privateuse != null) {
527 tag._privateuse = privateuse;
530 if (tag._language.length() == 0 && (hasSubtag || privateuse == null)) {
628 && !AsciiUtil.caseIgnoreMatch(PRIVATEUSE, s);
641 // privateuse = "x" 1*("-" (1*8alphanum))
643 && AsciiUtil.caseIgnoreMatch(PRIVATEUSE, s);
647 return (AsciiUtil.caseIgnoreMatch(PRIVATEUSE, String.valueOf(c)));
651 // privateuse = "x" 1*("-" (1*8alphanum))