Searched refs:trimWhiteSpace (Results 1 – 11 of 11) sorted by relevance
69 static const UChar *trimWhiteSpace(const UChar *s, int32_t &length);
177 PatternProps::trimWhiteSpace(const UChar *s, int32_t &length) { in trimWhiteSpace() function in PatternProps
103 public static String trimWhiteSpace(String s) { in trimWhiteSpace() method in PatternProps
105 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()
3321 source = PatternProps.trimWhiteSpace(source); in mungeCharName()3469 v = Integer.parseInt(PatternProps.trimWhiteSpace(valueAlias)); in applyPropertyAlias()3482 double value = Double.parseDouble(PatternProps.trimWhiteSpace(valueAlias)); in applyPropertyAlias()
2279 s = PatternProps.trimWhiteSpace(s).toLowerCase(rootLocale); in findKeyword()
3394 source = PatternProps.trimWhiteSpace(source); in mungeCharName()3547 v = Integer.parseInt(PatternProps.trimWhiteSpace(valueAlias)); in applyPropertyAlias()3560 double value = Double.parseDouble(PatternProps.trimWhiteSpace(valueAlias)); in applyPropertyAlias()
2326 s = PatternProps.trimWhiteSpace(s).toLowerCase(rootLocale); in findKeyword()
1777 const UChar *ps = PatternProps::trimWhiteSpace(s.getBuffer(), length); in findKeyword()