HomeSort by relevance Sort by last modified time
    Searched refs:s00 (Results 1 - 6 of 6) sorted by null

  /external/chromium/base/third_party/dmg_fp/
dmg_fp.h 14 double strtod(const char* s00, char** se);
dtoa.cc 519 double strtod(const char *s00, char **se);
2427 (s00, se) CONST char *s00; char **se; variable
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
dtoa.h 31 // s00: input string. Must not be 0 and must be terminated by 0.
33 double strtod(const char* s00, char** se);
dtoa.cpp 748 double strtod(const char* s00, char** se)
762 for (s = s00; ; s++) {
835 s00 = s;
863 s = s00;
868 s = s00;
    [all...]
  /external/clang/test/CXX/lex/lex.charset/
p2-cxx98.cpp 30 const char *s00 = "\u0000"; // expected-error {{universal character name refers to a control character}} variable
  /bionic/libc/stdlib/
strtod.c 357 extern "C" double strtod(const char *s00, char **se);
1334 (s00, se) CONST char *s00; char **se;
1336 (CONST char *s00, char **se)
1364 for(s = s00; isspace((unsigned char) *s); s++)
1375 s = s00;
1462 s = s00;
1465 s00 = s;
1496 s = s00;
1500 s = s00;
    [all...]

Completed in 906 milliseconds