Home
last modified time | relevance | path

Searched defs:WHITESPACE (Results 1 - 14 of 14) sorted by relevance

/third_party/curl/lib/
H A Dcurl_path.c125 static const char WHITESPACE[] = " \t\r\n"; in Curl_get_pathname() local
/third_party/python/Lib/json/
H A Ddecoder.py132 WHITESPACE = re.compile(r'[ \t\n\r]*', FLAGS) variable
/third_party/pulseaudio/src/modules/
H A Dmodule-match.c54 #define WHITESPACE "\n\r \t" macro
H A Dmodule-stream-restore.c77 #define WHITESPACE "\n\r \t" macro
/third_party/pulseaudio/src/pulsecore/
H A Dconf-parser.c38 #define WHITESPACE " \t\n" macro
H A Dmodargs.c109 WHITESPACE, in parse() enumerator
H A Dcore-util.c144 #define WHITESPACE "\n\r \t" macro
/third_party/python/Lib/re/
H A D_parser.py26 WHITESPACE = frozenset(" \t\n\r\v\f") variable
/third_party/pulseaudio/src/pulse/
H A Dproplist.c452 WHITESPACE, in pa_proplist_from_string() enumerator
/third_party/eudev/src/shared/
H A Dutil.h45 #define WHITESPACE " \t\n\r" macro
/third_party/node/deps/v8/src/json/
H A Djson-parser.h133 WHITESPACE, member in v8::internal::JsonToken
/third_party/icu/icu4c/source/tools/gencnval/
H A Dgencnval.c591 static const char WHITESPACE[] = " \t"; in addOfficialTaggedStandards() local
/third_party/skia/third_party/externals/icu/source/tools/gencnval/
H A Dgencnval.c590 static const char WHITESPACE[] = " \t"; in addOfficialTaggedStandards() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DTextFormat.java919 private static final Pattern WHITESPACE = Pattern.compile("(\\s|(#.*$))++", Pattern.MULTILINE); field in TextFormat.Tokenizer

Completed in 20 milliseconds