Home | History | Annotate | Download | only in internal

Lines Matching full:strs

50         final String[] strs = codesArraySpec.split(VERTICAL_BAR_REGEX, -1);
51 if (strs.length <= 1) {
54 return strs[0];
68 final String[] strs = codesArraySpec.split(VERTICAL_BAR_REGEX, -1);
69 if (strs.length <= 1) {
72 return TextUtils.isEmpty(strs[1]) ? strs[0] : strs[1];
76 final String[] strs = codesArraySpec.split(VERTICAL_BAR_REGEX, -1);
77 if (strs.length <= 2) {
81 return Integer.parseInt(strs[2]);