/external/chromium_org/third_party/freetype/src/psaux/ |
psobjs.h | 116 FT_Bool delimiters );
|
psobjs.c | 518 /* PostScript delimiters are (, ), <, >, [, ], {, }, /, and %. */ 615 /* `token' here means either something between balanced delimiters */ 616 /* or the next token; the delimiters are not removed. */ 743 /* don't include outermost delimiters */ 1059 /* don't include delimiters */ 1084 /* don't include delimiters */ [all...] |
/external/freetype/src/psaux/ |
psobjs.h | 116 FT_Bool delimiters );
|
psobjs.c | 518 /* PostScript delimiters are (, ), <, >, [, ], {, }, /, and %. */ 615 /* `token' here means either something between balanced delimiters */ 616 /* or the next token; the delimiters are not removed. */ 743 /* don't include outermost delimiters */ 1061 /* don't include delimiters */ 1086 /* don't include delimiters */ [all...] |
/external/chromium_org/base/process/ |
process_iterator_mac.cc | 100 std::string delimiters; local 101 delimiters.push_back('\0'); 102 Tokenize(data, delimiters, &entry_.cmd_line_args_);
|
/external/chromium_org/chrome/browser/resources/about_sys/ |
about_sys.js | 7 // Contents of lines that act as delimiters for multi-line values. 151 // Delimiters are based on kMultilineIndicatorString, kMultilineStartString, 162 // Append lines between start and end delimiters.
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
pathutils.h | 52 // Basename may begin, end, and/or include periods, but no folder delimiters. 59 // Folder delimiters are slash and backslash 71 // Normalize changes all folder delimiters to folder_delimiter()
|
/external/chromium_org/third_party/sqlite/src/ext/fts1/ |
simple_tokenizer.c | 33 const char *zDelim; /* token delimiters */ 56 /* TODO(shess) Delimiters need to remain the same from run to run, 154 /* TODO(shess) could strspn() to skip delimiters en masse. Needs
|
fts1_tokenizer.h | 81 ** non-alnum character, though the set of delimiters can also be
|
tokenizer.h | 81 ** non-alnum character, though the set of delimiters can also be
|
/external/chromium_org/third_party/webrtc/base/ |
pathutils.h | 35 // Basename may begin, end, and/or include periods, but no folder delimiters. 42 // Folder delimiters are slash and backslash 54 // Normalize changes all folder delimiters to folder_delimiter()
|
/external/valgrind/main/docs/lib/ |
line-wrap.xsl | 49 <delimiters><xsl:value-of select="$pDelimiters"/></delimiters> 100 <!-- character is one of the specified delimiters, this signals the -->
|
/external/chromium_org/base/strings/ |
string_util.cc | 548 const STR& delimiters, 552 size_t start = str.find_first_not_of(delimiters); 554 size_t end = str.find_first_of(delimiters, start + 1); 560 start = str.find_first_not_of(delimiters, end + 1); 568 const string16& delimiters, 570 return TokenizeT(str, delimiters, tokens); 574 const std::string& delimiters, 576 return TokenizeT(str, delimiters, tokens); 580 const base::StringPiece& delimiters, 582 return TokenizeT(str, delimiters, tokens) [all...] |
string_tokenizer.h | 18 // configure the tokenizer to return delimiters. 98 // Specifies the delimiters should be returned as tokens 120 // it ignores delimiters that it finds. It switches out of this mode once it
|
/external/chromium_org/content/common/android/ |
address_parser.cc | 34 // Additional characters used as new line delimiters. 74 const base::string16 delimiters = base::kWhitespaceUTF16 + newline_delimiters; local 80 String16Tokenizer tokenizer(house_number.end, end, delimiters);
|
/external/icu/icu4c/source/common/ |
propname.cpp | 38 /* Ignore delimiters '-', '_', and ASCII White_Space */ 61 /* Ignore delimiters '-', '_', and EBCDIC White_Space */ 226 // Ignore delimiters '-', '_', and ASCII White_Space.
|
/external/chromium_org/chromeos/system/ |
statistics_provider.cc | 31 // Path to the tool used to get system info, and delimiters for the output 43 // File to get machine hardware info from, and key/value delimiters of 50 // File to get ECHO coupon info from, and key/value delimiters of 56 // File to get VPD info from, and key/value delimiters of the file.
|
/external/chromium_org/content/renderer/android/ |
email_detector.cc | 22 // Delimiters are word boundaries to allow punctuation, quote marks etc. around
|
/external/chromium_org/native_client_sdk/src/tools/lib/ |
quote.py | 30 delimiters to split the string. The returned value is a list of
|
/external/chromium_org/third_party/icu/source/i18n/ |
uni2name.cpp | 103 len += OPEN_DELIM_LEN + 1; // adjust for delimiters
|
/external/icu/icu4c/source/i18n/ |
uni2name.cpp | 104 len += OPEN_DELIM_LEN + 1; // adjust for delimiters
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PUserDatabaseHeader.java | 41 * the < and > delimiters. However, this URI is neither a SIP URI
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/ |
psobjs.h | 116 FT_Bool delimiters );
|
psobjs.c | 518 /* PostScript delimiters are (, ), <, >, [, ], {, }, /, and %. */ 615 /* `token' here means either something between balanced delimiters */ 616 /* or the next token; the delimiters are not removed. */ 743 /* don't include outermost delimiters */ 1059 /* don't include delimiters */ 1084 /* don't include delimiters */ [all...] |
/external/llvm/tools/llvm-symbolizer/ |
llvm-symbolizer.cpp | 86 // Skip delimiters and parse input filename (if needed). 105 // Skip delimiters and parse module offset.
|