Home
last modified time | relevance | path

Searched refs:trimWhiteSpace (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/common/
Dpatternprops.h67 static const UChar *trimWhiteSpace(const UChar *s, int32_t &length);
Dpatternprops.cpp175 PatternProps::trimWhiteSpace(const UChar *s, int32_t &length) { in trimWhiteSpace() function in PatternProps
/external/tinyxml/
Dtinyxmlparser.cpp555 bool trimWhiteSpace, in ReadText() argument
561 if ( !trimWhiteSpace // certain tags always keep whitespace in ReadText()
/external/icu4c/i18n/
Dmsgfmt.cpp1636 const UChar *ps = PatternProps::trimWhiteSpace(s.getBuffer(), length); in findKeyword()