Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/res/
DStringResourcesTest.java40 assertThat(StringResources.processStringResources(t.getKey())).isEqualTo(t.getValue()); in escape_shouldEscapeCodePoints()
46 assertThat(StringResources.processStringResources(" ")).isEmpty(); in shouldTrimWhitespace()
47 …assertThat(StringResources.processStringResources("Trailingwhitespace ")).isEqualTo("Trailingwh… in shouldTrimWhitespace()
48 …assertThat(StringResources.processStringResources("Leadingwhitespace ")).isEqualTo("Leadingwhit… in shouldTrimWhitespace()
53 …assertThat(StringResources.processStringResources("Whitespace in the middle")).is… in shouldCollapseInternalWhiteSpaces()
54 …assertThat(StringResources.processStringResources("Some\n\n\n\nNewlines")).isEqualTo("Some Newline… in shouldCollapseInternalWhiteSpaces()
66 assertThat(StringResources.processStringResources(t.getKey())).isEqualTo(t.getValue()); in escape_shouldRemoveUnescapedDoubleQuotes()
73 assertThat(StringResources.processStringResources("\\ \\a\\b\\c\\d\\e\\ ")).isEqualTo(""); in escape_shouldIgnoreUnsupportedEscapeCodes()
82 assertThat(StringResources.processStringResources(t.getKey())).isEqualTo(t.getValue()); in escape_shouldSupport()
99 StringResources.processStringResources(t); in testInvalidCodePoints()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DStaxValueLoader.java33 s = StringResources.processStringResources(s); in onEnd()
DStringResources.java18 public static String processStringResources(String inputValue) { in processStringResources() method in StringResources
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DXmlResourceParserImpl.java174 return StringResources.processStringResources(currentNode.getTextContent()); in getText()
329 return StringResources.processStringResources(value); in qualify()