OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:normalizeWhitespace
(Results
1 - 8
of
8
) sorted by null
/external/smali/util/src/test/java/org/jf/util/
TextUtilsTest.java
47
Assert.assertEquals("", TextUtils.
normalizeWhitespace
(" "));
48
Assert.assertEquals("hello", TextUtils.
normalizeWhitespace
("hello "));
49
Assert.assertEquals("hello", TextUtils.
normalizeWhitespace
(" hello"));
50
Assert.assertEquals("hello", TextUtils.
normalizeWhitespace
(" hello "));
51
Assert.assertEquals("hello\nworld", TextUtils.
normalizeWhitespace
("hello \n \n world"));
/external/smali/util/src/main/java/org/jf/util/
TextUtils.java
52
public static String
normalizeWhitespace
(@Nonnull String source) {
/external/smali/baksmali/src/test/java/org/jf/baksmali/
AnalysisTest.java
125
Assert.assertEquals(TextUtils.
normalizeWhitespace
(smaliContents),
126
TextUtils.
normalizeWhitespace
((stringWriter.toString())));
BaksmaliTestUtils.java
79
return TextUtils.
normalizeWhitespace
(smaliText);
/external/cldr/tools/java/org/unicode/cldr/test/
DisplayAndInputProcessor.java
344
value =
normalizeWhitespace
(path, value);
550
private String
normalizeWhitespace
(String path, String value) {
[
all
...]
/external/cldr/tools/java/org/unicode/cldr/tool/
CheckHtmlFiles.java
[
all
...]
/external/cldr/tools/java/libs/
xercesImpl.jar
/external/guice/lib/build/jdiff/
xerces.jar
Completed in 766 milliseconds