Home
last modified time | relevance | path

Searched defs:stripWhitespace (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/modules/canvaskit/htmlcanvas/
Dfont.js12 function stripWhitespace(str) { function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRuleBasedNumberFormat.java1848 private StringBuilder stripWhitespace(String description) { in stripWhitespace() method in RuleBasedNumberFormat
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRuleBasedNumberFormat.java1887 private StringBuilder stripWhitespace(String description) { in stripWhitespace() method in RuleBasedNumberFormat
/third_party/icu/icu4c/source/i18n/
Drbnf.cpp1703 RuleBasedNumberFormat::stripWhitespace(UnicodeString& description) in stripWhitespace() function in RuleBasedNumberFormat
/third_party/skia/third_party/externals/icu/source/i18n/
Drbnf.cpp1703 RuleBasedNumberFormat::stripWhitespace(UnicodeString& description) in stripWhitespace() function in RuleBasedNumberFormat
/third_party/node/deps/icu-small/source/i18n/
Drbnf.cpp1703 RuleBasedNumberFormat::stripWhitespace(UnicodeString& description) in stripWhitespace() function in RuleBasedNumberFormat
/third_party/typescript/src/harness/
DfourslashImpl.ts4568 function stripWhitespace(s: string): string { function