Searched refs:ustrcase_getCaseLocale (Results 1 – 12 of 12) sorted by relevance
/external/icu/icu4c/source/common/ |
D | unistr_case_locale.cpp | 34 return caseMap(ustrcase_getCaseLocale(NULL), 0, in toLower() 40 return caseMap(ustrcase_getCaseLocale(locale.getBaseName()), 0, in toLower() 46 return caseMap(ustrcase_getCaseLocale(NULL), 0, in toUpper() 52 return caseMap(ustrcase_getCaseLocale(locale.getBaseName()), 0, in toUpper()
|
D | ustrcase_locale.cpp | 31 ustrcase_getCaseLocale(const char *locale) { in ustrcase_getCaseLocale() function 50 ustrcase_getCaseLocale(locale), 0, UCASEMAP_BREAK_ITERATOR_NULL in u_strToLower() 62 ustrcase_getCaseLocale(locale), 0, UCASEMAP_BREAK_ITERATOR_NULL in u_strToUpper() 76 ustrcase_getCaseLocale(locale), options, UCASEMAP_BREAK_ITERATOR_NULL in toLower() 88 ustrcase_getCaseLocale(locale), options, UCASEMAP_BREAK_ITERATOR_NULL in toUpper()
|
D | ucasemap_titlecase_brkiter.cpp | 51 ustrcase_getCaseLocale(locale), options, iter, in utf8ToTitle() 75 ustrcase_getCaseLocale(locale), options, iter, in utf8ToTitle()
|
D | unistr_titlecase_brkiter.cpp | 51 caseMap(ustrcase_getCaseLocale(locale.getBaseName()), options, iter, ustrcase_internalToTitle); in toTitle()
|
D | ustr_titlecase_brkiter.cpp | 179 ustrcase_getCaseLocale(locale), options, iter, in toTitle() 205 ustrcase_getCaseLocale(locale), 0, iter, in u_strToTitle()
|
D | ucasemap.cpp | 892 ustrcase_getCaseLocale(locale), options, UCASEMAP_BREAK_ITERATOR_NULL in utf8ToLower() 902 ustrcase_getCaseLocale(locale), options, UCASEMAP_BREAK_ITERATOR_NULL in utf8ToUpper() 923 ustrcase_getCaseLocale(locale), options, UCASEMAP_BREAK_ITERATOR_NULL in utf8ToLower() 935 ustrcase_getCaseLocale(locale), options, UCASEMAP_BREAK_ITERATOR_NULL in utf8ToUpper()
|
D | ucasemap_imp.h | 136 ustrcase_getCaseLocale(const char *locale);
|
/external/icu/libicu/cts_headers/ |
D | ucasemap_imp.h | 136 ustrcase_getCaseLocale(const char *locale);
|
/external/icu/libicu/cts_headers/unicode/ |
D | urename.h | 1762 #define ustrcase_getCaseLocale U_ICU_ENTRY_POINT_RENAME(ustrcase_getCaseLocale) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 1762 #define ustrcase_getCaseLocale U_ICU_ENTRY_POINT_RENAME(ustrcase_getCaseLocale) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | urename.h | 1762 #define ustrcase_getCaseLocale U_ICU_ENTRY_POINT_RENAME(ustrcase_getCaseLocale) macro
|
/external/icu/libicu/ndk_headers/unicode/ |
D | urename.h | 1762 #define ustrcase_getCaseLocale U_ICU_ENTRY_POINT_RENAME(ustrcase_getCaseLocale) macro
|