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

  /external/llvm/lib/Support/
StringExtras.cpp 33 /// leading characters that appear in the Delimiters string, and ending the
34 /// token at any of the characters that appear in the Delimiters string. If
39 StringRef Delimiters) {
41 StringRef::size_type Start = Source.find_first_not_of(Delimiters);
44 StringRef::size_type End = Source.find_first_of(Delimiters, Start);
50 /// delimiters, appending the result fragments to the output list.
53 StringRef Delimiters) {
54 std::pair<StringRef, StringRef> S = getToken(Source, Delimiters);
57 S = getToken(S.second, Delimiters);
  /external/llvm/include/llvm/ADT/
StringExtras.h 116 /// leading characters that appear in the Delimiters string, and ending the
117 /// token at any of the characters that appear in the Delimiters string. If
122 StringRef Delimiters = " \t\n\v\f\r");
125 /// delimiters, appending the result fragments to the output list.
128 StringRef Delimiters = " \t\n\v\f\r");
  /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...]

Completed in 92 milliseconds