Home | History | Annotate | Download | only in common

Lines Matching refs:root

1451                     Locale root("");
1453 BreakIterator *bi = BreakIterator::createWordInstance(root, status);
1460 (str = *pStr).toLower(root);
1463 (str = *pStr).toTitle(bi, root);
1466 (str = *pStr).toUpper(root);