Home | History | Annotate | Download | only in common

Lines Matching refs:resultString

1270     const UChar *resultString;
1303 return (UBool)(ucase_toFullLower(csp, c, NULL, NULL, &resultString, "", &locCache)>=0);
1306 return (UBool)(ucase_toFullUpper(csp, c, NULL, NULL, &resultString, "", &locCache)>=0);
1309 return (UBool)(ucase_toFullTitle(csp, c, NULL, NULL, &resultString, "", &locCache)>=0);
1314 ucase_toFullLower(csp, c, NULL, NULL, &resultString, "", &locCache)>=0 ||
1315 ucase_toFullUpper(csp, c, NULL, NULL, &resultString, "", &locCache)>=0 ||
1316 ucase_toFullTitle(csp, c, NULL, NULL, &resultString, "", &locCache)>=0);