Home
last modified time | relevance | path

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

/external/google-smali/baksmali/src/test/java/com/android/tools/smali/baksmali/
DBaksmaliTestUtils.java84 return normalizeWhitespace(smaliText); in normalizeSmali()
134 public static String normalizeWhitespace(@Nonnull String source) { in normalizeWhitespace() method in BaksmaliTestUtils
174 Assert.assertEquals("", normalizeWhitespace(" ")); in testNormalizeWhitespace()
175 Assert.assertEquals("hello", normalizeWhitespace("hello ")); in testNormalizeWhitespace()
176 Assert.assertEquals("hello", normalizeWhitespace(" hello")); in testNormalizeWhitespace()
177 Assert.assertEquals("hello", normalizeWhitespace(" hello ")); in testNormalizeWhitespace()
178 Assert.assertEquals("hello\nworld", normalizeWhitespace("hello \n \n world")); in testNormalizeWhitespace()
DAnalysisTest.java123 Assert.assertEquals(BaksmaliTestUtils.normalizeWhitespace(smaliContents), in runTest()
124 BaksmaliTestUtils.normalizeWhitespace((stringWriter.toString()))); in runTest()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DCheckHtmlFiles.java981 String bufferString = normalizeWhitespace(buffer); in parseFile()
1053 private String normalizeWhitespace(CharSequence input) { in normalizeWhitespace() method in CheckHtmlFiles.Data
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DDisplayAndInputProcessor.java464 value = normalizeWhitespace(path, value); in processInputMore()
1246 private String normalizeWhitespace(String path, String value) { in normalizeWhitespace() method in DisplayAndInputProcessor