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

/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXNumber.java329 int nDigits = e - 2;
331 if (exp >= nDigits)
333 + zeros(exp - nDigits);
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DEncoding.java225 int nDigits = (codepoint < 0x1000
230 for (int digit = nDigits; --digit >= 0;) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
H A Dxmlconfig.c239 GLint nDigits = 0, pointPos, exponent; local
255 nDigits++;
257 pointPos = nDigits;
262 nDigits++;
265 if (nDigits == 0) {
291 nDigits--;
294 } while (nDigits > 0);
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dxmlconfig.c239 GLint nDigits = 0, pointPos, exponent; local
255 nDigits++;
257 pointPos = nDigits;
262 nDigits++;
265 if (nDigits == 0) {
291 nDigits--;
294 } while (nDigits > 0);
/external/chromium_org/third_party/icu/source/i18n/
H A Ddigitlst.cpp386 int32_t nDigits = fDecNumber->digits;
387 if (nDigits < fContext.digits) {
389 for (i=nDigits; i>0; i--) {
H A Dsmpdtfmt.cpp3136 int32_t nDigits = pos.getIndex() - oldPos; local
3137 if (nDigits > maxDigits) {
3139 nDigits -= maxDigits;
3140 while (nDigits > 0) {
3142 nDigits--;
/external/icu/icu4c/source/i18n/
H A Ddigitlst.cpp382 int32_t nDigits = fDecNumber->digits;
383 if (nDigits < fContext.digits) {
385 for (i=nDigits; i>0; i--) {
H A Dsmpdtfmt.cpp3186 int32_t nDigits = pos.getIndex() - oldPos; local
3187 if (nDigits > maxDigits) {
3189 nDigits -= maxDigits;
3190 while (nDigits > 0) {
3192 nDigits--;
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c20494 int nDigits = 0; local
20513 while( z<zEnd && z[0]=='0' ) z+=incr, nDigits++;
20518 z+=incr, nDigits++;
20523 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++, d++;
20533 z+=incr, nDigits++, d--;
20536 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++;
20561 if( nDigits && eValid ){
20579 result = (sign<0 && nDigits) ? -(double)0 : (double)0;
20625 return z>=zEnd && nDigits>0 && eValid;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c22529 int nDigits = 0; local
22560 while( z<zEnd && z[0]=='0' ) z+=incr, nDigits++;
22565 z+=incr, nDigits++;
22570 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++, d++;
22580 z+=incr, nDigits++, d--;
22583 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++;
22608 if( nDigits && eValid ){
22626 result = (sign<0 && nDigits) ? -(double)0 : (double)0;
22678 return z>=zEnd && nDigits>0 && eValid && nonNum==0;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c22529 int nDigits = 0; local
22560 while( z<zEnd && z[0]=='0' ) z+=incr, nDigits++;
22565 z+=incr, nDigits++;
22570 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++, d++;
22580 z+=incr, nDigits++, d--;
22583 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++;
22608 if( nDigits && eValid ){
22626 result = (sign<0 && nDigits) ? -(double)0 : (double)0;
22678 return z>=zEnd && nDigits>0 && eValid && nonNum==0;
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 789 milliseconds