Home
last modified time | relevance | path

Searched refs:removeWhitespace (Results 1 – 2 of 2) sorted by relevance

/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/
DBuildMetadataFromXml.java170 static String validateRE(String regex, boolean removeWhitespace) { in validateRE() argument
173 String compressedRegex = removeWhitespace ? regex.replaceAll("\\s", "") : regex; in validateRE()
/third_party/typescript/src/harness/
DfourslashImpl.ts2281 private removeWhitespace(text: string): string {
2845 … const removeWhitespace = (s: string): string => includeWhitespace ? s : this.removeWhitespace(s); constant
2846 if (removeWhitespace(actualText) !== removeWhitespace(expectedText)) {