OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Delimiters
(Results
1 - 5
of
5
) 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");
/external/chromium_org/chrome/browser/resources/chromeos/
about_sys.js
7
// Contents of lines that act as
delimiters
for multi-line values.
144
//
Delimiters
are based on kMultilineIndicatorString, kMultilineStartString,
155
// Append lines between start and end
delimiters
.
/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 49 milliseconds