Home | History | Annotate | Download | only in text

Lines Matching refs:subres

692                 String[] subres = res.getStringArray(tag.toString());
694 // assert(subres != null);
695 // assert(subres.length % 2 == 0);
698 for (i=0; i<subres.length; i+= 2) {
699 if (subres[i].equalsIgnoreCase(variant)) {
705 if (i < subres.length) {
718 return new Object[] { new LocaleEntry(subres[i+1], dir) };