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

  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
BerInputStream.java 377 times[0] = strToInt(contentOffset, 4); // year
378 times[1] = strToInt(contentOffset + 4, 2); // month
379 times[2] = strToInt(contentOffset + 6, 2); // day
380 times[3] = strToInt(contentOffset + 8, 2); // hour
381 times[4] = strToInt(contentOffset + 10, 2); // minute
382 times[5] = strToInt(contentOffset + 12, 2); // second
386 times[6] = strToInt(contentOffset + 15, length - 16);
440 times[0] = strToInt(contentOffset, 2); // year
447 times[1] = strToInt(contentOffset + 2, 2); // month
448 times[2] = strToInt(contentOffset + 4, 2); // da
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
delphi.php 153 'StrToInt', 'StrToInt64', 'StrToInt64Def', 'StrToIntDef', 'StrToTime',
inno.php 99 'StrToFloat', 'StrToInt', 'StrToInt64', 'StrToInt64Def', 'StrToIntDef', 'StrToTime', 'StuffString', 'Succ', 'Sum', 'Tan',
  /external/chromium/third_party/libevent/
evdns.c 339 static int strtoint(const char *const str);
2629 strtoint(const char *const str) { function
    [all...]

Completed in 136 milliseconds