Home
last modified time | relevance | path

Searched refs:Whitespace (Results 1 – 25 of 101) sorted by relevance

12345

/external/cldr/tools/java/org/unicode/cldr/draft/
DGeneratePickerData.txt57 Format & Whitespace:(Other)~(.*)>Format & Whitespace:$1
58 Format & Whitespace:(.*(Historic|Compatibility))(.*) > Format & Whitespace:$1
59 Format & Whitespace:.*Grapheme joiner.* > Format & Whitespace:Format
60 Format & Whitespace:Other > Format & Whitespace:Variation Selector
72 (Symbol|Punctuation|Modifier|Number|Format & Whitespace|Latin|Hangul|Han .*):(.*(Compatibility|Hist…
DManualChanges.txt30 Format & Whitespace;Whitespace;Add;[\u200B \u3000\u2002-\u2006\u2008-\u200A\u205F\u00A0\u2007\u202F…
31 Format & Whitespace;Historic;Add;[\uFFA0]
DNormalizedIdentifierParser.java17 Illegal, NameContinueNFC, NameContinueOther, NameStartNFC, NameStartOther, Whitespace, Other enumConstant
109 return CharType.Whitespace;
/external/python/cpython3/Lib/
Dtabnanny.py136 class Whitespace: class
161 S, T = Whitespace.S, Whitespace.T
282 indents = [Whitespace("")]
296 thisguy = Whitespace(token)
325 thisguy = Whitespace(line)
Dtokenize.py64 Whitespace = r'[ \f\t]*' variable
66 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
133 PseudoToken = Whitespace + group(PseudoExtras, Number, Funny, ContStr, Name)
/external/python/cpython2/Lib/
Dtabnanny.py132 class Whitespace: class
157 S, T = Whitespace.S, Whitespace.T
278 indents = [Whitespace("")]
292 thisguy = Whitespace(token)
321 thisguy = Whitespace(line)
Dtokenize.py49 Whitespace = r'[ \f\t]*' variable
51 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
100 PseudoToken = Whitespace + group(PseudoExtras, Number, Funny, ContStr, Name)
/external/selinux/mcstrans/share/examples/pipes/setrans.d/
Dpipes.conf5 Whitespace=,
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/tokens/
DWhitespaceToken.java27 return ID.Whitespace; in getTokenId()
DToken.java23 …End, FlowSequenceStart, Key, Scalar, StreamEnd, StreamStart, Tag, Value, Whitespace, Comment, Error enumConstant
/external/python/cpython2/Lib/lib2to3/pgen2/
Dtokenize.py52 Whitespace = r'[ \f\t]*' variable
54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
103 PseudoToken = Whitespace + group(PseudoExtras, Number, Funny, ContStr, Name)
/external/pdfium/xfa/fxfa/parser/
Dcxfa_whitespace.cpp26 XFA_Element::Whitespace, in CXFA_Whitespace()
Dcxfa_transform.cpp15 {XFA_Element::Whitespace, 1, 0}, {XFA_Element::Rename, 1, 0},
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/
Dcomment_test.cpp31 TEST_F(TextToBinaryTest, Whitespace) { in TEST_F() argument
/external/swiftshader/third_party/SPIRV-Tools/test/
Dcomment_test.cpp31 TEST_F(TextToBinaryTest, Whitespace) { in TEST_F() argument
/external/deqp-deps/SPIRV-Tools/test/
Dcomment_test.cpp31 TEST_F(TextToBinaryTest, Whitespace) { in TEST_F() argument
/external/python/cpython3/Lib/lib2to3/pgen2/
Dtokenize.py56 Whitespace = r'[ \f\t]*' variable
58 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
108 PseudoToken = Whitespace + group(PseudoExtras, Number, Funny, ContStr, Name)
/external/doclava/res/assets/templates/
Dyaml_navtree.cs5 whitespace: Whitespace to insert before any text in the structure, which helps
/external/guava/refactorings/
DCharMatcherRewrite.java26 class Whitespace { class in CharMatcherRewrite
/external/guava/guava/src/com/google/common/base/
DCharMatcher.java145 return Whitespace.INSTANCE; in whitespace()
1210 static final class Whitespace extends NamedFastMatcher {
1224 static final Whitespace INSTANCE = new Whitespace();
1226 Whitespace() {
/external/guava/android/guava/src/com/google/common/base/
DCharMatcher.java145 return Whitespace.INSTANCE; in whitespace()
1209 static final class Whitespace extends NamedFastMatcher {
1223 static final Whitespace INSTANCE = new Whitespace();
1225 Whitespace() {
/external/python/cryptography/vectors/cryptography_vectors/x509/PKITS_data/smime/
DSignedValidNameChainingWhitespaceTest4.eml3 Subject: Valid Name Chaining Whitespace Test4
DSignedValidNameChainingWhitespaceTest3.eml3 Subject: Valid Name Chaining Whitespace Test3
/external/python/cpython3/Doc/library/
Dtabnanny.rst60 .. XXX document errprint, format_witnesses, Whitespace, check_equal, indents,
/external/python/cpython2/Doc/library/
Dtabnanny.rst59 .. XXX document errprint, format_witnesses, Whitespace, check_equal, indents,

12345