Home
last modified time | relevance | path

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

/external/smali/util/src/test/java/org/jf/util/
DTextUtilsTest.java47 Assert.assertEquals("", TextUtils.normalizeWhitespace(" ")); in testNormalizeWhitespace()
48 Assert.assertEquals("hello", TextUtils.normalizeWhitespace("hello ")); in testNormalizeWhitespace()
49 Assert.assertEquals("hello", TextUtils.normalizeWhitespace(" hello")); in testNormalizeWhitespace()
50 Assert.assertEquals("hello", TextUtils.normalizeWhitespace(" hello ")); in testNormalizeWhitespace()
51 Assert.assertEquals("hello\nworld", TextUtils.normalizeWhitespace("hello \n \n world")); in testNormalizeWhitespace()
/external/smali/baksmali/src/test/java/org/jf/baksmali/
DAnalysisTest.java109 Assert.assertEquals(TextUtils.normalizeWhitespace(smaliContents), in runTest()
110 TextUtils.normalizeWhitespace((stringWriter.toString()))); in runTest()
DBaksmaliTestUtils.java80 return TextUtils.normalizeWhitespace(smaliText); in normalizeSmali()
/external/smali/util/src/main/java/org/jf/util/
DTextUtils.java52 public static String normalizeWhitespace(@Nonnull String source) { in normalizeWhitespace() method in TextUtils
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/string/
Dstring.js237 goog.string.normalizeWhitespace = function(str) { function