Lines Matching refs:gZero
51 static const UChar gZero = 0x0030;261 else if (descriptor.charAt(0) >= gZero && descriptor.charAt(0) <= gNine) {273 if (c >= gZero && c <= gNine) {274 val = val * ll_10 + (int32_t)(c - gZero);302 if (c >= gZero && c <= gNine) {303 val = val * ll_10 + (int32_t)(c - gZero);