Home
last modified time | relevance | path

Searched defs:whitespace (Results 1 - 18 of 18) sorted by relevance

/third_party/node/test/fixtures/wpt/encoding/
H A Dtextdecoder-labels.any.js5 var whitespace = [' ', '\t', '\n', '\f', '\r']; variable
/third_party/python/Lib/
H A Dtextwrap.py76 whitespace = r'[%s]' % re.escape(_whitespace) variable in TextWrapper
[all...]
H A Dstring.py24 whitespace = ' \t\n\r\v\f' variable
/third_party/gn/src/base/strings/
H A Dstring_split.cc62 SplitStringT( std::basic_string_view<char_type> str, DelimiterType delimiter, WhitespaceHandling whitespace, SplitResult result_type) SplitStringT() argument
124 SplitStringUsingSubstrT(std::basic_string_view<char_type> input, std::basic_string_view<char_type> delimiter, WhitespaceHandling whitespace, SplitResult result_type, std::vector<OutputStringType>* result) SplitStringUsingSubstrT() argument
150 SplitString(std::string_view input, std::string_view separators, WhitespaceHandling whitespace, SplitResult result_type) SplitString() argument
162 SplitString(std::u16string_view input, std::u16string_view separators, WhitespaceHandling whitespace, SplitResult result_type) SplitString() argument
174 SplitStringPiece(std::string_view input, std::string_view separators, WhitespaceHandling whitespace, SplitResult result_type) SplitStringPiece() argument
186 SplitStringPiece( std::u16string_view input, std::u16string_view separators, WhitespaceHandling whitespace, SplitResult result_type) SplitStringPiece() argument
221 SplitStringUsingSubstr( std::u16string_view input, std::u16string_view delimiter, WhitespaceHandling whitespace, SplitResult result_type) SplitStringUsingSubstr() argument
231 SplitStringUsingSubstr(std::string_view input, std::string_view delimiter, WhitespaceHandling whitespace, SplitResult result_type) SplitStringUsingSubstr() argument
240 SplitStringPieceUsingSubstr( std::u16string_view input, std::u16string_view delimiter, WhitespaceHandling whitespace, SplitResult result_type) SplitStringPieceUsingSubstr() argument
250 SplitStringPieceUsingSubstr( std::string_view input, std::string_view delimiter, WhitespaceHandling whitespace, SplitResult result_type) SplitStringPieceUsingSubstr() argument
[all...]
/third_party/lame/ACM/tinyxml/
H A Dtinyxmlparser.cpp214 bool whitespace = false; in ReadText() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dlib.h57 whitespace:1, member
H A Dtokenize.c52 int newline, whitespace; member
H A Dpre-process.c413 int whitespace = 0; in show_token_sequence() local
[all...]
/third_party/rust/crates/proc-macro2/tests/
H A Dtest.rs737 fn whitespace() { in whitespace() functions
/third_party/rust/crates/syn/src/
H A Dlib.rs522 mod whitespace; modules
/third_party/skia/third_party/externals/angle2/src/common/
H A Dstring_utils.cpp39 SplitString(const std::string &input, const std::string &delimiters, WhitespaceHandling whitespace, SplitResult resultType) SplitString() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A 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() whitespace() method in Mf2Parser
[all...]
H A DMf2Serializer.java142 public void whitespace(int begin, int end) { in whitespace() method in Mf2Serializer
/third_party/rust/crates/proc-macro2/src/
H A Dparse.rs697 let mut whitespace = input.bytes().enumerate(); in trailing_backslash() variables
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
H A Dcommands.c80 static char *whitespace = " \t"; variable
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp598 bool whitespace = false; in ReadText() local
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dcli-command.c206 static const char whitespace[] = " \t\n\r"; variable
/third_party/node/deps/v8/src/torque/
H A Dearley-parser.h400 void SetWhitespace(PatternFunction whitespace) { in SetWhitespace() argument

Completed in 19 milliseconds