Home | History | Annotate | Download | only in runtime

Lines Matching defs:c3

162               Char c3 = characters[second_digit_index];
163 if ('0' <= c3 && c3 <= '9') { // Double digits.
164 int double_digit_ref = capture_ref * 10 + c3 - '0';