Lines Matching refs:cp
216 for (UChar32 cp=start; cp<=end; ++cp) {
217 ucase_addCaseClosure(csp, cp, &sa);
222 for (UChar32 cp=start; cp<=end; ++cp) {
223 result = ucase_toFullLower(csp, cp, NULL, NULL, &full, "", &locCache);
226 result = ucase_toFullTitle(csp, cp, NULL, NULL, &full, "", &locCache);
229 result = ucase_toFullUpper(csp, cp, NULL, NULL, &full, "", &locCache);
232 result = ucase_toFullFolding(csp, cp, &full, 0);