/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ReplaceableUCharacterIterator.java | 46 * @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 D | util.h | 102 * 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 D | ustr_imp.h | 41 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 D | poe_run.py | 91 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 D | string-prototype-replace.js | 57 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 D | template_string.js | 16 function must_throw (str) 20 eval ("switch (1) { default: " + str + "}"); 29 eval (str);
|
H A D | function-rest-parameter.js | 15 function CheckSyntaxError (str) 18 eval (str); 26 eval ('switch (1) { default: ' + str + '}');
|
/third_party/ltp/pan/ |
H A D | splitstr.c | 37 * 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 D | bitcode.cpp | 61 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 D | 3_callbacks.c | 25 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 D | test-tls-streamwrap-buffersize.js | 38 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 D | binding.cc | 51 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.py | 23 text_type = str 24 string_types = (str,) 53 string_types = (str, unicode)
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ustr_imp.h | 41 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 D | util.h | 102 * 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 D | root.js | 22 var str = this.reduce(function (memo, selector) { 26 return this.trailingComma ? str + ',' : str;
|
/third_party/libexif/contrib/aolserver/ |
H A D | nsexif.c | 46 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 D | gdb-remote-util.cc | 97 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 D | semtimedop.c | 39 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 D | setlocale.c | 169 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 D | x509spki.c | 30 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 D | a_utctm.c | 34 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 D | parseParams.js | 117 function parseParams (str) { 125 const len = str.length 128 const char = str[i]
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | atom.rs | 30 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 D | atom.rs | 30 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()
|