Home | History | Annotate | Download | only in common

Lines Matching defs:csp

146         c=map(csm->csp, c, utf16_caseContextIterator, csc, &s, csm->locale, &locCache);
220 if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) {
232 if(UCASE_NONE!=ucase_getType(csm->csp, c)) {
249 c=ucase_toFullTitle(csm->csp, c, utf16_caseContextIterator, &csc, &s, csm->locale, &locCache);
329 ustr_foldCase(const UCaseProps *csp,
343 c=ucase_toFullFolding(csp, c, &s, options);
363 return ustr_foldCase(csm->csp, dest, destCapacity, src, srcLength, csm->options, pErrorCode);
441 csm.csp=ucase_getSingleton();
489 const UCaseProps *csp;
522 csp=ucase_getSingleton();
704 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0
750 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0