Home | History | Annotate | Download | only in i18n

Lines Matching full:startswith

613     if (ruleText.startsWith(gSpace) && sub1->getPos() != 0) {
1110 * is off, this just calls startsWith(). If lenient parse mode is on,
1286 // Just use String.startsWith() and be done with it.
1290 if (str.startsWith(prefix)) {