Home
last modified time | relevance | path

Searched defs:str (Results 4126 - 4150 of 5518) sorted by relevance

1...<<161162163164165166167168169170>>...221

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DSpoofChecker.java1432 public String getSkeleton(CharSequence str) { in getSkeleton() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationBuilder.java112 void addReset(int strength, CharSequence str) { in addReset() argument
283 private long getSpecialResetPosition(CharSequence str) { in getSpecialResetPosition() argument
442 void addRelation(int strength, CharSequence prefix, CharSequence str, CharSequence extension) { in addRelation() argument
1096 addIfDifferent(CharSequence prefix, CharSequence str, long[] newCEs, int newCEsLength, int ce32) addIfDifferent() argument
[all...]
H A DCollationDataBuilder.java1218 int fetchCEs(CharSequence str, int start, long ces[], int cesLength) { in fetchCEs() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DVTimeZone.java1923 private static long parseDateTimeString(String str, int offset) { in parseDateTimeString() argument
1986 offsetStrToMillis(String str) offsetStrToMillis() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcollationbuilder.cpp296 CollationBuilder::addReset(int32_t strength, const UnicodeString &str, in addReset() argument
484 CollationBuilder::getSpecialResetPosition(const UnicodeString &str, in getSpecialResetPosition() argument
649 addRelation(int32_t strength, const UnicodeString &prefix, const UnicodeString &str, const UnicodeString &extension, const char *&parserErrorReason, UErrorCode &errorCode) addRelation() argument
1128 UnicodeString str = stringIter.next(); addOnlyClosure() local
1144 UnicodeString str = stringIter.next(); addOnlyClosure() local
1351 addIfDifferent(const UnicodeString &prefix, const UnicodeString &str, const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, UErrorCode &errorCode) addIfDifferent() argument
[all...]
H A Dnumber_patternstring.cpp772 UnicodeString str = incrementQuantity.toPlainString(); in propertiesToPatternString() local
H A Dcollationdatabuilder.cpp183 DataBuilderCollationIterator::fetchCEs(const UnicodeString &str, int32_t start, in fetchCEs() argument
H A Drbt_pars.cpp925 UnicodeString str; // scratch in parseRules() local
/third_party/icu/icu4c/source/common/
H A Dustring.cpp1523 ustr_hashUCharsN(const UChar *str, int32_t length) { in ustr_hashUCharsN() argument
1528 ustr_hashCharsN(const char *str, int32_t length) { in ustr_hashCharsN() argument
1533 ustr_hashICharsN(const char *str, int32_t length) { in ustr_hashICharsN() argument
/third_party/icu/icu4c/source/extra/uconv/
H A Duconv.cpp811 UnicodeString str; convertFile() local
991 UnicodeString str; convertFile() local
[all...]
/third_party/libsnd/src/
H A Dcommon.c1393 psf_get_date_str (char *str, int maxlen) in psf_get_date_str() argument
/third_party/libuv/test/
H A Dtest-spawn.c1285 WCHAR* str; in TEST_IMPL() local
[all...]
/third_party/lame/ACM/tinyxml/
H A Dtinyxml.h189 const char* str; member
/third_party/lame/frontend/
H A Dgtkanal.c1129 static /*@observer@ */ const char *const str = in get_mp3x_version() local
/third_party/lame/libmp3lame/
H A Dlame.c1318 concatSep(char* dest, char const* sep, char const* str) in concatSep() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_validate.c127 validate_assert_impl(validate_state *state, bool cond, const char *str, in validate_assert_impl() argument
H A Dnir_print.c1777 char *str = ralloc_size(mem_ctx, stream_size + 1); in nir_shader_as_str_annotated() local
1819 char *str = nir_shader_as_str_annotated(shader, annotations, NULL); in nir_log_shader_annotated_tagged() local
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_opencl.c755 char *str = &info->strings[idx]; in vtn_add_printf_string() local
/third_party/mesa3d/src/freedreno/rnn/
H A Drnn.c495 char *str = strdup(getattrib(db, file, node->line, attr)); in trydelem() local
510 char *str = strdup(getattrib(db, file, node->line, attr)); in trydelem() local
595 char *str = getattrib(db, file, node->line, attr); trydelem() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dir.cpp672 ir_expression::get_operator(const char *str) in get_operator() argument
1784 ir_texture::get_opcode(const char *str) in get_opcode() argument
1902 ir_swizzle::create(ir_rvalue *val, const char *str, unsigned vector_length) in create() argument
[all...]
/third_party/mesa3d/src/compiler/clc/
H A Dclc_helpers.cpp258 std::string str; in parseOpString() local
[all...]
/third_party/libwebsockets/lib/roles/h2/
H A Dprivate-lib-roles-h2.h215 char str[32]; member
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
H A Dssl_lib.c806 const char *str; in ssl_protocol_to_string() local
837 const char *str; in SSL_alert_type_string() local
[all...]
/third_party/ltp/testcases/kernel/fs/doio/
H A Diogen.c1326 int str_to_value(struct strmap *map, char *str) in str_to_value() argument
1342 struct strmap *str_lookup(struct strmap *map, char *str) in str_lookup() argument
/third_party/ltp/lib/
H A Dsafe_macros.c571 safe_strtol(const char *file, const int lineno, void (cleanup_fn) (void), char *str, long min, long max) safe_strtol() argument
603 safe_strtoul(const char *file, const int lineno, void (cleanup_fn) (void), char *str, unsigned long min, unsigned long max) safe_strtoul() argument
636 safe_strtof(const char *file, const int lineno, void (cleanup_fn) (void), char *str, float min, float max) safe_strtof() argument
[all...]

Completed in 59 milliseconds

1...<<161162163164165166167168169170>>...221