Searched refs:Blank (Results 1 - 12 of 12) sorted by relevance
/third_party/PyYAML/examples/pygments-lexer/ |
H A D | yaml.py | 170 (r'[ ]+(?=#|$)', Text.Blank), 193 (r'[ ]+(?=#|$)', Text.Blank), 204 bygroups(Text.Blank, Literal.Version), 'ignored-line'), 212 bygroups(Text.Blank, Name.Type, Text.Blank, Name.Type), 219 (r'[ ]*$', something(Text.Blank), '#pop:2'), 231 (r'[ ]*(?=#|$)', something(Text.Blank), '#pop'), 233 (r'[ ]+', Text.Blank), 283 (r'[ ]+', Text.Blank), 345 (r'^[ ]+|[ ]+$', Text.Blank), [all...] |
/third_party/lame/ACM/tinyxml/ |
H A D | tinyxmlparser.cpp | 636 if ( !textNode->Blank() ) in ReadValue() 917 bool TiXmlText::Blank() const in Blank() function in TiXmlText
|
H A D | tinyxml.h | 631 bool Blank() const; // returns true if all white space and new lines
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | dumpICUrules.bat | 281 # Blank lines 417 # Blank line -- leave as-is
|
/third_party/rust/crates/regex/regex-syntax/src/ast/ |
H A D | print.rs | 346 Blank if ast.negated => self.wtr.write_str("[:^blank:]"), in fmt_class_ascii() 347 Blank => self.wtr.write_str("[:blank:]"), in fmt_class_ascii()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
H A D | tinyxmlparser.cpp | 1210 if ( !textNode->Blank() ) in ReadValue() 1631 bool TiXmlText::Blank() const in Blank() function in TiXmlText
|
H A D | tinyxml.h | 1261 bool Blank() const; // returns true if all white space and new lines
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-temporal-objects.h | 136 V8_WARN_UNUSED_RESULT static MaybeHandle<Oddball> Blank(
|
H A D | js-temporal-objects.cc | 4809 MaybeHandle<Oddball> JSTemporalDuration::Blank( in Blank() function in v8::internal::JSTemporalDuration
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-temporal.cc | 772 TEMPORAL_PROTOTYPE_METHOD0(Duration, Blank, blank)
|
/third_party/rust/crates/regex/regex-syntax/src/hir/ |
H A D | translate.rs | 1101 Blank => &[('\t', '\t'), (' ', ' ')], 1871 hir_uclass(ascii_class(&ast::ClassAsciiKind::Blank)) in class_ascii()
|
/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.cc | 5127 V(blank, Blank) in InitializeGlobal_harmony_temporal()
|
Completed in 34 milliseconds