/external/libchrome/base/strings/ |
H A D | string_split.cc | 36 // 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 D | psLib.py | 7 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 D | psLib.py | 7 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/sfntly/cpp/src/test/tinyxml/ |
H A D | tinyxmlparser.cpp | 582 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 D | 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...] |
/external/selinux/libsemanage/src/ |
H A D | genhomedircon.c | 514 const char whitespace[] = " \t\n"; local 517 /* check for trailing whitespace */ 518 off = ustr_spn_chrs_rev(line, 0, whitespace, strlen(whitespace)); 521 len = ustr_cspn_chrs_rev(line, off, whitespace, strlen(whitespace));
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/ |
H A D | Emitter.java | 122 // - 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/policycoreutils/mcstrans/src/ |
H A D | mcstrans.c | 78 char *whitespace; member in struct:word_group 316 free(group->whitespace); 340 group->whitespace = strdup(" "); 341 if (!group->whitespace) { 669 trim(char *str, const char *whitespace) { argument 672 while (p > str && strchr(whitespace, *(p-1)) != NULL) 678 triml(char *str, const char *whitespace) { argument 681 while (*p && (strchr(whitespace, *p) != NULL)) 733 /* zap leading whitespace */ 743 /* zap trailing whitespace */ 950 emit_whitespace(char*buffer, char *whitespace) argument [all...] |
/external/libxml2/include/libxml/ |
H A D | schemasInternals.h | 549 * 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 D | jaxen-1.1-beta-7.jar | META-INF/ META-INF/MANIFEST.MF org/ org/jaxen/ org/jaxen/dom/ org/jaxen/dom4j/ org/ ... |
H A D | dom4j-1.6.1.jar | META-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
H A D | jaxen-1.1.6.jar | META-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ... |
H A D | commons-lang-2.6.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ... |
H A D | dom4j-1.6.1.jar | META-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 D | FlexAntTasks.jar | META-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ... |
/external/guice/lib/build/jdiff/ |
H A D | xerces.jar | ... String defaultPropName private boolean validating private boolean namespaceAware private boolean whitespace private boolean expandEntityRef private boolean ignoreComments private boolean coalescing private ... |
/external/guice/extensions/struts2/lib/ |
H A D | xwork-core-2.2.1.jar | META-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ... |
/external/dagger2/lib/ |
H A D | auto-value-1.0.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ... |
/external/robolectric/v1/lib/main/ |
H A D | android.jar | META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ... |
/external/icu/tools/srcgen/currysrc/libs/ |
H A D | org.eclipse.jdt.core_3.11.0.v20150602-1242.jar | META-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ... |
/external/robolectric/v3/runtime/ |
H A D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |