Home | History | Annotate | Download | only in common

Lines Matching defs:csp

172         c=map(csm->csp, c, utf16_caseContextIterator, csc, &s, csm->locale, &locCache);
250 if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) {
262 if(UCASE_NONE!=ucase_getType(csm->csp, c)) {
277 c=ucase_toFullTitle(csm->csp, c, utf16_caseContextIterator, &csc, &s, csm->locale, &locCache);
794 UBool isFollowedByCasedLetter(const UCaseProps *csp, const UChar *s, int32_t i, int32_t length) {
798 int32_t type = ucase_getTypeOrIgnorable(csp, c);
828 int32_t type = ucase_getTypeOrIgnorable(csm->csp, c);
875 !isFollowedByCasedLetter(csm->csp, src, nextIndex, srcLength)) {
911 c=ucase_toFullUpper(csm->csp, c, NULL, NULL, &s, csm->locale, &locCache);
973 ustr_foldCase(const UCaseProps *csp,
987 c=ucase_toFullFolding(csp, c, &s, options);
1011 return ustr_foldCase(csm->csp, dest, destCapacity, src, srcLength, csm->options, pErrorCode);
1089 csm.csp=ucase_getSingleton();
1137 const UCaseProps *csp;
1170 csp=ucase_getSingleton();
1352 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0
1398 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0