HomeSort by relevance Sort by last modified time
    Searched refs:sep (Results 276 - 300 of 524) sorted by null

<<11121314151617181920>>

  /external/icu4c/tools/tzcode/
icuzdump.cpp 123 void setLineSeparator(const char* sep) {
124 linesep = sep;
311 << "\t-l <sep> : New line code type used in file outputs. CR or LF (default)"
  /external/llvm/utils/lit/lit/
TestFormats.py 185 if suffix.startswith(os.sep):
188 testSuite, path_in_suite + tuple(suffix.split(os.sep)),
  /external/nist-sip/java/gov/nist/core/
GenericObjectList.java 381 * @param sep
384 public void setSeparator(String sep) {
385 separator = sep;
  /external/openssl/crypto/evp/
evp_test.c 127 static unsigned char *ustrsep(char **p,const char *sep)
128 { return (unsigned char *)sstrsep(p,sep); }
  /external/regex-re2/re2/
dfa.cc 509 const char* sep = ""; local
513 sep = "";
515 StringAppendF(&s, "%s%d", sep, *it);
516 sep = ",";
531 const char* sep = ""; local
536 sep = "";
538 StringAppendF(&s, "%s%d", sep, state->inst_[i]);
539 sep = ",";
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmwifi_channels.h 44 #define CHSPEC_CTLOVLP(sp1, sp2, sep) (ABS(wf_chspec_ctlchan(sp1) - wf_chspec_ctlchan(sp2)) < \
45 (sep))
  /external/chromium/base/
string_util.cc 810 typename STR::value_type sep) {
819 result += sep;
826 std::string JoinString(const std::vector<std::string>& parts, char sep) {
827 return JoinStringT(parts, sep);
830 string16 JoinString(const std::vector<string16>& parts, char16 sep) {
831 return JoinStringT(parts, sep);
    [all...]
  /external/chromium/net/ftp/
ftp_network_transaction.cc 129 char sep = *(++ptr); local
130 if (!sep || isdigit(sep) || *(++ptr) != sep || *(++ptr) != sep)
139 if (*ptr != sep)
    [all...]
  /external/chromium_org/base/strings/
string_util.cc 704 static STR JoinStringT(const std::vector<STR>& parts, const STR& sep) {
713 result += sep;
720 std::string JoinString(const std::vector<std::string>& parts, char sep) {
721 return JoinStringT(parts, std::string(1, sep));
724 string16 JoinString(const std::vector<string16>& parts, char16 sep) {
725 return JoinStringT(parts, string16(1, sep));
  /external/chromium_org/net/ftp/
ftp_network_transaction.cc 128 char sep = *(++ptr); local
129 if (!sep || isdigit(sep) || *(++ptr) != sep || *(++ptr) != sep)
138 if (*ptr != sep)
    [all...]
  /external/chromium_org/third_party/sqlite/src/contrib/
sqlitecon.tcl 313 set sep {}
315 append res $sep$x($col)
316 set sep |
321 set sep {}
324 append hdr $sep$col
325 set sep |
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mhlib.py 794 def __init__(self, data = None, sep = ',', rng = '-'):
796 self.sep = sep
810 return 'IntSet(%r, %r, %r)' % (self.tostring(), self.sep, self.rng)
828 if s: s = s + (self.sep + t)
891 for part in data.split(self.sep):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mhlib.py 794 def __init__(self, data = None, sep = ',', rng = '-'):
796 self.sep = sep
810 return 'IntSet(%r, %r, %r)' % (self.tostring(), self.sep, self.rng)
828 if s: s = s + (self.sep + t)
891 for part in data.split(self.sep):
    [all...]
  /external/icu4c/i18n/
tzfmt.cpp 372 UChar *sep = u_strchr(hourFormats, (UChar)0x003B /* ';' */); local
373 if (sep != NULL) {
375 fGMTOffsetPatterns[UTZFMT_PAT_POSITIVE_HM].setTo(FALSE, hourFormats, (int32_t)(sep - hourFormats));
376 fGMTOffsetPatterns[UTZFMT_PAT_NEGATIVE_HM].setTo(TRUE, sep + 1, -1);
    [all...]
locdspnm.cpp 274 UnicodeString sep; member in class:LocaleDisplayNamesImpl
376 langData.getNoFallback("localeDisplayPattern", "separator", sep);
377 if (sep.isBogus()) {
378 sep = UnicodeString(", ", -1, US_INV);
643 buffer.append(sep);
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
package.cpp 284 char *sep; local
291 sep=strchr(filename, 0)-strlen(name);
292 while((sep=strchr(sep, U_FILE_SEP_CHAR))!=NULL) {
293 if(sep!=filename) {
294 *sep=0; // truncate temporarily
301 *sep++=U_FILE_SEP_CHAR; // restore file separator character
    [all...]
  /external/icu4c/tools/toolutil/
package.cpp 284 char *sep; local
291 sep=strchr(filename, 0)-strlen(name);
292 while((sep=strchr(sep, U_FILE_SEP_CHAR))!=NULL) {
293 if(sep!=filename) {
294 *sep=0; // truncate temporarily
301 *sep++=U_FILE_SEP_CHAR; // restore file separator character
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
xcodeproj_file.py 594 sep = ' '
598 sep = '\n'
618 printable = '(' + sep
622 ',' + sep
625 printable = '{' + sep
630 sep
718 # empty string for sep.
719 sep = ''
722 sep = '\n'
726 self._XCPrint(file, 2, self._XCPrintableValue(2, self) + ' = {' + sep)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
xmlconfig.c 358 XML_Char *end, *sep; local
363 sep = strchr (range, ':');
364 if (sep) { /* non-empty interval */
365 *sep = '\0';
367 !parseValue (&ranges[i].end, info->type, sep+1))
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/
xmlconfig.c 358 XML_Char *end, *sep; local
363 sep = strchr (range, ':');
364 if (sep) { /* non-empty interval */
365 *sep = '\0';
367 !parseValue (&ranges[i].end, info->type, sep+1))
    [all...]
  /system/core/sh/
expand.c 828 char sep; local
880 sep = ifsval()[0];
882 sep = ' ';
885 if (*ap && sep)
886 STPUTC(sep, expdest);
  /external/chromium_org/courgette/
adjustment_method.cc 164 const char* sep = ""; local
166 s += sep;
167 sep = ",";
adjustment_method_2.cc 432 const char* sep = "<"; local
434 // base::StringAppendF(&s, "%s%x ", sep, instance.at(i)->label_->rva_);
435 s += sep;
437 sep = ", ";
528 const char* sep = ""; local
530 s += sep;
531 sep = ", ";
    [all...]
  /external/open-vcdiff/gflags/src/
gflags_completions.cc 505 string::size_type sep = it->filename.rfind(PATH_SEPARATOR); local
506 *package_dir = it->filename.substr(0, (sep == string::npos) ? 0 : sep);
  /prebuilts/misc/common/commons-cli/
commons-cli-1.2.jar 

Completed in 757 milliseconds

<<11121314151617181920>>