Home | History | Annotate | Download | only in common

Lines Matching defs:csp

142         c=map(csm->csp, c, utf16_caseContextIterator, csc, &s, csm->locale, &locCache);
194 if(csm->csp==NULL) {
195 csm->csp=ucase_getSingleton(pErrorCode);
269 if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) {
281 if(UCASE_NONE!=ucase_getType(csm->csp, c)) {
298 c=ucase_toFullTitle(csm->csp, c, utf16_caseContextIterator, csc, &s, csm->locale, &csm->locCache);
348 ustr_toLower(const UCaseProps *csp,
356 csm.csp=csp;
368 ustr_toUpper(const UCaseProps *csp,
376 csm.csp=csp;
390 ustr_toTitle(const UCaseProps *csp,
400 csm.csp=csp;
420 ustr_foldCase(const UCaseProps *csp,
434 c=ucase_toFullFolding(csp, c, &s, options);
509 destLength=ustr_foldCase(csm->csp, temp, destCapacity, src, srcLength,
626 csm.csp=ucase_getSingleton(pErrorCode);
657 const UCaseProps *csp;
684 csp=ucase_getSingleton(pErrorCode);
816 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0
861 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0