Lines Matching refs:caseLocale
205 _caseMap(int32_t caseLocale, uint32_t options, UCaseMapFull *map, in _caseMap() argument
221 c=map(c, utf16_caseContextIterator, csc, &s, caseLocale); in _caseMap()
236 ustrcase_internalToTitle(int32_t caseLocale, uint32_t options, BreakIterator *iter, in ustrcase_internalToTitle() argument
308 c=ucase_toFullTitle(c, utf16_caseContextIterator, &csc, &s, caseLocale); in ustrcase_internalToTitle()
318 caseLocale == UCASE_LOC_DUTCH && in ustrcase_internalToTitle()
348 caseLocale, options, ucase_toFullLower, in ustrcase_internalToTitle()
1008 ustrcase_internalToLower(int32_t caseLocale, uint32_t options, UCASEMAP_BREAK_ITERATOR_UNUSED in ustrcase_internalToLower() argument
1017 caseLocale, options, ucase_toFullLower, in ustrcase_internalToLower()
1025 ustrcase_internalToUpper(int32_t caseLocale, uint32_t options, UCASEMAP_BREAK_ITERATOR_UNUSED in ustrcase_internalToUpper() argument
1031 if (caseLocale == UCASE_LOC_GREEK) { in ustrcase_internalToUpper()
1039 caseLocale, options, ucase_toFullUpper, in ustrcase_internalToUpper()
1074 ustrcase_map(int32_t caseLocale, uint32_t options, UCASEMAP_BREAK_ITERATOR_PARAM in ustrcase_map() argument
1112 destLength=stringCaseMapper(caseLocale, options, UCASEMAP_BREAK_ITERATOR in ustrcase_map()
1118 ustrcase_mapWithOverlap(int32_t caseLocale, uint32_t options, UCASEMAP_BREAK_ITERATOR_PARAM in ustrcase_mapWithOverlap() argument
1167 destLength=stringCaseMapper(caseLocale, options, UCASEMAP_BREAK_ITERATOR in ustrcase_mapWithOverlap()