Home | History | Annotate | Download | only in i18n

Lines Matching refs:gSemiPercent

55 static const UChar gSemiPercent[] =
1375 int lpEnd = description.indexOf(gSemiPercent, 2, lp);
1403 for (int32_t p = description.indexOf(gSemiPercent, 2, 0); p != -1; p = description.indexOf(gSemiPercent, 2, p)) {
1442 for (int32_t p = description.indexOf(gSemiPercent, 2, 0); p != -1; p = description.indexOf(gSemiPercent, 2, start)) {