Home
last modified time | relevance | path

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

/third_party/gn/src/base/strings/
Dstring_split.cc65 WhitespaceHandling whitespace, in SplitStringT()
126 WhitespaceHandling whitespace, in SplitStringUsingSubstrT()
152 WhitespaceHandling whitespace, in SplitString()
164 WhitespaceHandling whitespace, in SplitString()
176 WhitespaceHandling whitespace, in SplitStringPiece()
189 WhitespaceHandling whitespace, in SplitStringPiece()
224 WhitespaceHandling whitespace, in SplitStringUsingSubstr()
233 WhitespaceHandling whitespace, in SplitStringUsingSubstr()
243 WhitespaceHandling whitespace, in SplitStringPieceUsingSubstr()
253 WhitespaceHandling whitespace, in SplitStringPieceUsingSubstr()
/third_party/typescript/tests/baselines/reference/
DcontrolFlowPropertyDeclarations.js123 .replace(/( {2,}|\n|\t|\{|\})/g, function(whitespace) { argument
261 .replace(/( {2,}|\n|\t|\{|\})/g, function (whitespace) { argument
DprivateNameInInExpression(target=es2022).js32 whitespace(v: any) { method in Foo
141 whitespace(v) { method in FooSub
DprivateNameInInExpression(target=esnext).js32 whitespace(v: any) { method in Foo
141 whitespace(v) { method in FooSub
/third_party/node/test/fixtures/wpt/encoding/
Dtextdecoder-labels.any.js5 var whitespace = [' ', '\t', '\n', '\f', '\r']; variable
/third_party/typescript/tests/cases/conformance/classes/members/privateNames/
DprivateNameInInExpression.ts35 whitespace(v: any) { method in Foo
/third_party/typescript/src/testRunner/unittests/services/
Dcolorization.ts38 function whitespace(text: string, position?: number) { function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
DMf2Parser.java54 public void whitespace(int begin, int end); in whitespace() method
93 public void whitespace(int begin, int end) in whitespace() method in Mf2Parser.TopDownTreeBuilder
511 private void whitespace() in whitespace() method in Mf2Parser
DMf2Serializer.java142 public void whitespace(int begin, int end) { in whitespace() method in Mf2Serializer
/third_party/node/src/permission/
Dfs_permission.cc77 std::string whitespace(spaces, ' '); in PrintTree() local
/third_party/rust/crates/syn/src/
Dlib.rs459 mod whitespace; module
/third_party/python/Doc/reference/
Dlexical_analysis.rst250 .. _whitespace: target
/third_party/python/Lib/
Dtextwrap.py79 whitespace = r'[%s]' % re.escape(_whitespace) variable in TextWrapper
Dstring.py24 whitespace = ' \t\n\r\v\f' variable
/third_party/python/Lib/xml/sax/
Dhandler.py168 def ignorableWhitespace(self, whitespace): argument
/third_party/ltp/tools/sparse/sparse-src/
Dlib.h57 whitespace:1, member
Dtokenize.c52 int newline, whitespace; member
Dpre-process.c413 int whitespace = 0; in show_token_sequence() local
/third_party/skia/third_party/externals/angle2/src/common/
Dstring_utils.cpp41 WhitespaceHandling whitespace, in SplitString()
/third_party/PyYAML/lib/yaml/
Demitter.py800 def write_indicator(self, indicator, need_whitespace, argument
/third_party/node/deps/v8/src/torque/
Dearley-parser.h400 void SetWhitespace(PatternFunction whitespace) { in SetWhitespace()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxmlparser.cpp598 bool whitespace = false; in ReadText() local
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
Dcommands.c80 static char *whitespace = " \t"; variable
/third_party/pulseaudio/src/pulsecore/
Dcli-command.c206 static const char whitespace[] = " \t\n\r"; variable
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/
Dwebidl2.js187 whitespace: /[\t\n\r ]+/y, property