Searched refs:scrt (Results 1 – 1 of 1) sorted by relevance
169 private final SoftReference<String> scrt; field in BaseLocale.Key184 scrt = new SoftReference(""); in Key()216 scrt = new SoftReference(script); in Key()222 scrt = new SoftReference(""); in Key()257 String ts = this.scrt.get(); in equals()258 String os = ((Key)obj).scrt.get(); in equals()286 String scrt = LocaleUtils.toTitleString(key.scrt.get()).intern(); in normalize() local290 return new Key(lang, scrt, regn, vart, true); in normalize()302 key.scrt.get() != null && in normalizeKey()311 return new BaseLocale(key.lang.get(), key.scrt.get(), in createObject()