Lines Matching refs:csm
30 unistr_case_internalToTitle(const UCaseMap *csm, in unistr_case_internalToTitle() argument
34 ubrk_setText(csm->iter, src, srcLength, pErrorCode); in unistr_case_internalToTitle()
35 return ustrcase_internalToTitle(csm, dest, destCapacity, src, srcLength, pErrorCode); in unistr_case_internalToTitle()
43 setTempCaseMap(UCaseMap *csm, const char *locale) { in setTempCaseMap() argument
44 if(csm->csp==NULL) { in setTempCaseMap()
45 csm->csp=ucase_getSingleton(); in setTempCaseMap()
48 csm->locale[0]=0; in setTempCaseMap()
50 ustrcase_setTempCaseMapLocale(csm, locale); in setTempCaseMap()
68 UCaseMap csm=UCASEMAP_INITIALIZER; in toTitle() local
69 csm.options=options; in toTitle()
70 setTempCaseMap(&csm, locale.getName()); in toTitle()
80 csm.iter=reinterpret_cast<UBreakIterator *>(bi); in toTitle()
81 caseMap(&csm, unistr_case_internalToTitle); in toTitle()