Home
last modified time | relevance | path

Searched refs:nDigits (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/util/
H A Dxmlconfig.c152 int nDigits = 0, pointPos, exponent; in strToF() local
168 nDigits++; in strToF()
170 pointPos = nDigits; in strToF()
175 nDigits++; in strToF()
178 if (nDigits == 0) { in strToF()
204 nDigits--; in strToF()
207 } while (nDigits > 0); in strToF()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcbiditransformtst.c393 uint32_t j, nDigits = sizeof(digits) / sizeof(digits[0]); in testAllTransformOptions() local
411 for (j = 0; j < nDigits; j++) { in testAllTransformOptions()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSimpleDateFormat.java3935 int nDigits = pos.getIndex() - oldPos; in parseInt()
3936 if (nDigits > maxDigits) { in parseInt()
3938 nDigits -= maxDigits; in parseInt()
3939 while (nDigits > 0) { in parseInt()
3941 nDigits--; in parseInt()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DSimpleDateFormat.java3812 int nDigits = pos.getIndex() - oldPos; in parseInt()
3813 if (nDigits > maxDigits) { in parseInt()
3815 nDigits -= maxDigits; in parseInt()
3816 while (nDigits > 0) { in parseInt()
3818 nDigits--; in parseInt()
/third_party/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp3980 int32_t nDigits = pos.getIndex() - oldPos; in parseInt() local
3981 if (nDigits > maxDigits) { in parseInt()
3983 nDigits -= maxDigits; in parseInt()
3984 while (nDigits > 0) { in parseInt()
3986 nDigits--; in parseInt()
/third_party/node/deps/icu-small/source/i18n/
H A Dsmpdtfmt.cpp3931 int32_t nDigits = pos.getIndex() - oldPos; in parseInt() local
3932 if (nDigits > maxDigits) { in parseInt()
3934 nDigits -= maxDigits; in parseInt()
3935 while (nDigits > 0) { in parseInt()
3937 nDigits--; in parseInt()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dsmpdtfmt.cpp3858 int32_t nDigits = pos.getIndex() - oldPos; in parseInt() local
3859 if (nDigits > maxDigits) { in parseInt()
3861 nDigits -= maxDigits; in parseInt()
3862 while (nDigits > 0) { in parseInt()
3864 nDigits--; in parseInt()
/third_party/sqlite/src/
H A Dshell.c21946 int nDigits = (hasDupes)? db_int(*pDb, zColDigits) : 0; in zAutoColumn() local
21956 sqlite3_bind_int(pStmt, 1, nDigits); in zAutoColumn()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 73 milliseconds