/external/openfst/src/lib/ |
util.cc | 34 int64 StrToInt64(const string &s, const string &src, size_t nline, 42 FSTERROR() << "StrToInt64: Bad integer = " << s
|
/external/openfst/src/script/ |
text-io.cc | 57 ssize_t s = StrToInt64(col[0], filename, nline, false);
|
/external/openfst/src/include/fst/ |
util.h | 245 int64 StrToInt64(const string &s, const string &src, size_t nline, 304 I i1 = StrToInt64(col[0], filename, nline, allow_negative, &err); 306 I i2 = StrToInt64(col[1], filename, nline, allow_negative, &err);
|
/external/libvpx/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/sdch/open-vcdiff/src/ |
gflags.cc | 123 # define strtoint64 strtoll macro 126 # define strtoint64 strtoq macro 130 # define strtoint64 strtol macro 321 const int64 r = strtoint64(value, &end, base); 329 const int64 r = strtoint64(value, &end, base); [all...] |
/external/open-vcdiff/gflags/src/ |
gflags.cc | 124 # define strtoint64 strtoll macro 127 # define strtoint64 strtoq macro 131 # define strtoint64 strtol macro 321 const int64 r = strtoint64(value, &end, base); 329 const int64 r = strtoint64(value, &end, base); [all...] |