/bionic/libc/bionic/ |
atoi.c | 30 int atoi(const char* s) function
|
/external/chromium_org/third_party/icu/source/tools/gensprep/ |
filterRFC3454.pl | 194 $start = atoi($startStr); 195 $end = atoi($endStr); 208 sub atoi { subroutine
|
/external/icu4c/tools/gensprep/ |
filterRFC3454.pl | 194 $start = atoi($startStr); 195 $end = atoi($endStr); 208 sub atoi { subroutine
|
/external/valgrind/main/coregrind/m_demangle/ |
vg_libciface.h | 48 #define atoi(_str) VG_(strtoll10)((_str), NULL) macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
stdlib.h | 148 extern int atoi (__const char *__nptr) 284 __NTH (atoi (__const char *__nptr)) function
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
stdlib.h | 148 extern int atoi (__const char *__nptr) 284 __NTH (atoi (__const char *__nptr)) function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
stdlib.h | 148 extern int atoi (__const char *__nptr) 284 __NTH (atoi (__const char *__nptr)) function
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
locale.py | 37 "str", "atof", "atoi", "format", "format_string", "currency", 318 def atoi(str): function 326 print s1, "is", atoi(s1) [all...] |
stringold.py | 210 def atoi(*args): function 211 """atoi(s [,base]) -> int
|
string.py | 392 def atoi(s , base=10): function 393 """atoi(s [,base]) -> int
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
locale.py | 37 "str", "atof", "atoi", "format", "format_string", "currency", 318 def atoi(str): function 326 print s1, "is", atoi(s1) [all...] |
stringold.py | 210 def atoi(*args): function 211 """atoi(s [,base]) -> int
|
string.py | 392 def atoi(s , base=10): function 393 """atoi(s [,base]) -> int
|
/external/chromium_org/third_party/gtk+/gtk/ |
compose-parse.py | 14 from string import atoi namespace 116 def stringtohex(str): return atoi(str, 16) 395 return atoi(keysym[1:], 16) 397 return atoi(keysym[2:], 16) 412 return atoi(keysym[1:], 16) 414 return atoi(keysym[2:], 16) [all...] |
/external/llvm/include/llvm/Target/ |
TargetLibraryInfo.h | 124 /// int atoi(const char *str); 125 atoi, enumerator in enum:llvm::LibFunc::Func
|