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

  /external/stlport/stlport/stl/
c_locale.h 111 # define _Locale_PUNCT _ISpunct
127 # define _Locale_PUNCT 0x0080
_ctype.h 49 punct = _Locale_PUNCT,
  /ndk/sources/cxx-stl/stlport/stlport/stl/
c_locale.h 111 # define _Locale_PUNCT _ISpunct
127 # define _Locale_PUNCT 0x0080
_ctype.h 49 punct = _Locale_PUNCT,
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
c_locale.h 111 # define _Locale_PUNCT _ISpunct
127 # define _Locale_PUNCT 0x0080
_ctype.h 49 punct = _Locale_PUNCT,
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
c_locale.h 111 # define _Locale_PUNCT _ISpunct
127 # define _Locale_PUNCT 0x0080
_ctype.h 49 punct = _Locale_PUNCT,
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
c_locale.h 111 # define _Locale_PUNCT _ISpunct
127 # define _Locale_PUNCT 0x0080
_ctype.h 49 punct = _Locale_PUNCT,
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
c_locale.h 111 # define _Locale_PUNCT _ISpunct
127 # define _Locale_PUNCT 0x0080
_ctype.h 49 punct = _Locale_PUNCT,
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
c_locale.h 111 # define _Locale_PUNCT _ISpunct
127 # define _Locale_PUNCT 0x0080
_ctype.h 49 punct = _Locale_PUNCT,
  /external/stlport/src/c_locale_dummy/
c_locale_dummy.c 69 if (ispunct(c)) ctable[(unsigned char)c] |= _Locale_PUNCT;
245 if ((mask & _Locale_PUNCT) != 0 && iswpunct(wc))
246 ret |= _Locale_PUNCT;
  /ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c 67 if (ispunct(c)) ctable[(unsigned char)c] |= _Locale_PUNCT;
224 if ((mask & _Locale_PUNCT) != 0 && iswpunct(wc))
225 ret |= _Locale_PUNCT;
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 309 if ((__mask & _Locale_PUNCT) != 0 && iswpunct_l(wc, (locale_t)__loc))
310 ret |= _Locale_PUNCT;
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 309 if ((__mask & _Locale_PUNCT) != 0 && iswpunct_l(wc, (locale_t)__loc))
310 ret |= _Locale_PUNCT;
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 290 MAP(C1_PUNCT, _Locale_PUNCT | _Locale_PRINT);
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 290 MAP(C1_PUNCT, _Locale_PUNCT | _Locale_PRINT);
    [all...]

Completed in 49 milliseconds