Searched
full:whitespace (Results
351 -
375 of
1013) sorted by null
<<11121314151617181920>>
/dalvik/libcore/luni/src/main/java/java/util/ |
StringTokenizer.java | 116 * whitespace as the delimiter. The {@code returnDelimiters} flag is set to
|
/dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/ |
HostnameVerifierTest.java | 199 // Whitespace differences between RI and Android are ignored by
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
XMLString.java | 61 * Conditionally trim all leading and trailing whitespace in the specified String. 69 * @param trimHead Trim leading whitespace? 70 * @param trimTail Trim trailing whitespace? 660 * {@link Character#isSpace(char) whitespace} from the beginning and end
|
XMLStringDefault.java | 73 * Conditionally trim all leading and trailing whitespace in the specified String. 81 * @param trimHead Trim leading whitespace? 82 * @param trimTail Trim trailing whitespace? 771 * {@link Character#isSpace(char) whitespace} from the beginning and end
|
/dalvik/libcore/xml/src/main/java/org/xml/sax/ |
AttributeList.java | 142 * into a single string separated by whitespace.</p>
|
/development/scripts/app_engine_server/gae_shell/static/ |
shell.js | 144 var result = req.responseText.replace(/^\s*|\s*$/g, ''); // trim whitespace
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
markup.sgml | 101 @G_MARKUP_ERROR_EMPTY: document contained nothing, or only whitespace
|
/external/e2fsprogs/lib/et/ |
et_c.awk | 149 # Be tolerant to missing whitespace after `,' ...
|
/external/e2fsprogs/util/ |
subst.c | 230 * Skip trailing and leading whitespace
|
/external/gtest/test/ |
gtest_xml_test_utils.py | 111 whitespace.
|
/external/icu4c/common/ |
util_props.cpp | 135 * and it must not point to a whitespace character. That is, must
|
/external/icu4c/data/unidata/ |
PropertyAliases.txt | 29 # values, the case distinctions, whitespace, and '_' are ignored. For Numeric Property
|
/external/ipsec-tools/src/libipsec/ |
ipsec_set_policy.3 | 88 a single whitespace is assumed.
|
/external/jdiff/src/jdiff/ |
CommentsHandler.java | 128 // Eliminate any whitespace at each end of the text.
|
/external/jpeg/ |
rdcolmap.c | 147 /* Skip any leading whitespace */
|
/external/opencore/android/author/ |
authordriver.cpp | 783 // Attempt to parse an int64 literal optionally surrounded by whitespace, 793 // Skip trailing whitespace 799 // int64 literal optionally surrounded by whitespace. 804 // Trim both leading and trailing whitespace from the given string. [all...] |
/external/qemu/distrib/sdl-1.2.12/src/main/win32/ |
SDL_win32_main.c | 64 /* Skip leading whitespace */
|
/external/v8/src/ |
token.h | 202 T(WHITESPACE, NULL, 0)
|
unicode.h | 229 struct WhiteSpace {
|
/external/webkit/JavaScriptCore/runtime/ |
ExceptionHelpers.cpp | 100 // then strip whitespace.
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Exceptions/ |
15.11.4.4-1.js | 131 * with possible whitespace on each side of the colon sign.
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Object/ |
regress-90596-001.js | 186 * Strips out any whitespace from the text -
|
regress-90596-002.js | 186 * Strips out any whitespace from the text -
|
regress-90596-003.js | 210 * Strips out any whitespace or quotes from the text -
|
/external/webkit/WebCore/dom/ |
ScriptElement.cpp | 228 Neither Mozilla 1.8 nor WinIE 7 accept leading or trailing whitespace.
|
Completed in 197 milliseconds
<<11121314151617181920>>