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