Home | History | Annotate | Download | only in common

Lines Matching defs:csp

141         c=map(csm->csp, c, utf16_caseContextIterator, csc, &s, csm->locale, &locCache);
193 if(csm->csp==NULL) {
194 csm->csp=ucase_getSingleton(pErrorCode);
268 if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) {
280 if(UCASE_NONE!=ucase_getType(csm->csp, c)) {
297 c=ucase_toFullTitle(csm->csp, c, utf16_caseContextIterator, csc, &s, csm->locale, &csm->locCache);
347 ustr_toLower(const UCaseProps *csp,
355 csm.csp=csp;
367 ustr_toUpper(const UCaseProps *csp,
375 csm.csp=csp;
389 ustr_toTitle(const UCaseProps *csp,
399 csm.csp=csp;
419 ustr_foldCase(const UCaseProps *csp,
433 c=ucase_toFullFolding(csp, c, &s, options);
508 destLength=ustr_foldCase(csm->csp, temp, destCapacity, src, srcLength,
625 csm.csp=ucase_getSingleton(pErrorCode);
656 const UCaseProps *csp;
683 csp=ucase_getSingleton(pErrorCode);
815 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0
860 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0