/third_party/node/test/fixtures/wpt/encoding/ |
H A D | textdecoder-labels.any.js | 5 var whitespace = [' ', '\t', '\n', '\f', '\r']; variable
|
/third_party/python/Lib/ |
H A D | textwrap.py | 76 whitespace = r'[%s]' % re.escape(_whitespace) variable in TextWrapper [all...] |
H A D | string.py | 24 whitespace = ' \t\n\r\v\f' variable
|
/third_party/gn/src/base/strings/ |
H A D | string_split.cc | 62 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 D | tinyxmlparser.cpp | 214 bool whitespace = false; in ReadText() local [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | lib.h | 57 whitespace:1, member
|
H A D | tokenize.c | 52 int newline, whitespace; member
|
H A D | pre-process.c | 413 int whitespace = 0; in show_token_sequence() local [all...] |
/third_party/rust/crates/proc-macro2/tests/ |
H A D | test.rs | 737 fn whitespace() { in whitespace() functions
|
/third_party/rust/crates/syn/src/ |
H A D | lib.rs | 522 mod whitespace; modules
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | string_utils.cpp | 39 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 D | Mf2Parser.java | 54 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 D | Mf2Serializer.java | 142 public void whitespace(int begin, int end) { in whitespace() method in Mf2Serializer
|
/third_party/rust/crates/proc-macro2/src/ |
H A D | parse.rs | 697 let mut whitespace = input.bytes().enumerate(); in trailing_backslash() variables
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
H A D | commands.c | 80 static char *whitespace = " \t"; variable [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
H A D | tinyxmlparser.cpp | 598 bool whitespace = false; in ReadText() local [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | cli-command.c | 206 static const char whitespace[] = " \t\n\r"; variable
|
/third_party/node/deps/v8/src/torque/ |
H A D | earley-parser.h | 400 void SetWhitespace(PatternFunction whitespace) { in SetWhitespace() argument
|