OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Phrase
(Results
1 - 3
of
3
) sorted by null
/external/skia/tools/bookmaker/
includeWriter.h
23
enum class
Phrase
{
141
bool descriptionOut(const Definition* def, SkipFirstLine ,
Phrase
);
202
Wrote rewriteBlock(int size, const char* data,
Phrase
phrase
);
/external/skqp/tools/bookmaker/
includeWriter.h
23
enum class
Phrase
{
141
bool descriptionOut(const Definition* def, SkipFirstLine ,
Phrase
);
202
Wrote rewriteBlock(int size, const char* data,
Phrase
phrase
);
/external/python/cpython3/Lib/email/
_header_value_parser.py
88
# '.', '"', and '(' do not end phrases in order to support obs-
phrase
186
class
Phrase
(TokenList):
188
token_type = '
phrase
'
548
class DisplayName(
Phrase
):
941
# For example, if the first element of a structured header is a '
phrase
',
944
#
phrase
, value = get_phrase(value)
946
# returns the complete
phrase
from the start of the string value, plus any
947
# characters left in the string after the
phrase
is removed.
[
all
...]
Completed in 307 milliseconds