HomeSort by relevance Sort by last modified time
    Searched refs:Delimiters (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Support/
StringExtras.cpp 32 /// leading characters that appear in the Delimiters string, and ending the
33 /// token at any of the characters that appear in the Delimiters string. If
38 StringRef Delimiters) {
40 StringRef::size_type Start = Source.find_first_not_of(Delimiters);
43 StringRef::size_type End = Source.find_first_of(Delimiters, Start);
49 /// delimiters, appending the result fragments to the output list.
52 StringRef Delimiters) {
53 std::pair<StringRef, StringRef> S = getToken(Source, Delimiters);
56 S = getToken(S.second, Delimiters);
  /external/llvm/include/llvm/ADT/
StringExtras.h 122 /// leading characters that appear in the Delimiters string, and ending the
123 /// token at any of the characters that appear in the Delimiters string. If
128 StringRef Delimiters = " \t\n\v\f\r");
131 /// delimiters, appending the result fragments to the output list.
134 StringRef Delimiters = " \t\n\v\f\r");
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib.py 471 Delimiters : '<>#%"'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllib.py 471 Delimiters : '<>#%"'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib.py 471 Delimiters : '<>#%"'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib.py 471 Delimiters : '<>#%"'
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 

Completed in 649 milliseconds