Home
last modified time | relevance | path

Searched refs:Blank (Results 1 - 12 of 12) sorted by relevance

/third_party/PyYAML/examples/pygments-lexer/
H A Dyaml.py170 (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 Dtinyxmlparser.cpp636 if ( !textNode->Blank() ) in ReadValue()
917 bool TiXmlText::Blank() const in Blank() function in TiXmlText
H A Dtinyxml.h631 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 DdumpICUrules.bat281 # Blank lines
417 # Blank line -- leave as-is
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dprint.rs346 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 Dtinyxmlparser.cpp1210 if ( !textNode->Blank() ) in ReadValue()
1631 bool TiXmlText::Blank() const in Blank() function in TiXmlText
H A Dtinyxml.h1261 bool Blank() const; // returns true if all white space and new lines
/third_party/node/deps/v8/src/objects/
H A Djs-temporal-objects.h136 V8_WARN_UNUSED_RESULT static MaybeHandle<Oddball> Blank(
H A Djs-temporal-objects.cc4809 MaybeHandle<Oddball> JSTemporalDuration::Blank( in Blank() function in v8::internal::JSTemporalDuration
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-temporal.cc772 TEMPORAL_PROTOTYPE_METHOD0(Duration, Blank, blank)
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dtranslate.rs1101 Blank => &[('\t', '\t'), (' ', ' ')],
1871 hir_uclass(ascii_class(&ast::ClassAsciiKind::Blank)) in class_ascii()
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc5127 V(blank, Blank) in InitializeGlobal_harmony_temporal()

Completed in 33 milliseconds