/external/srec/config/en.us/dictionary/ |
cmu2nuance.cpp | 72 // loop over whitespace delimited phonemes 74 // skip leading whitespace
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/regexp/ |
special_characters.js | 115 // testing whitespace '\s' 118 // testing non whitespace '\S'
|
/external/webkit/WebCore/editing/ |
InsertTextCommand.cpp | 146 // It is possible for the node that contains startPosition to contain only unrendered whitespace, 176 // The insertion may require adjusting adjacent whitespace, if it is present.
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/ |
CdmaSmsAddress.java | 172 * Given a string, return the string without whitespace, 194 * up by removing whitespace.
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
BridgeXmlBlockParser.java | 164 // Original comment: whitespace was stripped by aapt. 292 if (eventType == TEXT && isWhitespace()) { // skip whitespace
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/ |
arm-eabi-ranlib.1 | 169 Options in \fIfile\fR are separated by whitespace. A whitespace
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/ |
arm-eabi-ranlib.1 | 172 Options in \fIfile\fR are separated by whitespace. A whitespace
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/ |
arm-eabi-ranlib.1 | 172 Options in \fIfile\fR are separated by whitespace. A whitespace
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/ |
arm-eabi-ranlib.1 | 169 Options in \fIfile\fR are separated by whitespace. A whitespace
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/ |
arm-eabi-ranlib.1 | 172 Options in \fIfile\fR are separated by whitespace. A whitespace
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/ |
arm-eabi-ranlib.1 | 172 Options in \fIfile\fR are separated by whitespace. A whitespace
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/ |
i686-unknown-linux-gnu-ranlib.1 | 169 Options in \fIfile\fR are separated by whitespace. A whitespace
|
/dalvik/libcore/luni/src/main/java/java/util/ |
Properties.java | 269 * character ("\r", "\n", "\r\n"). If there's a whitespace after the 270 * backslash it will just escape that whitespace instead of concatenating 273 * the value, and the value. The key goes up to the first whitespace, "=" or 275 * either one whitespace, one "=" or one ":" and any number of additional 348 mode = IGNORE; // Ignore whitespace on the next line 391 mode = IGNORE; // Ignore whitespace on the next line
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
string_utils.sgml | 707 Removes leading whitespace from a string, by moving the rest of the 718 @string: a string to remove the leading whitespace from. 724 Removes trailing whitespace from a string. 734 @string: a string to remove the trailing whitespace from. 740 Removes leading and trailing whitespace from a string. See g_strchomp() and 744 @string: a string to remove the leading and trailing whitespace from.
|
/external/clearsilver/python/examples/trans/ |
trans.py | 160 while x < y and data[x] in string.whitespace: x+=1 161 while y > x and data[y] in string.whitespace: y-=1 170 while x < y and data[x] in string.whitespace: x+=1 171 while y > x and data[y] in string.whitespace: y-=1 183 while x < y and data[x] in string.whitespace: x+=1 184 while y > x and data[y] in string.whitespace: y-=1
|
/external/srec/tools/grxmlcompile/ |
grxmldoc.cpp | 487 // Strip leading and trailing whitespace 494 const char* const whitespace = " \t\r\n\v\f"; local 496 std::string word; // Words are whitespace separated 498 cdata.erase(0, cdata.find_first_not_of(whitespace) ); 499 cdata.erase(cdata.find_last_not_of(whitespace) + 1); 507 begIdx = cdata.find_first_not_of(whitespace); 512 endIdx = cdata.find_first_of (whitespace, begIdx); 542 begIdx = cdata.find_first_not_of (whitespace, endIdx); 548 // In particular, do not strip whitespace from tag cdata. 681 // NB Do not strip whitespace from tag cdat [all...] |
/external/tinyxml/ |
tinyxmlparser.cpp | 561 if ( !trimWhiteSpace // certain tags always keep whitespace 562 || !condenseWhiteSpace ) // if true, whitespace is always kept 577 bool whitespace = false; local 586 whitespace = true; 591 whitespace = true; 596 // If we've found whitespace, add it before the 597 // new character. Any whitespace just becomes a space. 598 if ( whitespace ) 601 whitespace = false; 1376 && !IsWhiteSpace( *p ) && *p != '\n' && *p != '\r' // whitespace [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
DOM2DTM.java | 362 // Whitespace-handler context stacking 465 // DTM may skip whitespace. This is handled by the suppressNode flag, which 498 // Any non-whitespace in this sequence blocks whitespace 862 * Determine if the string-value of a node is whitespace 866 * @return Return true if the given node is whitespace. 899 * There are open questions regarding whitespace stripping. [all...] |
/external/icu4c/tools/gencnval/ |
gencnval.c | 377 It removes the newlines, comments and trailing whitespace (not preceding whitespace). 407 /* There is no whitespace at the beginning anymore */ 471 /* skip whitespace */ 569 static const char WHITESPACE[] = " \t"; 589 tag = strtok(tag, WHITESPACE); 602 tag = strtok(NULL, WHITESPACE); [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
DOMHelper.java | 139 * xml:space attribute, whether or not extra whitespace should be stripped 143 * @return true if the text node should be stripped of extra whitespace. 886 * Tell if the node is ignorable whitespace. Note that this can 895 * and only if the node is of type Text, contains only whitespace, 908 // -- You need to be able to distinguish whitespace 909 // that is #PCDATA from whitespace that isn't. That requires [all...] |
DOMBuilder.java | 457 * <p>Note that some parsers will report whitespace using the 557 * Receive notification of ignorable whitespace in element content. 560 * of ignorable whitespace (see the W3C XML 1.0 recommendation, 564 * <p>SAX parsers may return all contiguous whitespace in a single 673 * <p>Note that some parsers will report whitespace using the
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
ToTextStream.java | 183 * <p>Note that some parsers will report whitespace using the 365 * <p>Note that some parsers will report whitespace using the 393 * Receive notification of ignorable whitespace in element content. 396 * of ignorable whitespace (see the W3C XML 1.0 recommendation, 400 * <p>SAX parsers may return all contiguous whitespace in a single
|
/dalvik/libcore/xml/src/main/java/org/xml/sax/ |
ContentHandler.java | 318 * <p>Note that some parsers will report whitespace in element 336 * Receive notification of ignorable whitespace in element content. 339 * of whitespace in element content (see the W3C XML 1.0 344 * <p>SAX parsers may return all contiguous whitespace in a single 382 * whitespace separating it from the target
|
/bionic/libc/netbsd/net/ |
base64.c | 208 /* skips all whitespace anywhere. 231 if (isspace(ch)) /* Skip whitespace anywhere. */ 315 * whitespace after it?
|
/dalvik/libcore/json/src/test/java/org/json/ |
JSONTokenerTest.java | 296 * Tests which characters tokener treats as ignorable whitespace. See Kevin Bourrillion's 298 * of whitespace characters</a>. 334 assertEquals("The character " + name + " is not whitespace according to the JSON spec.",
|