HomeSort by relevance Sort by last modified time
    Searched full:zdate (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
date.c 88 ** Convert zDate into one or more integers. Additional arguments
100 static int getDigits(const char *zDate, ...){
109 va_start(ap, zDate);
118 if( !sqlite3Isdigit(*zDate) ){
121 val = val*10 + *zDate - '0';
122 zDate++;
124 if( val<min || val>max || (nextC!=0 && nextC!=*zDate) ){
128 zDate++;
152 static int parseTimezone(const char *zDate, DateTime *p){
156 while( sqlite3Isspace(*zDate) ){ zDate++;
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
mksqlite3h.tcl 53 set zDate {}
57 set zDate [string map {T { }} $date]
83 regsub -- --SOURCE-ID-- $line "$zDate $zUuid" line
  /build/tools/zipalign/
ZipEntry.cpp 363 unsigned short zdate, ztime; local
382 zdate = (year - 80) << 9 | (ptm->tm_mon+1) << 5 | ptm->tm_mday;
386 mCDE.mLastModFileDate = mLFH.mLastModFileDate = zdate;
  /frameworks/base/tools/aapt/
ZipEntry.cpp 363 unsigned short zdate, ztime; local
382 zdate = (year - 80) << 9 | (ptm->tm_mon+1) << 5 | ptm->tm_mday;
386 mCDE.mLastModFileDate = mLFH.mLastModFileDate = zdate;
  /prebuilts/sdk/tools/linux/
zipalign 

Completed in 767 milliseconds