Searched defs:atoi (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/gensprep/
H A DfilterRFC3454.pl194 $start = atoi($startStr);
195 $end = atoi($endStr);
208 sub atoi { subroutine
/external/icu/icu4c/source/tools/gensprep/
H A DfilterRFC3454.pl194 $start = atoi($startStr);
195 $end = atoi($endStr);
208 sub atoi { subroutine
/external/valgrind/main/coregrind/m_demangle/
H A Dvg_libciface.h48 #define atoi(_str) VG_(strtoll10)((_str), NULL) macro
/external/compiler-rt/lib/asan/
H A Dasan_dll_thunk.cc308 INTERCEPT_LIBRARY_FUNCTION(atoi); variable
/external/chromium_org/third_party/gtk+/gtk/
H A Dcompose-parse.py14 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)
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h147 /// int atoi(const char *str);
148 atoi, enumerator in enum:llvm::LibFunc::Func

Completed in 602 milliseconds