Home
last modified time | relevance | path

Searched defs:digit (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ctype.h48 digit = _Locale_DIGIT, enumerator
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dlexical_cast.hpp655 int_type const digit = static_cast<int_type>(n % 10U); in lcast_put_unsigned() local
667 int_type const digit = static_cast<int_type>(n % 10U); in lcast_put_unsigned() local
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
Dc_locale_win32.c1472 int digit; in LocaleFromHex() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp792 const ctype_base::mask ctype_base::digit; member in ctype_base