Home | History | Annotate | Download | only in common

Lines Matching refs:resultString

1244     const UChar *resultString;
1277 return (UBool)(ucase_toFullLower(csp, c, NULL, NULL, &resultString, "", &locCache)>=0);
1280 return (UBool)(ucase_toFullUpper(csp, c, NULL, NULL, &resultString, "", &locCache)>=0);
1283 return (UBool)(ucase_toFullTitle(csp, c, NULL, NULL, &resultString, "", &locCache)>=0);
1288 ucase_toFullLower(csp, c, NULL, NULL, &resultString, "", &locCache)>=0 ||
1289 ucase_toFullUpper(csp, c, NULL, NULL, &resultString, "", &locCache)>=0 ||
1290 ucase_toFullTitle(csp, c, NULL, NULL, &resultString, "", &locCache)>=0);