/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | StringSegment.java | 23 private final String str; field in StringSegment 28 public StringSegment(String str, boolean foldCase) { in StringSegment() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/ |
H A D | ParsingUtils.java | 49 public static boolean safeContains(UnicodeSet uniset, CharSequence str) { in safeContains() argument
|
/third_party/icu/icu4c/source/i18n/ |
H A D | strmatch.cpp | 166 UnicodeString str, quoteBuf; in toPattern() local
|
H A D | string_segment.cpp | 21 StringSegment::StringSegment(const UnicodeString& str, bool ignoreCase) in StringSegment() argument
|
H A D | number_utils.cpp | 120 void DecNum::setTo(StringPiece str, UErrorCode& status) { in setTo() argument 127 void DecNum::setTo(const char* str, UErrorCode& status) { in setTo() argument 163 void DecNum::_setTo(const char* str, int32_t maxDigits, UErrorCode& status) { in _setTo() argument
|
/third_party/icu/icu4c/source/common/ |
H A D | util.cpp | 149 int32_t ICU_Utility::skipWhitespace(const UnicodeString& str, int32_t& pos, in skipWhitespace() argument 293 int32_t ICU_Utility::parseAsciiInteger(const UnicodeString& str, int32_t& pos) { in parseAsciiInteger() argument
|
H A D | unistr_case.cpp | 227 const UnicodeString *str = (const UnicodeString*) key.pointer; in uhash_hashCaselessUnicodeString() local
|
/third_party/libsnd/src/ |
H A D | mat4.c | 368 { static char str [32] ; in mat4_marker_to_str() local
|
/third_party/libsnd/tests/ |
H A D | fix_this.c | 76 lcomp_test_int (const char *str, const char *filename, int filetype, double margin) in lcomp_test_int() argument
|
/third_party/libsnd/Octave/ |
H A D | sndfile.cc | 219 str_split (const std::string & str, const std::string & delim, std::vector <std::string> & output) in str_split() argument 237 hash_of_str (const std::string & str) in hash_of_str() argument 248 major_format_of_hash (const std::string & str) in major_format_of_hash() argument 285 minor_format_of_hash(const std::string & str) minor_format_of_hash() argument [all...] |
/third_party/libuv/test/ |
H A D | test-tty-duplicate-key.c | 40 static void dump_str(const char* str, ssize_t len) { in dump_str() argument
|
/third_party/libsnd/programs/ |
H A D | sndfile-convert.c | 380 const char *str ; in copy_metadata() local
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_msgpack.c | 145 void ac_msgpack_add_fixstr(struct ac_msgpack *msgpack, char *str) in ac_msgpack_add_fixstr() argument
|
/third_party/mbedtls/programs/ssl/ |
H A D | dtls_server.c | 66 my_debug(void *ctx, int level, const char *file, int line, const char *str) my_debug() argument
|
H A D | dtls_client.c | 59 my_debug(void *ctx, int level, const char *file, int line, const char *str) my_debug() argument
|
/third_party/json/tests/src/ |
H A D | unit-alt-string.cpp | 34 alt_string(const char* str): str_impl(str) {} in alt_string() argument 35 alt_string(const char* str, std::size_t count): str_impl(str, count) {} in alt_string() argument 139 std::size_t find(const alt_string& str, std::size_t pos = 0) const in find() argument 155 alt_string& replace(std::size_t pos, std::size_t count, const alt_string& str) in replace() argument
|
H A D | unit-conversions.cpp | 249 const char str[] = "a string"; // NOLINT(cppcoreguidelines-avoid-c-arrays,hicpp-avoid-c-arrays,modernize-avoid-c-arrays) variable
|
H A D | unit-deserialization.cpp | 581 std::string str = str1 + str2; variable
|
/third_party/jerryscript/jerry-main/ |
H A D | cli.c | 244 cli_print_prefix (const char *str, /**< string to print */ in cli_print_prefix() argument
|
/third_party/mesa3d/src/freedreno/afuc/ |
H A D | asm.c | 61 decl_label(const char *str) in decl_label() argument 72 resolve_label(const char *str) in resolve_label() argument
|
/third_party/mesa3d/src/freedreno/perfcntrs/ |
H A D | freedreno_dt.c | 147 char *str = os_read_file(fpath, &sz); in find_device_fn() local
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | vir_to_qpu.c | 377 const char *str = v3d_qpu_disasm(c->devinfo, c->qpu_insts[i]); in v3d_dump_qpu() local
|
/third_party/mesa3d/src/compiler/glsl/glcpp/ |
H A D | pp.c | 78 skip_newline (const char *str) in skip_newline() argument
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | s_expression.h | 130 const char *str; member in s_symbol 159 s_pattern(const char *str) : literal(str), type(STRING) { } in s_pattern() argument
|
/third_party/ltp/lib/ |
H A D | tst_buffers.c | 145 char *tst_strdup(const char *str) in tst_strdup() argument
|