Home | History | Annotate | Download | only in common

Lines Matching refs:pStr

1477                         const UnicodeString *pStr;
1480 pStr = (const UnicodeString *) strings->elementAt(j);
1481 (str = *pStr).toLower(root);
1484 (str = *pStr).toTitle(bi, root);
1487 (str = *pStr).toUpper(root);
1489 (str = *pStr).foldCase();