Home | History | Annotate | Download | only in android

Lines Matching defs:i_b

344     int i_b = len_b - 1;
345 while (i_a >= 0 && i_b >= 0) {
348 char ch_b = b[i_b];
354 i_b--;
363 i_b--;
385 if ((trunk_prefix_is_omitted_b && i_b >= 0) ||
386 !checkPrefixIsIgnorable(b, i_b)) {
415 while (i_b >= 0) {
416 const char ch_b = b[i_b];
424 i_b--;