Home
last modified time | relevance | path

Searched refs:str (Results 3251 - 3275 of 14857) sorted by relevance

1...<<131132133134135136137138139140>>...595

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DReplaceableUCharacterIterator.java46 * @param str text which the iterator will be based on
48 public ReplaceableUCharacterIterator(String str){ in ReplaceableUCharacterIterator() argument
49 if(str==null){ in ReplaceableUCharacterIterator()
52 this.replaceable = new ReplaceableString(str); in ReplaceableUCharacterIterator()
/third_party/icu/icu4c/source/common/
H A Dutil.h102 * character at or after pos, or str.length(), if there is none.
105 * after pos, or str.length(), if there is none.
107 static int32_t skipWhitespace(const UnicodeString& str, int32_t& pos,
205 static int32_t parseAsciiInteger(const UnicodeString& str, int32_t& pos);
211 * @param str the string to parse
213 * first character to examine. It must be less than str.length(),
215 * have pos < str.length() and
216 * !UCharacter::isWhitespace(str.char32At(pos)). On
221 static UnicodeString parseUnicodeIdentifier(const UnicodeString& str, int32_t& pos);
H A Dustr_imp.h41 ustr_hashUCharsN(const UChar *str, int32_t length);
44 ustr_hashCharsN(const char *str, int32_t length);
47 ustr_hashICharsN(const char *str, int32_t length);
/third_party/mesa3d/.gitlab-ci/bare-metal/
H A Dpoe_run.py91 parser.add_argument('--dev', type=str,
93 parser.add_argument('--powerup', type=str,
95 parser.add_argument('--powerdown', type=str,
/third_party/jerryscript/tests/jerry/
H A Dstring-prototype-replace.js57 var str = "";
60 str += "[" + arguments[i] + "]";
62 return str;
116 "str".replace ({toString: function () {throw "abrupt search toString"}}, "");
123 "str".replace ("str", {toString: function () {throw "abrupt search toString"}});
130 "str".replace ("str", function () {return {toString: function () {throw "abrupt replacer toString"}}});
/third_party/jerryscript/tests/jerry/es2015/
H A Dtemplate_string.js16 function must_throw (str)
20 eval ("switch (1) { default: " + str + "}");
29 eval (str);
H A Dfunction-rest-parameter.js15 function CheckSyntaxError (str)
18 eval (str);
26 eval ('switch (1) { default: ' + str + '}');
/third_party/ltp/pan/
H A Dsplitstr.c37 * const char **splitstr(const char *str, const char *separator, int *argcount)
40 * This function splits a string (str) into components that are separated by
61 const char **splitstr(const char *str, const char *separator, int *argcount) in splitstr() argument
71 if (str == NULL) { in splitstr()
80 arg_string = strdup(str); in splitstr()
/third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/
H A Dbitcode.cpp61 return { os.str().begin(), os.str().end() }; in emit_code()
70 return os.str(); in print_module_bitcode()
/third_party/node/test/js-native-api/3_callbacks/
H A D3_callbacks.c25 const char* str = "hello world"; in RunCallback() local
26 size_t str_len = strlen(str); in RunCallback()
27 NODE_API_CALL(env, napi_create_string_utf8(env, str, str_len, argv)); in RunCallback()
/third_party/node/test/parallel/
H A Dtest-tls-streamwrap-buffersize.js38 let str = '';
40 socket.on('data', (chunk) => { str += chunk; });
43 assert.strictEqual(str, 'a'.repeat(iter - 1));
/third_party/node/test/addons/request-interrupt/
H A Dbinding.cc51 Local<String> str = in ScheduleInterruptWithJS()
54 Maybe<bool> result = ctx->Global()->Set(ctx, str, str); in ScheduleInterruptWithJS()
/third_party/node/tools/inspector_protocol/jinja2/
H A D_compat.py23 text_type = str
24 string_types = (str,)
53 string_types = (str, unicode)
/third_party/node/deps/icu-small/source/common/
H A Dustr_imp.h41 ustr_hashUCharsN(const UChar *str, int32_t length);
44 ustr_hashCharsN(const char *str, int32_t length);
47 ustr_hashICharsN(const char *str, int32_t length);
H A Dutil.h102 * character at or after pos, or str.length(), if there is none.
105 * after pos, or str.length(), if there is none.
107 static int32_t skipWhitespace(const UnicodeString& str, int32_t& pos,
205 static int32_t parseAsciiInteger(const UnicodeString& str, int32_t& pos);
211 * @param str the string to parse
213 * first character to examine. It must be less than str.length(),
215 * have pos < str.length() and
216 * !UCharacter::isWhitespace(str.char32At(pos)). On
221 static UnicodeString parseUnicodeIdentifier(const UnicodeString& str, int32_t& pos);
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
H A Droot.js22 var str = this.reduce(function (memo, selector) {
26 return this.trailingComma ? str + ',' : str;
/third_party/libexif/contrib/aolserver/
H A Dnsexif.c46 char *str = buf; in rec_put() local
50 str = rec->rec_data.s; in rec_put()
69 Ns_SetPut(set, rec->rec_name, str); in rec_put()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dgdb-remote-util.cc97 std::string Mem2Hex(const std::string& str) { in Mem2Hex() argument
98 return Mem2Hex(reinterpret_cast<const uint8_t*>(str.data()), str.size()); in Mem2Hex()
/third_party/musl/libc-test/src/functionalext/supplement/ipc/
H A Dsemtimedop.c39 char str[] = "hello"; in semtimedop_0100() local
40 write(fd, str, sizeof(str)); in semtimedop_0100()
/third_party/musl/libc-test/src/functionalext/locale/
H A Dsetlocale.c169 char *str = setlocale(LC_ALL, "sss123456"); in setlocale_0700() local
170 if (str) { in setlocale_0700()
171 t_error("setlocale_0700 failed [%s] != NULL\n", str); in setlocale_0700()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509spki.c30 NETSCAPE_SPKI *NETSCAPE_SPKI_b64_decode(const char *str, int len) in NETSCAPE_SPKI_b64_decode() argument
37 len = strlen(str); in NETSCAPE_SPKI_b64_decode()
42 spki_len = EVP_DecodeBlock(spki_der, (const unsigned char *)str, len); in NETSCAPE_SPKI_b64_decode()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_utctm.c34 int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str) in ASN1_UTCTIME_set_string() argument
39 t.length = strlen(str); in ASN1_UTCTIME_set_string()
40 t.data = (unsigned char *)str; in ASN1_UTCTIME_set_string()
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/lib/utils/
H A DparseParams.js117 function parseParams (str) {
125 const len = str.length
128 const char = str[i]
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Datom.rs30 pub fn from_str(s: &str) -> Option<Self> { in from_str()
60 impl AsRef<str> for Atom {
61 fn as_ref(&self) -> &str { in as_ref()
/third_party/rust/crates/cxx/syntax/
H A Datom.rs30 pub fn from_str(s: &str) -> Option<Self> { in from_str()
60 impl AsRef<str> for Atom {
61 fn as_ref(&self) -> &str { in as_ref()

Completed in 11 milliseconds

1...<<131132133134135136137138139140>>...595