Home | History | Annotate | Download | only in common

Lines Matching refs:pStr

1464                         const UnicodeString *pStr;
1467 pStr = (const UnicodeString *) strings->elementAt(j);
1468 (str = *pStr).toLower(root);
1471 (str = *pStr).toTitle(bi, root);
1474 (str = *pStr).toUpper(root);
1476 (str = *pStr).foldCase();