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

  /external/stlport/stlport/stl/
c_locale.h 109 # define _Locale_DIGIT _ISdigit
126 # define _Locale_DIGIT 0x0040
_ctype.h 48 digit = _Locale_DIGIT,
  /ndk/sources/cxx-stl/stlport/stlport/stl/
c_locale.h 109 # define _Locale_DIGIT _ISdigit
126 # define _Locale_DIGIT 0x0040
_ctype.h 48 digit = _Locale_DIGIT,
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
c_locale.h 109 # define _Locale_DIGIT _ISdigit
126 # define _Locale_DIGIT 0x0040
_ctype.h 48 digit = _Locale_DIGIT,
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
c_locale.h 109 # define _Locale_DIGIT _ISdigit
126 # define _Locale_DIGIT 0x0040
_ctype.h 48 digit = _Locale_DIGIT,
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
c_locale.h 109 # define _Locale_DIGIT _ISdigit
126 # define _Locale_DIGIT 0x0040
_ctype.h 48 digit = _Locale_DIGIT,
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
c_locale.h 109 # define _Locale_DIGIT _ISdigit
126 # define _Locale_DIGIT 0x0040
_ctype.h 48 digit = _Locale_DIGIT,
  /external/stlport/src/c_locale_dummy/
c_locale_dummy.c 65 if (isdigit(c)) ctable[(unsigned char)c] |= _Locale_DIGIT;
218 if ((mask & _Locale_DIGIT) != 0 && iswdigit(wc))
219 ret |= _Locale_DIGIT;
  /ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c 65 if (isdigit(c)) ctable[(unsigned char)c] |= _Locale_DIGIT;
218 if ((mask & _Locale_DIGIT) != 0 && iswdigit(wc))
219 ret |= _Locale_DIGIT;
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 303 if ((__mask & _Locale_DIGIT) != 0 && iswdigit_l(wc, (locale_t)__loc))
304 ret |= _Locale_DIGIT;
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 303 if ((__mask & _Locale_DIGIT) != 0 && iswdigit_l(wc, (locale_t)__loc))
304 ret |= _Locale_DIGIT;
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 288 MAP(C1_DIGIT, _Locale_DIGIT | _Locale_PRINT);
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 288 MAP(C1_DIGIT, _Locale_DIGIT | _Locale_PRINT);
    [all...]

Completed in 442 milliseconds