Home
last modified time | relevance | path

Searched refs:isRuleWhiteSpace (Results 1 – 8 of 8) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/text/normalizer/
H A DRuleCharacterIterator.java191 UCharacterProperty.isRuleWhiteSpace(c)) { in next()
284 if (!UCharacterProperty.isRuleWhiteSpace(a)) break; in skipIgnored()
H A DUCharacterProperty.java245 public static boolean isRuleWhiteSpace(int c) in isRuleWhiteSpace() method in UCharacterProperty
H A DUtility.java256 if (!UCharacterProperty.isRuleWhiteSpace(c)) { in skipWhitespace()
H A DUnicodeSet.java429 if (UCharacterProperty.isRuleWhiteSpace(c)) { in _appendToPat()
1679 if (UCharacterProperty.isRuleWhiteSpace(ch)) { in mungeCharName()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/text/normalizer/
H A DRuleCharacterIterator.java191 UCharacterProperty.isRuleWhiteSpace(c)) { in next()
284 if (!UCharacterProperty.isRuleWhiteSpace(a)) break; in skipIgnored()
H A DUCharacterProperty.java245 public static boolean isRuleWhiteSpace(int c) in isRuleWhiteSpace() method in UCharacterProperty
H A DUtility.java256 if (!UCharacterProperty.isRuleWhiteSpace(c)) { in skipWhitespace()
H A DUnicodeSet.java429 if (UCharacterProperty.isRuleWhiteSpace(c)) { in _appendToPat()
1679 if (UCharacterProperty.isRuleWhiteSpace(ch)) { in mungeCharName()