Searched refs:sep (Results 201 - 225 of 340) sorted by relevance

1234567891011>>

/external/strace/
H A Dsignal.c192 char sep; local
210 sep = '[';
213 *s++ = sep;
225 sep = ' ';
227 if (sep == '[')
228 *s++ = sep;
H A Dutil.c335 const char *sep; local
342 sep = "";
345 tprintf("%s%s", sep, xlat->str);
347 sep = "|";
354 tprintf("%s%#x", sep, flags);
/external/chromium_org/third_party/icu/source/i18n/
H A Dtzfmt.cpp372 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);
1398 UChar sep = isBasic ? 0 : ISO8601_SEP;
1441 if (sep && idx != 0) {
1442 result.append(sep);
2038 TimeZoneFormat::formatOffsetWithAsciiDigits(int32_t offset, UChar sep, OffsetFields minFields, OffsetFields maxFields, UnicodeString& result) {
2069 if (sep && idx != 0) {
2070 result.append(sep);
[all...]
H A Dlocdspnm.cpp382 UnicodeString sep; local
383 langData.getNoFallback("localeDisplayPattern", "separator", sep);
384 if (sep.isBogus()) {
385 sep = UnicodeString("{0}, {1}", -1, US_INV);
388 separatorFormat = new MessageFormat(sep, status);
/external/icu/icu4c/source/i18n/
H A Dtzfmt.cpp372 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);
1398 UChar sep = isBasic ? 0 : ISO8601_SEP;
1441 if (sep && idx != 0) {
1442 result.append(sep);
2038 TimeZoneFormat::formatOffsetWithAsciiDigits(int32_t offset, UChar sep, OffsetFields minFields, OffsetFields maxFields, UnicodeString& result) {
2069 if (sep && idx != 0) {
2070 result.append(sep);
[all...]
H A Dlocdspnm.cpp385 UnicodeString sep; local
386 langData.getNoFallback("localeDisplayPattern", "separator", sep);
387 if (sep.isBogus()) {
388 sep = UnicodeString("{0}, {1}", -1, US_INV);
391 separatorFormat = new MessageFormat(sep, status);
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpackage.cpp284 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
/external/icu/icu4c/source/tools/toolutil/
H A Dpackage.cpp284 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
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dmachine.c805 char *sep; local
817 sep = strrchr(line, 'x');
818 if (sep == NULL)
821 hex2u64(sep + 1, &start);
823 sep = strchr(line, ' ');
824 if (sep == NULL)
827 *sep = '\0';
H A Dsort.c29 char *sep = bf; local
32 sep = strchr(sep, *symbol_conf.field_sep);
33 if (sep == NULL)
35 *sep = '.';
/external/wpa_supplicant_8/wpa_supplicant/
H A Dinterworking.c753 const char *sep, *msin; local
768 sep = os_strchr(imsi, '-');
769 if (sep) {
770 plmn_len = sep - imsi;
771 msin = sep + 1;
1827 char *sep; local
1855 sep = os_strchr(cred->imsi, '-');
1856 if (sep == NULL ||
1857 (sep - cred->imsi != 5 && sep
[all...]
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DCythonFunction.c873 PyObject *sep = NULL; local
889 sep = PyUnicode_FromString("|");
890 if (sep)
891 signature = PyUnicode_Join(sep, list);
895 Py_XDECREF(sep);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
H A Dxmlconfig.c358 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))
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dxmlconfig.c358 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))
/external/chromium_org/courgette/
H A Dadjustment_method.cc164 const char* sep = ""; local
166 s += sep;
167 sep = ",";
H A Dadjustment_method_2.cc432 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 = ", ";
/external/chromium_org/third_party/cython/src/pyximport/
H A Dpyximport.py297 sep = os.path.sep
303 if is_file(path+sep+pyx_module_name):
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dloadlib.c351 const char *sep,
355 if (*sep != '\0') /* non-empty separator? */
356 name = luaL_gsub(L, name, sep, dirsep); /* replace it by 'dirsep' */
349 searchpath(lua_State *L, const char *name, const char *path, const char *sep, const char *dirsep) argument
/external/tcpdump/
H A Dprint-ip.c234 const char *sep = ""; local
239 printf("%s", sep);
240 sep = ",";
/external/chromium-trace/trace-viewer/build/
H A Dparse_deps.py57 pathy_name = requested_name.replace(".", os.sep)
154 name = name.replace(os.sep, ':')
/external/chromium_org/native_client_sdk/src/tools/tests/
H A Dcreate_nmf_test.py58 path = os.path.join(os.path.sep, 'foo', 'bar', 'baz.blah')
59 start = os.path.sep + 'foo'
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dfilesystem_unittest.py324 self.assertEqual(fs.sep, os.sep)
/external/chromium_org/tools/gyp/pylib/gyp/
H A D__init__.py433 build_file_dir_components = build_file_dir.split(os.path.sep)
437 options.depth = os.path.sep.join(build_file_dir_components)
H A Dcommon.py151 path_split = path.split(os.path.sep)
152 relative_to_split = relative_to.split(os.path.sep)
/external/chromium_org/tools/valgrind/
H A Dsuppressions.py157 parts = filename.split(os.sep)
946 filename.replace('/', os.sep) # Make the path look native.

Completed in 6691 milliseconds

1234567891011>>