Lines Matching refs:cp
1420 for (UChar32 cp=start; cp<=end; ++cp) {
1421 ucase_addCaseClosure(csp, cp, &sa);
1426 for (UChar32 cp=start; cp<=end; ++cp) {
1427 result = ucase_toFullLower(csp, cp, NULL, NULL, &full, "", &locCache);
1430 result = ucase_toFullTitle(csp, cp, NULL, NULL, &full, "", &locCache);
1433 result = ucase_toFullUpper(csp, cp, NULL, NULL, &full, "", &locCache);
1436 result = ucase_toFullFolding(csp, cp, &full, 0);