Home
last modified time | relevance | path

Searched refs:bigit_index2 (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-bignum.cpp399 int bigit_index2 = 0; in Square() local
403 const Chunk chunk2 = RawBigit(copy_offset + bigit_index2); in Square()
406 bigit_index2++; in Square()
413 int bigit_index2 = i - bigit_index1; in Square() local
416 while (bigit_index2 < used_bigits_) { in Square()
418 const Chunk chunk2 = RawBigit(copy_offset + bigit_index2); in Square()
421 bigit_index2++; in Square()
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-bignum.cpp399 int bigit_index2 = 0; in Square() local
403 const Chunk chunk2 = RawBigit(copy_offset + bigit_index2); in Square()
406 bigit_index2++; in Square()
413 int bigit_index2 = i - bigit_index1; in Square() local
416 while (bigit_index2 < used_bigits_) { in Square()
418 const Chunk chunk2 = RawBigit(copy_offset + bigit_index2); in Square()
421 bigit_index2++; in Square()
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dbignum.cc385 int bigit_index2 = 0; in Square() local
389 const Chunk chunk2 = RawBigit(copy_offset + bigit_index2); in Square()
392 bigit_index2++; in Square()
399 int bigit_index2 = i - bigit_index1; in Square() local
402 while (bigit_index2 < used_bigits_) { in Square()
404 const Chunk chunk2 = RawBigit(copy_offset + bigit_index2); in Square()
407 bigit_index2++; in Square()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-bignum.cpp399 int bigit_index2 = 0; in Square() local
403 const Chunk chunk2 = RawBigit(copy_offset + bigit_index2); in Square()
406 bigit_index2++; in Square()
413 int bigit_index2 = i - bigit_index1; in Square() local
416 while (bigit_index2 < used_bigits_) { in Square()
418 const Chunk chunk2 = RawBigit(copy_offset + bigit_index2); in Square()
421 bigit_index2++; in Square()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-bignum.cpp385 int bigit_index2 = 0; in Square() local
389 Chunk chunk2 = bigits_[copy_offset + bigit_index2]; in Square()
392 bigit_index2++; in Square()
399 int bigit_index2 = i - bigit_index1; in Square() local
402 while (bigit_index2 < used_digits_) { in Square()
404 Chunk chunk2 = bigits_[copy_offset + bigit_index2]; in Square()
407 bigit_index2++; in Square()