Home | History | Annotate | Download | only in common

Lines Matching defs:csp

147         c=map(csm->csp, c, utf16_caseContextIterator, csc, &s, csm->locale, &locCache);
221 if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) {
233 if(UCASE_NONE!=ucase_getType(csm->csp, c)) {
250 c=ucase_toFullTitle(csm->csp, c, utf16_caseContextIterator, &csc, &s, csm->locale, &locCache);
330 ustr_foldCase(const UCaseProps *csp,
344 c=ucase_toFullFolding(csp, c, &s, options);
364 return ustr_foldCase(csm->csp, dest, destCapacity, src, srcLength, csm->options, pErrorCode);
442 csm.csp=ucase_getSingleton();
474 const UCaseProps *csp;
501 csp=ucase_getSingleton();
633 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0
678 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0