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

  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_strtoint.h 20 inline int32 strto32(const char *nptr, char **endptr, int base) { function
  /external/chromium_org/third_party/cld/base/
strtoint.h 46 inline int32 strto32(const char *nptr, char **endptr, int base) { function
77 return strto32(nptr, NULL, 10);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
strutil.h 287 // strto32()
301 inline int32 strto32(const char *nptr, char **endptr, int base) { function in namespace:google::protobuf
  /external/protobuf/src/google/protobuf/stubs/
strutil.h 277 // strto32()
291 inline int32 strto32(const char *nptr, char **endptr, int base) { function in namespace:google::protobuf

Completed in 3313 milliseconds