Searched defs:whitespace (Results 1 - 25 of 28) sorted by relevance

12

/external/libchrome/base/strings/
H A Dstring_split.cc36 // Returns either the ASCII or UTF-16 whitespace.
76 WhitespaceHandling whitespace,
95 if (whitespace == TRIM_WHITESPACE)
136 WhitespaceHandling whitespace,
150 if (whitespace == TRIM_WHITESPACE)
162 WhitespaceHandling whitespace,
166 input, separators[0], whitespace, result_type);
169 input, separators, whitespace, result_type);
174 WhitespaceHandling whitespace,
178 input, separators[0], whitespace, result_typ
73 SplitStringT( BasicStringPiece<Str> str, DelimiterType delimiter, WhitespaceHandling whitespace, SplitResult result_type) argument
134 SplitStringUsingSubstrT(BasicStringPiece<Str> input, BasicStringPiece<Str> delimiter, WhitespaceHandling whitespace, SplitResult result_type, std::vector<OutputStringType>* result) argument
160 SplitString(StringPiece input, StringPiece separators, WhitespaceHandling whitespace, SplitResult result_type) argument
172 SplitString(StringPiece16 input, StringPiece16 separators, WhitespaceHandling whitespace, SplitResult result_type) argument
184 SplitStringPiece(StringPiece input, StringPiece separators, WhitespaceHandling whitespace, SplitResult result_type) argument
196 SplitStringPiece(StringPiece16 input, StringPiece16 separators, WhitespaceHandling whitespace, SplitResult result_type) argument
244 SplitStringPieceUsingSubstr( StringPiece16 input, StringPiece16 delimiter, WhitespaceHandling whitespace, SplitResult result_type) argument
254 SplitStringPieceUsingSubstr( StringPiece input, StringPiece delimiter, WhitespaceHandling whitespace, SplitResult result_type) argument
[all...]
/external/fonttools/Lib/fontTools/misc/
H A DpsLib.py7 from string import whitespace namespace
12 skipwhiteRE = re.compile("[%s]*" % whitespace)
13 endofthingPat = "[^][(){}<>/%%%s]*" % whitespace
35 hexstringRE = re.compile("<[%s0-9A-Fa-f]*>" % whitespace)
/external/fonttools/Tools/fontTools/misc/
H A DpsLib.py7 from string import whitespace namespace
12 skipwhiteRE = re.compile("[%s]*" % whitespace)
13 endofthingPat = "[^][(){}<>/%%%s]*" % whitespace
35 hexstringRE = re.compile("<[%s0-9A-Fa-f]*>" % whitespace)
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
H A Dcommands.c80 static char *whitespace = " \t"; variable
163 args = strtok_r(args, whitespace, &nextarg);
167 args = nextarg + strspn(nextarg, whitespace);
173 args = strtok_r(args, whitespace, &nextarg);
181 args = nextarg + strspn(nextarg, whitespace);
578 idlist = strtok_r(args, whitespace, &nextarg);
582 args = nextarg + strspn(nextarg, whitespace);
588 idlist = strtok_r(args, whitespace, &nextarg);
664 args += strspn(args, whitespace);
666 segname = strtok_r(args, whitespace,
[all...]
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp582 if ( !trimWhiteSpace // certain tags always keep whitespace
583 || !condenseWhiteSpace ) // if true, whitespace is always kept
598 bool whitespace = false; local
607 whitespace = true;
612 whitespace = true;
617 // If we've found whitespace, add it before the
618 // new character. Any whitespace just becomes a space.
619 if ( whitespace )
622 whitespace = false;
1448 && !IsWhiteSpace( *p ) // whitespace
[all...]
/external/tinyxml/
H A Dtinyxmlparser.cpp561 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...]
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/
H A DEmitter.java122 // - is it a whitespace?
127 private boolean whitespace; field in class:Emitter
176 // - is it a whitespace?
180 whitespace = true;
915 // Important whitespace combinations.
928 // First character or preceded by a whitespace.
990 // Detect important whitespace combinations.
1081 void writeIndicator(String indicator, boolean needWhitespace, boolean whitespace, argument
1083 if (!this.whitespace && needWhitespace) {
1087 this.whitespace
[all...]
/external/selinux/mcstrans/src/
H A Dmcstrans.c78 char *whitespace; member in struct:word_group
316 free(group->whitespace);
340 group->whitespace = strdup(" ");
341 if (!group->whitespace) {
667 trim(char *str, const char *whitespace) { argument
670 while (p > str && strchr(whitespace, *(p-1)) != NULL)
676 triml(char *str, const char *whitespace) { argument
679 while (*p && (strchr(whitespace, *p) != NULL))
731 /* zap leading whitespace */
741 /* zap trailing whitespace */
948 emit_whitespace(char*buffer, char *whitespace) argument
[all...]
/external/libxml2/include/libxml/
H A DschemasInternals.h549 * a whitespace-facet value of "preserve"
555 * a whitespace-facet value of "replace"
561 * a whitespace-facet value of "collapse"
831 int whitespace; member in struct:_xmlSchemaFacet
/external/guice/extensions/persist/lib/
H A Djaxen-1.1-beta-7.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jaxen/ org/jaxen/dom/ org/jaxen/dom4j/ org/ ...
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/guice/lib/build/jdiff/
H A Dxerces.jar ... String defaultPropName private boolean validating private boolean namespaceAware private boolean whitespace private boolean expandEntityRef private boolean ignoreComments private boolean coalescing private ...
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 3320 milliseconds

12