Home | History | Annotate | Download | only in common

Lines Matching refs:csp

141         c=map(csm->csp, c, utf16_caseContextIterator, csc, &s, csm->locale, &locCache);
193 if(csm->csp==NULL) {
194 csm->csp=ucase_getSingleton();
265 if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) {
277 if(UCASE_NONE!=ucase_getType(csm->csp, c)) {
294 c=ucase_toFullTitle(csm->csp, c, utf16_caseContextIterator, csc, &s, csm->locale, &csm->locCache);
344 ustr_toLower(const UCaseProps *csp,
352 csm.csp=csp;
364 ustr_toUpper(const UCaseProps *csp,
372 csm.csp=csp;
386 ustr_toTitle(const UCaseProps *csp,
396 csm.csp=csp;
416 ustr_foldCase(const UCaseProps *csp,
430 c=ucase_toFullFolding(csp, c, &s, options);
505 destLength=ustr_foldCase(csm->csp, temp, destCapacity, src, srcLength,
622 csm.csp=ucase_getSingleton();
653 const UCaseProps *csp;
680 csp=ucase_getSingleton();
812 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0
857 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0