Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
Dpatternprops.h76 static const UChar *trimWhiteSpace(const UChar *s, int32_t &length);
Dpatternprops.cpp187 PatternProps::trimWhiteSpace(const UChar *s, int32_t &length) { in trimWhiteSpace() function in PatternProps
/third_party/node/deps/icu-small/source/common/
Dpatternprops.h76 static const char16_t *trimWhiteSpace(const char16_t *s, int32_t &length);
Dpatternprops.cpp187 PatternProps::trimWhiteSpace(const char16_t *s, int32_t &length) { in trimWhiteSpace() function in PatternProps
/third_party/skia/third_party/externals/icu/source/common/
Dpatternprops.h76 static const UChar *trimWhiteSpace(const UChar *s, int32_t &length);
Dpatternprops.cpp187 PatternProps::trimWhiteSpace(const UChar *s, int32_t &length) { in trimWhiteSpace() function in PatternProps
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DPatternProps.java105 public static String trimWhiteSpace(String s) { in trimWhiteSpace() method in PatternProps
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DPatternProps.java103 public static String trimWhiteSpace(String s) { in trimWhiteSpace() method in PatternProps
/third_party/lame/ACM/tinyxml/
Dtinyxmlparser.cpp193 bool trimWhiteSpace, in ReadText() argument
199 if ( !trimWhiteSpace // certain tags always keep whitespace in ReadText()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxmlparser.cpp576 bool trimWhiteSpace, in ReadText() argument
582 if ( !trimWhiteSpace // certain tags always keep whitespace in ReadText()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java3435 source = PatternProps.trimWhiteSpace(source); in mungeCharName()
3588 v = Integer.parseInt(PatternProps.trimWhiteSpace(valueAlias)); in applyPropertyAlias()
3601 double value = Double.parseDouble(PatternProps.trimWhiteSpace(valueAlias)); in applyPropertyAlias()
DMessageFormat.java2360 s = PatternProps.trimWhiteSpace(s).toLowerCase(rootLocale); in findKeyword()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DUnicodeSet.java3321 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()
DMessageFormat.java2316 s = PatternProps.trimWhiteSpace(s).toLowerCase(rootLocale); in findKeyword()
/third_party/node/deps/icu-small/source/i18n/
Dmsgfmt.cpp1792 const char16_t *ps = PatternProps::trimWhiteSpace(s.getBuffer(), length); in findKeyword()
/third_party/icu/icu4c/source/i18n/
Dmsgfmt.cpp1791 const UChar *ps = PatternProps::trimWhiteSpace(s.getBuffer(), length); in findKeyword()
/third_party/skia/third_party/externals/icu/source/i18n/
Dmsgfmt.cpp1789 const UChar *ps = PatternProps::trimWhiteSpace(s.getBuffer(), length); in findKeyword()