/external/icu/icu4c/source/test/cintltst/ |
D | cstrcase.c | 654 result=u_strcasecmp(mixed, otherDefault, U_FOLD_CASE_DEFAULT); in TestCaseCompare() 664 result=u_strcasecmp(mixed, otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I); in TestCaseCompare() 674 result=u_strcasecmp(mixed, different, U_FOLD_CASE_DEFAULT); in TestCaseCompare()
|
/external/cronet/stable/third_party/icu/source/test/cintltst/ |
D | cstrcase.c | 654 result=u_strcasecmp(mixed, otherDefault, U_FOLD_CASE_DEFAULT); in TestCaseCompare() 664 result=u_strcasecmp(mixed, otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I); in TestCaseCompare() 674 result=u_strcasecmp(mixed, different, U_FOLD_CASE_DEFAULT); in TestCaseCompare()
|
/external/cronet/tot/third_party/icu/source/test/cintltst/ |
D | cstrcase.c | 654 result=u_strcasecmp(mixed, otherDefault, U_FOLD_CASE_DEFAULT); in TestCaseCompare() 664 result=u_strcasecmp(mixed, otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I); in TestCaseCompare() 674 result=u_strcasecmp(mixed, different, U_FOLD_CASE_DEFAULT); in TestCaseCompare()
|
/external/icu/libicu/ |
D | libicu.map.txt | 102 u_strcasecmp;
|
/external/icu/tools/icu4c_srcgen/ |
D | libicu_export.txt | 103 u_strcasecmp,31
|
/external/icu/libicu/ndk_headers/unicode/ |
D | ustring.h | 619 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options) __INTRODUCED_IN(31);
|
D | urename.h | 383 #define u_strcasecmp U_ICU_ENTRY_POINT_RENAME(u_strcasecmp) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | ustring.h | 593 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options);
|
D | urename.h | 383 #define u_strcasecmp U_ICU_ENTRY_POINT_RENAME(u_strcasecmp) macro
|
/external/cronet/tot/third_party/icu/source/common/unicode/ |
D | ustring.h | 599 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options);
|
D | urename.h | 381 #define u_strcasecmp U_ICU_ENTRY_POINT_RENAME(u_strcasecmp) macro
|
/external/icu/libicu/cts_headers/unicode/ |
D | ustring.h | 593 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options);
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 593 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options);
|
D | urename.h | 383 #define u_strcasecmp U_ICU_ENTRY_POINT_RENAME(u_strcasecmp) macro
|
/external/cronet/stable/third_party/icu/source/common/unicode/ |
D | ustring.h | 599 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options);
|
D | urename.h | 381 #define u_strcasecmp U_ICU_ENTRY_POINT_RENAME(u_strcasecmp) macro
|
/external/cronet/stable/third_party/icu/source/samples/ustring/ |
D | ustring.cpp | 187 compare=u_strcasecmp(buffer, cmpText, U_FOLD_CASE_DEFAULT); in demo_C_Unicode_strings()
|
/external/cronet/tot/third_party/icu/source/samples/ustring/ |
D | ustring.cpp | 187 compare=u_strcasecmp(buffer, cmpText, U_FOLD_CASE_DEFAULT); in demo_C_Unicode_strings()
|
/external/icu/libicu/src/ |
D | shim.cpp | 106 #undef u_strcasecmp 580 int32_t u_strcasecmp(const UChar * s1, const UChar * s2, uint32_t options) { in u_strcasecmp() function 581 return U_ICU_ENTRY_POINT_RENAME(u_strcasecmp)(s1, s2, options); in u_strcasecmp()
|
/external/icu/icu4c/source/common/ |
D | ustrcase.cpp | 1873 u_strcasecmp(const char16_t *s1, const char16_t *s2, uint32_t options) { in u_strcasecmp() function
|
/external/cronet/stable/third_party/icu/source/common/ |
D | ustrcase.cpp | 1873 u_strcasecmp(const char16_t *s1, const char16_t *s2, uint32_t options) { in u_strcasecmp() function
|
/external/cronet/tot/third_party/icu/source/common/ |
D | ustrcase.cpp | 1873 u_strcasecmp(const char16_t *s1, const char16_t *s2, uint32_t options) { in u_strcasecmp() function
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Globalization/ |
D | mod.rs | 405 ::windows_targets::link!("icu.dll" "cdecl" fn u_strcasecmp(s1 : *const u16, s2 : *const u16, option…
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Globalization/ |
D | mod.rs | 405 ::windows_targets::link!("icu.dll" "cdecl" fn u_strcasecmp(s1 : *const u16, s2 : *const u16, option…
|