Lines Matching refs:csp
56 csm->csp=ucase_getSingleton(); in ucasemap_open()
289 c=map(csm->csp, c, utf8_caseContextIterator, csc, &s, csm->locale, &locCache); in _caseMap()
367 … if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) { in ucasemap_internalUTF8ToTitle()
379 if(UCASE_NONE!=ucase_getType(csm->csp, c)) { in ucasemap_internalUTF8ToTitle()
395 … c=ucase_toFullTitle(csm->csp, c, utf8_caseContextIterator, &csc, &s, csm->locale, &locCache); in ucasemap_internalUTF8ToTitle()
457 UBool isFollowedByCasedLetter(const UCaseProps *csp, const uint8_t *s, int32_t i, int32_t length) { in isFollowedByCasedLetter() argument
461 int32_t type = ucase_getTypeOrIgnorable(csp, c); in isFollowedByCasedLetter()
486 int32_t type = ucase_getTypeOrIgnorable(csm->csp, c); in toUpper()
536 !isFollowedByCasedLetter(csm->csp, src, nextIndex, srcLength)) { in toUpper()
572 c=ucase_toFullUpper(csm->csp, c, NULL, NULL, &s, csm->locale, &locCache); in toUpper()
639 utf8_foldCase(const UCaseProps *csp, in utf8_foldCase() argument
664 c=ucase_toFullFolding(csp, c, &s, options); in utf8_foldCase()
688 return utf8_foldCase(csm->csp, dest, destCapacity, src, srcLength, csm->options, pErrorCode); in ucasemap_internalUTF8Fold()