/third_party/icu/icu4c/source/test/cintltst/ |
H A D | custrtrn.c | 1434 const UChar* str = ures_getStringByKey(theBundle, "testinclude",&strLen,&status); in Test_WCHART_LongString() local
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | rbbimonkeytest.cpp | 985 CharString str; in getIntParam() local
|
H A D | uts46test.cpp | 104 static UBool isASCII(const UnicodeString &str) { in isASCII() argument
|
H A D | numberformattesttuple.cpp | 30 const char *str; member 72 toEnum( const Numberformattesttuple_EnumConversion *table, int32_t tableLength, const UnicodeString &str, UErrorCode &status) toEnum() argument 106 identVal( const UnicodeString &str, void *strPtr, UErrorCode & ) identVal() argument 116 strToLocale( const UnicodeString &str, void *localePtr, UErrorCode &status) strToLocale() argument 133 strToInt( const UnicodeString &str, void *intPtr, UErrorCode &status) strToInt() argument 178 strToDouble( const UnicodeString &str, void *doublePtr, UErrorCode &status) strToDouble() argument 199 strToERounding( const UnicodeString &str, void *roundPtr, UErrorCode &status) strToERounding() argument 217 strToCurrencyUsage( const UnicodeString &str, void *currencyUsagePtr, UErrorCode &status) strToCurrencyUsage() argument 235 strToEPadPosition( const UnicodeString &str, void *padPositionPtr, UErrorCode &status) strToEPadPosition() argument 254 strToFormatStyle( const UnicodeString &str, void *formatStylePtr, UErrorCode &status) strToFormatStyle() argument [all...] |
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
H A D | TestCharset.java | 1415 void printchars(String str) { in printchars() argument 1443 public boolean equals(CharBuffer buf, String str) { in equals() argument 1446 public boolean equals(CharBuffer buf, CharBuffer str) { in equals() argument 1455 public boolean equals(CharBuffer buf, CharBuffer str, int limit) { in equals() argument [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | filteredbrk.cpp | 86 inline UBool adopt(UnicodeString *str, UErrorCode &status) { in adopt() argument 102 inline UBool add(const UnicodeString& str, UErrorCode &status) { in add() argument [all...] |
H A D | uset.cpp | 90 uset_addString(USet* set, const UChar* str, int32_t strLen) { in uset_addString() argument 97 uset_addAllCodePoints(USet* set, const UChar *str, int32_t strLen) { in uset_addAllCodePoints() argument 114 uset_removeString(USet* set, const UChar* str, int32_t strLen) { in uset_removeString() argument 120 uset_removeAllCodePoints(USet *set, const UChar *str, int32_t length) { in uset_removeAllCodePoints() argument 136 uset_retainString(USet *set, const UChar *str, int32_t length) { in uset_retainString() argument 142 uset_retainAllCodePoints(USet *set, const UChar *str, int32_t length) uset_retainAllCodePoints() argument 168 uset_complementString(USet *set, const UChar *str, int32_t length) uset_complementString() argument 174 uset_complementAllCodePoints(USet *set, const UChar *str, int32_t length) uset_complementAllCodePoints() argument 215 uset_containsString(const USet* set, const UChar* str, int32_t strLen) uset_containsString() argument 226 uset_containsAllCodePoints(const USet* set, const UChar *str, int32_t strLen) uset_containsAllCodePoints() argument 316 uset_getItem(const USet* uset, int32_t itemIndex, UChar32* start, UChar32* end, UChar* str, int32_t strCapacity, UErrorCode* ec) uset_getItem() argument [all...] |
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | f_dfu.c | 398 struct string_des str; usbdev_dfu_dev_init() local 1193 const char *str; usbdev_dfu_mkstrdesc() local [all...] |
H A D | f_hid.c | 867 const char *str; in hid_mkstrdesc() local [all...] |
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
H A D | usbd_config.c | 92 static char *fconfig_get_string(struct usb_obj *obj, struct fconfig_string *str) in fconfig_get_string() argument 197 struct fconfig_string str; in fconfig_make_gadget() local 219 struct fconfig_string str; in fconfig_drop_gadget() local 451 char *str = fconfig_get_string(&dev_strings->obj, &strings[i].str); fconfig_fill_strings() local 970 const char *str = dev_strings->strings[i].s; change_dev_descritor_string() local [all...] |
H A D | f_generic.c | 840 const char *str = dev->dev_strings->strings[i].s; in generic_mkstrdesc() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | UCharacterCaseTest.java | 1776 getUnicodeStrings(String str) getUnicodeStrings() argument [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | UCharacterCaseTest.java | 1859 getUnicodeStrings(String str) getUnicodeStrings() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | DateFormatTest.java | 1583 public void tryPat994(SimpleDateFormat format, String pat, String str, Date expected) { in tryPat994() argument 1653 private void _testIt917(SimpleDateFormat fmt, String str, Date expected) { in _testIt917() argument 1940 parse2DigitYear(DateFormat fmt, String str, Date expected) parse2DigitYear() argument [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | DateFormatTest.java | 1667 public void tryPat994(SimpleDateFormat format, String pat, String str, Date expected) { in tryPat994() argument 1737 private void _testIt917(SimpleDateFormat fmt, String str, Date expected) { in _testIt917() argument 2024 parse2DigitYear(DateFormat fmt, String str, Date expected) parse2DigitYear() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationRuleParser.java | 73 abstract void addReset(int strength, CharSequence str); in addReset() argument 77 addRelation(int strength, CharSequence prefix, CharSequence str, CharSequence extension) addRelation() argument 501 parseSpecialPosition(int i, StringBuilder str) parseSpecialPosition() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | Utility.java | 1325 public static String parseUnicodeIdentifier(String str, int[] pos) { in parseUnicodeIdentifier() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | UTF16.java | 1529 indexOf(String source, String str) indexOf() argument 1630 indexOf(String source, String str, int fromIndex) indexOf() argument 1728 lastIndexOf(String source, String str) lastIndexOf() argument 1849 lastIndexOf(String source, String str, int fromIndex) lastIndexOf() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | nfrs.cpp | 887 int64_t util64_atoi(const char* str, uint32_t radix) in util64_atoi() argument 913 int64_t util64_utoi(const UChar* str, uint32_t radix) in util64_utoi() argument
|
/third_party/libsnd/src/ |
H A D | caf.c | 829 string_hash32 (const char * str) in string_hash32() argument
|
H A D | sndfile.c | 64 const char *str ; member 634 sf_error_str (SNDFILE *sndfile, char *str, size_t maxlen) in sf_error_str() argument 1635 sf_set_string (SNDFILE *sndfile, int str_type, const char* str) in sf_set_string() argument
|
/third_party/lzma/CPP/Common/ |
H A D | MyString.cpp | 1798 bool CStringFinder::FindWord_In_LowCaseAsciiList_NoCase(const char *p, const wchar_t *str)
in FindWord_In_LowCaseAsciiList_NoCase() argument
|
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_context_info.c | 141 void printf_dbg(const char *str, ...) in printf_dbg() argument 154 void printf_err(const char *str, ...) in printf_err() argument 295 void print_if_bit(const char *str, int bit, int val) in print_if_bit() argument 451 char str[STRLEN]; in print_deserialized_ssl_cert() local [all...] |
/third_party/jerryscript/tests/unit-ext/ |
H A D | test-ext-arg.c | 834 jerry_value_t str = jerry_create_string ((jerry_char_t *) "\x73\x74\x72\x3a \xed\xa0\x81\xed\xb0\x80"); in test_utf8_string() local
|
/third_party/mesa3d/src/freedreno/perfcntrs/ |
H A D | fdperf.c | 390 char *str; in redraw_counter_value_cycles() local 425 char *str; in redraw_counter_value_raw() local 840 char *str; in config_restore() local [all...] |