Home | History | Annotate | Download | only in locale

Lines Matching full:typestart

586         int typeStart = -1;
592 assert(typeStart == -1 || typeEnd != -1);
593 type = (typeStart == -1) ? "" : subtags.substring(typeStart, typeEnd);
602 typeStart = typeEnd = -1;
604 if (typeStart == -1) {
605 typeStart = itr.currentStart();
622 assert(typeStart == -1 || typeEnd != -1);
623 type = (typeStart == -1) ? "" : subtags.substring(typeStart, typeEnd);