Home | History | Annotate | Download | only in telephony

Lines Matching refs:length

162         int length = text.length();
163 if (length > 3
166 } else if (length < 1 || text.charAt(0) != '0') {
170 CharSequence saved = text.subSequence(0, length);
174 while (i < text.length()) {
182 length = text.length();
187 while (i < length) {
190 text.replace(0, length, saved);
196 text.replace(0, length, saved);
200 if (length > dashPos2) {
204 if (length > dashPos1) {
214 if (length > 3 && rootIndex == 3) {