Home | History | Annotate | Download | only in i18n

Lines Matching refs:lp

1305     int32_t lp = description.indexOf(gLenientParse, -1, 0);
1306 if (lp != -1) {
1310 if (lp == 0 || description.charAt(lp - 1) == gSemiColon) {
1314 int lpEnd = description.indexOf(gSemiPercent, 2, lp);
1319 int lpStart = lp + u_strlen(gLenientParse);
1334 description.remove(lp, lpEnd + 1 - lp);