Searched refs:trimWhiteSpace (Results 1 – 4 of 4) 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
555 bool trimWhiteSpace, in ReadText() argument561 if ( !trimWhiteSpace // certain tags always keep whitespace in ReadText()
1636 const UChar *ps = PatternProps::trimWhiteSpace(s.getBuffer(), length); in findKeyword()