Searched refs:trimWhiteSpace (Results 1 – 13 of 13) sorted by relevance
67 static const UChar *trimWhiteSpace(const UChar *s, int32_t &length);
175 PatternProps::trimWhiteSpace(const UChar *s, int32_t &length) { in trimWhiteSpace() function in PatternProps
101 public static String trimWhiteSpace(String s) { in trimWhiteSpace() method in PatternProps
103 public static String trimWhiteSpace(String s) { in trimWhiteSpace() method in PatternProps
555 bool trimWhiteSpace, in ReadText() argument561 if ( !trimWhiteSpace // certain tags always keep whitespace in ReadText()
576 bool trimWhiteSpace, in ReadText() argument582 if ( !trimWhiteSpace // certain tags always keep whitespace in ReadText()
3250 source = PatternProps.trimWhiteSpace(source); in mungeCharName()3384 v = Integer.parseInt(PatternProps.trimWhiteSpace(valueAlias)); in applyPropertyAlias()3400 double value = Double.parseDouble(PatternProps.trimWhiteSpace(valueAlias)); in applyPropertyAlias()
2263 s = PatternProps.trimWhiteSpace(s).toLowerCase(rootLocale); in findKeyword()
3323 source = PatternProps.trimWhiteSpace(source); in mungeCharName()3462 v = Integer.parseInt(PatternProps.trimWhiteSpace(valueAlias)); in applyPropertyAlias()3478 double value = Double.parseDouble(PatternProps.trimWhiteSpace(valueAlias)); in applyPropertyAlias()
2307 s = PatternProps.trimWhiteSpace(s).toLowerCase(rootLocale); in findKeyword()
2224 s = PatternProps.trimWhiteSpace(s).toLowerCase(rootLocale); in findKeyword()
1765 const UChar *ps = PatternProps::trimWhiteSpace(s.getBuffer(), length); in findKeyword()