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