Home | History | Annotate | Download | only in locale

Lines Matching full:typestart

618         int typeStart = -1;
624 assert(typeStart == -1 || typeEnd != -1);
625 type = (typeStart == -1) ? "" : subtags.substring(typeStart, typeEnd);
634 typeStart = typeEnd = -1;
636 if (typeStart == -1) {
637 typeStart = itr.currentStart();
654 assert(typeStart == -1 || typeEnd != -1);
655 type = (typeStart == -1) ? "" : subtags.substring(typeStart, typeEnd);