Searched defs:nDigits (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dutil.c274 int nDigits = 0; local
293 while( z<zEnd && z[0]=='0' ) z+=incr, nDigits++;
298 z+=incr, nDigits++;
303 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++, d++;
313 z+=incr, nDigits++, d--;
316 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++;
341 if( nDigits && eValid ){
359 result = (sign<0 && nDigits) ? -(double)0 : (double)0;
405 return z>=zEnd && nDigits>0 && eValid;
/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/icu4c/i18n/
H A Dsmpdtfmt.cpp3142 int32_t nDigits = pos.getIndex() - oldPos; local
3143 if (nDigits > maxDigits) {
3145 nDigits -= maxDigits;
3146 while (nDigits > 0) {
3148 nDigits--;
/external/chromium_org/third_party/icu/source/i18n/
H A Dsmpdtfmt.cpp2949 int32_t nDigits = pos.getIndex() - oldPos; local
2950 if (nDigits > maxDigits) {
2952 nDigits -= maxDigits;
2953 while (nDigits > 0) {
2955 nDigits--;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c20509 int nDigits = 0; local
20528 while( z<zEnd && z[0]=='0' ) z+=incr, nDigits++;
20533 z+=incr, nDigits++;
20538 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++, d++;
20548 z+=incr, nDigits++, d--;
20551 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++;
20576 if( nDigits && eValid ){
20594 result = (sign<0 && nDigits) ? -(double)0 : (double)0;
20640 return z>=zEnd && nDigits>0 && eValid;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c21319 int nDigits = 0; local
21338 while( z<zEnd && z[0]=='0' ) z+=incr, nDigits++;
21343 z+=incr, nDigits++;
21348 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++, d++;
21358 z+=incr, nDigits++, d--;
21361 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++;
21386 if( nDigits && eValid ){
21404 result = (sign<0 && nDigits) ? -(double)0 : (double)0;
21456 return z>=zEnd && nDigits>0 && eValid;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c21319 int nDigits = 0; local
21338 while( z<zEnd && z[0]=='0' ) z+=incr, nDigits++;
21343 z+=incr, nDigits++;
21348 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++, d++;
21358 z+=incr, nDigits++, d--;
21361 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++;
21386 if( nDigits && eValid ){
21404 result = (sign<0 && nDigits) ? -(double)0 : (double)0;
21456 return z>=zEnd && nDigits>0 && eValid;
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/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 ...

Completed in 1601 milliseconds