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

  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_strtoint.h 10 //#include "cld/base/strtoint.h"
18 // This implementation is not as good as the one in base/strtoint.h,
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
BerInputStream.java 326 times[0] = strToInt(contentOffset, 4); // year
327 times[1] = strToInt(contentOffset + 4, 2); // month
328 times[2] = strToInt(contentOffset + 6, 2); // day
329 times[3] = strToInt(contentOffset + 8, 2); // hour
330 times[4] = strToInt(contentOffset + 10, 2); // minute
331 times[5] = strToInt(contentOffset + 12, 2); // second
335 times[6] = strToInt(contentOffset + 15, length - 16);
387 times[0] = strToInt(contentOffset, 2); // year
394 times[1] = strToInt(contentOffset + 2, 2); // month
395 times[2] = strToInt(contentOffset + 4, 2); // da
    [all...]
  /external/chromium_org/third_party/cld/
BUILD.gn 81 "base/strtoint.h",
cld.gyp 91 'base/strtoint.h',
  /external/fonttools/Windows/
fonttools-win-setup.iss 249 FirstPathLineNo := StrToInt(PathLineNos.Strings[0])
261 AutoexecLines.Delete(StrToInt(PathLineNos.Strings[Index]));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shlwapi.h 156 #define StrToInt __MINGW_NAME_AW(StrToInt)
215 #define StrToLong StrToInt
    [all...]
  /external/chromium_org/third_party/libevent/
evdns.c 339 static int strtoint(const char *const str);
2629 strtoint(const char *const str) { function
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg     [all...]

Completed in 620 milliseconds