Home | History | Annotate | Download | only in locale

Lines Matching defs: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))
180 // langtag must start with either language or privateuse
385 sts._errorMsg = "Incomplete privateuse";
485 String privateuse = null;
491 privateuse = ext.getValue();
507 if (privateuse == null) {
508 privateuse = PRIVUSE_VARIANT_PREFIX + SEP + privuseVar;
510 privateuse = privateuse + SEP + PRIVUSE_VARIANT_PREFIX + SEP + privuseVar.replace(BaseLocale.SEP, SEP);
514 if (privateuse != null) {
515 tag._privateuse = privateuse;
518 if (tag._language.length() == 0 && (hasSubtag || privateuse == null)) {
616 && !AsciiUtil.caseIgnoreMatch(PRIVATEUSE, s);
629 // privateuse = "x" 1*("-" (1*8alphanum))
631 && AsciiUtil.caseIgnoreMatch(PRIVATEUSE, s);
635 return (AsciiUtil.caseIgnoreMatch(PRIVATEUSE, String.valueOf(c)));
639 // privateuse = "x" 1*("-" (1*8alphanum))