Searched refs:exponentLong (Results 1 – 3 of 3) sorted by relevance
364 int64_t exponentLong = digitsConsumed.toLong(false); in match() local365 U_ASSERT(exponentLong >= 0); in match()366 if (exponentLong <= INT32_MAX) { in match()367 auto exponentInt = static_cast<int32_t>(exponentLong); in match()
381 long exponentLong = digitsConsumed.toLong(false); in match() local382 assert exponentLong >= 0; in match() local383 if (exponentLong <= Integer.MAX_VALUE) { in match()384 int exponentInt = (int) exponentLong; in match()
383 long exponentLong = digitsConsumed.toLong(false); in match() local384 assert exponentLong >= 0; in match() local385 if (exponentLong <= Integer.MAX_VALUE) { in match()386 int exponentInt = (int) exponentLong; in match()