/third_party/icu/icu4c/source/common/ |
H A D | uresbund.cpp | 1197 char *sep = chAliasData + 1; in getAliasTargetAsResourceBundle() local 1198 path = sep; in getAliasTargetAsResourceBundle() 1199 sep = uprv_strchr(sep, RES_PATH_SEPARATOR); in getAliasTargetAsResourceBundle() 1200 if(sep != nullptr) { in getAliasTargetAsResourceBundle() 1201 *sep++ = 0; in getAliasTargetAsResourceBundle() 1210 keyPath = sep; in getAliasTargetAsResourceBundle() 1217 if (sep == nullptr) { in getAliasTargetAsResourceBundle() 1221 locale = sep; in getAliasTargetAsResourceBundle() 1222 sep in getAliasTargetAsResourceBundle() 1231 char *sep = chAlias.data(); getAliasTargetAsResourceBundle() local [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | uresbund.cpp | 1199 char *sep = chAliasData + 1; in getAliasTargetAsResourceBundle() local 1200 path = sep; in getAliasTargetAsResourceBundle() 1201 sep = uprv_strchr(sep, RES_PATH_SEPARATOR); in getAliasTargetAsResourceBundle() 1202 if(sep != nullptr) { in getAliasTargetAsResourceBundle() 1203 *sep++ = 0; in getAliasTargetAsResourceBundle() 1212 keyPath = sep; in getAliasTargetAsResourceBundle() 1219 if (sep == nullptr) { in getAliasTargetAsResourceBundle() 1223 locale = sep; in getAliasTargetAsResourceBundle() 1224 sep in getAliasTargetAsResourceBundle() 1233 char *sep = chAlias.data(); getAliasTargetAsResourceBundle() local [all...] |
/third_party/curl/lib/ |
H A D | cookie.c | 535 bool sep = FALSE; in Curl_cookie_add() local 548 sep = TRUE; in Curl_cookie_add() 607 if(!sep) { in Curl_cookie_add() 647 else if(sep) in Curl_cookie_add() 1075 const char *sep; in Curl_cookie_add() local 1084 sep = strchr(clist->spath + 1, '/'); in Curl_cookie_add() 1086 if(sep) in Curl_cookie_add() 1087 cllen = sep - clist->spath; in Curl_cookie_add()
|
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/ |
H A D | ittnotify_static.c | 822 static const char* __itt_fsplit(const char* s, const char* sep, const char** out, int* len) in __itt_fsplit() argument 827 if (!s || !sep || !out || !len) in __itt_fsplit() 833 for (j = 0; sep[j]; j++) in __itt_fsplit() 834 if (s[i] == sep[j]) in __itt_fsplit() 852 for (j = 0; sep[j]; j++) in __itt_fsplit() 853 if (s[i] == sep[j]) in __itt_fsplit() 865 for (j = 0; sep[j]; j++) in __itt_fsplit() 866 if (s[i] == sep[j]) in __itt_fsplit()
|
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | io.c | 781 if (strlen(spec->sep) > 4) { in mpd_validate_lconv() 801 spec->sep = ""; in mpd_parse_fmt_str() 860 spec->sep = ","; in mpd_parse_fmt_str() 887 if (*spec->sep) { in mpd_parse_fmt_str() 894 spec->sep = lc->thousands_sep; in mpd_parse_fmt_str() 999 n_sep = (mpd_ssize_t)strlen(spec->sep); in _mpd_add_sep_dot() 1056 _mbstr_copy_char(dest, spec->sep, n_sep); in _mpd_add_sep_dot() 1122 if (dot == NULL && (*spec->sep == '\0' || *spec->grouping == '\0')) { in _mpd_apply_lconv()
|
/kernel/linux/linux-5.10/sound/drivers/ |
H A D | aloop.c | 1042 char *sep, save = '\0'; in loopback_parse_timer_id() local 1046 sep = strpbrk(str, sep_pref); in loopback_parse_timer_id() 1047 if (sep) in loopback_parse_timer_id() 1048 name = sep + 1; in loopback_parse_timer_id() 1049 sep = strpbrk(name, sep_dev); in loopback_parse_timer_id() 1050 if (sep) { in loopback_parse_timer_id() 1051 save = *sep; in loopback_parse_timer_id() 1052 *sep = '\0'; in loopback_parse_timer_id() 1069 if (sep) { in loopback_parse_timer_id() 1070 *sep in loopback_parse_timer_id() [all...] |
/kernel/linux/linux-6.6/sound/drivers/ |
H A D | aloop.c | 1041 char *sep, save = '\0'; in loopback_parse_timer_id() local 1045 sep = strpbrk(str, sep_pref); in loopback_parse_timer_id() 1046 if (sep) in loopback_parse_timer_id() 1047 name = sep + 1; in loopback_parse_timer_id() 1048 sep = strpbrk(name, sep_dev); in loopback_parse_timer_id() 1049 if (sep) { in loopback_parse_timer_id() 1050 save = *sep; in loopback_parse_timer_id() 1051 *sep = '\0'; in loopback_parse_timer_id() 1068 if (sep) { in loopback_parse_timer_id() 1069 *sep in loopback_parse_timer_id() [all...] |
/third_party/libuv/test/ |
H A D | test-spawn.c | 2083 char* sep; in TEST_IMPL() local 2092 sep = strrchr(exepath, '/'); in TEST_IMPL() 2093 if (sep == NULL) in TEST_IMPL() 2094 sep = strrchr(exepath, '\\'); in TEST_IMPL() 2095 ASSERT_NOT_NULL(sep); in TEST_IMPL() 2098 memmove(sep + 2, sep, 1 + strlen(sep)); in TEST_IMPL() 2099 sep[0] = '\0'; in TEST_IMPL() 2100 sep[ in TEST_IMPL() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | testutil.h | 36 static UnicodeString hex(const UnicodeString& s, UChar sep);
|
/third_party/skia/tools/skqp/ |
H A D | make_universal_apk.py | 38 assert '/' in [os.sep, os.altsep] # 'a/b' over os.path.join('a', 'b')
|
/third_party/skia/infra/bots/assets/win_toolchain/ |
H A D | create.py | 58 split = dirname.split(os.path.sep)
|
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/linux/ |
H A D | mk_file_add_config.py | 193 'head_file_path': '/'.join(head_path.split("model")[-1].strip(os.path.sep).split(os.path.sep)[:-1])
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | main.c | 180 void fprint_hex(FILE *f, void *arg, unsigned int n, const char *sep) in fprint_hex() argument 195 pfx = sep; in fprint_hex()
|
/kernel/linux/linux-5.10/tools/power/cpupower/utils/helpers/ |
H A D | bitmask.c | 105 static const char *nexttoken(const char *q, int sep) in nexttoken() argument 108 q = strchr(q, sep); in nexttoken()
|
/kernel/linux/linux-5.10/drivers/staging/fbtft/ |
H A D | fbtft-sysfs.c | 5 static int get_next_ulong(char **str_p, unsigned long *val, char *sep, int base) in get_next_ulong() argument 12 p_val = strsep(str_p, sep); in get_next_ulong()
|
/kernel/linux/linux-6.6/drivers/staging/fbtft/ |
H A D | fbtft-sysfs.c | 5 static int get_next_ulong(char **str_p, unsigned long *val, char *sep, int base) in get_next_ulong() argument 12 p_val = strsep(str_p, sep); in get_next_ulong()
|
/kernel/linux/linux-6.6/tools/power/cpupower/utils/helpers/ |
H A D | bitmask.c | 105 static const char *nexttoken(const char *q, int sep) in nexttoken() argument 108 q = strchr(q, sep); in nexttoken()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | DataDrivenTestHelper.java | 49 String sep = first.startsWith("@") ? "=" : SEPARATOR; in appendLines() 50 out.append(CollectionUtilities.join(components, sep)); in appendLines()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | DataDrivenTestHelper.java | 48 String sep = first.startsWith("@") ? "=" : SEPARATOR; in appendLines() 49 out.append(CollectionUtilities.join(components, sep)); in appendLines()
|
/third_party/jerryscript/tools/runners/ |
H A D | run-test-suite.py | 150 is_expected_to_fail = os.path.join(os.path.sep, 'fail', '') in test 189 is_expected_to_fail = os.path.join(os.path.sep, 'fail', '') in test
|
/third_party/node/lib/internal/fs/ |
H A D | rimraf.js | 31 const { sep } = require('path'); 41 const separator = Buffer.from(sep);
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-array-gen.h | 30 TNode<FixedArray> fixed_array, TNode<IntPtrT> length, TNode<String> sep, in CallJSArrayArrayJoinConcatToSequentialString() 42 std::make_pair(MachineType::AnyTagged(), sep), in CallJSArrayArrayJoinConcatToSequentialString() 29 CallJSArrayArrayJoinConcatToSequentialString( TNode<FixedArray> fixed_array, TNode<IntPtrT> length, TNode<String> sep, TNode<String> dest) CallJSArrayArrayJoinConcatToSequentialString() argument
|
/third_party/icu/icu4c/source/i18n/ |
H A D | tzfmt.cpp | 385 UChar *sep = u_strchr(hourFormats, (UChar)0x003B /* ';' */); in TimeZoneFormat() local 386 if (sep != NULL) { in TimeZoneFormat() 388 fGMTOffsetPatterns[UTZFMT_PAT_POSITIVE_HM].setTo(false, hourFormats, (int32_t)(sep - hourFormats)); in TimeZoneFormat() 389 fGMTOffsetPatterns[UTZFMT_PAT_NEGATIVE_HM].setTo(true, sep + 1, -1); in TimeZoneFormat() 1505 UChar sep = isBasic ? 0 : ISO8601_SEP; 1548 if (sep && idx != 0) { 1549 result.append(sep); 2168 TimeZoneFormat::formatOffsetWithAsciiDigits(int32_t offset, UChar sep, OffsetFields minFields, OffsetFields maxFields, UnicodeString& result) { 2199 if (sep && idx != 0) { 2200 result.append(sep); [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | tzfmt.cpp | 385 char16_t *sep = u_strchr(hourFormats, (char16_t)0x003B /* ';' */); in TimeZoneFormat() local 386 if (sep != nullptr) { in TimeZoneFormat() 388 fGMTOffsetPatterns[UTZFMT_PAT_POSITIVE_HM].setTo(false, hourFormats, (int32_t)(sep - hourFormats)); in TimeZoneFormat() 389 fGMTOffsetPatterns[UTZFMT_PAT_NEGATIVE_HM].setTo(true, sep + 1, -1); in TimeZoneFormat() 1505 char16_t sep = isBasic ? 0 : ISO8601_SEP; 1548 if (sep && idx != 0) { 1549 result.append(sep); 2168 TimeZoneFormat::formatOffsetWithAsciiDigits(int32_t offset, char16_t sep, OffsetFields minFields, OffsetFields maxFields, UnicodeString& result) { 2199 if (sep && idx != 0) { 2200 result.append(sep); [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | tzfmt.cpp | 385 UChar *sep = u_strchr(hourFormats, (UChar)0x003B /* ';' */); in TimeZoneFormat() local 386 if (sep != NULL) { in TimeZoneFormat() 388 fGMTOffsetPatterns[UTZFMT_PAT_POSITIVE_HM].setTo(FALSE, hourFormats, (int32_t)(sep - hourFormats)); in TimeZoneFormat() 389 fGMTOffsetPatterns[UTZFMT_PAT_NEGATIVE_HM].setTo(TRUE, sep + 1, -1); in TimeZoneFormat() 1505 UChar sep = isBasic ? 0 : ISO8601_SEP; 1548 if (sep && idx != 0) { 1549 result.append(sep); 2168 TimeZoneFormat::formatOffsetWithAsciiDigits(int32_t offset, UChar sep, OffsetFields minFields, OffsetFields maxFields, UnicodeString& result) { 2199 if (sep && idx != 0) { 2200 result.append(sep); [all...] |