Searched defs:hasScript (Results 1 – 5 of 5) sorted by relevance
220 … UnicodeSet hasScript = new UnicodeSet(valueChars).removeAll(expandBlockIgnorables); in reduceByProperty() local
1002 public static final boolean hasScript(int c, int sc) { in hasScript() method in UScript
1192 public static final boolean hasScript(int c, int sc) { in hasScript() method in UScript
579 UBool hasScript = uprv_strlen(script) > 0; in localeDisplayName() local
701 Set<String> hasScript = new TreeSet<String>(); in printDefaultContent() local