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

  /external/libcxx/src/support/win32/
locale_win32.cpp 27 setlocale( LC_ALL, newloc->locinfo->lc_category[LC_ALL].locale );
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/
locale_win32.cpp 27 setlocale( LC_ALL, newloc->locinfo->lc_category[LC_ALL].locale );
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ctype.h 202 #define _chvalidchk_l(_Char,_Flag,_Locale) (!_Locale ? __chvalidchk(_Char,_Flag) : ((_locale_t)_Locale)->locinfo->pctype[_Char] & (_Flag))
203 #define _ischartype_l(_Char,_Flag,_Locale) (((_Locale)!=NULL && (((_locale_t)(_Locale))->locinfo->mb_cur_max) > 1) ? _isctype_l(_Char,(_Flag),_Locale) : _chvalidchk_l(_Char,_Flag,_Locale))
crtdefs.h 160 pthreadlocinfo locinfo; member in struct:localeinfo_struct
  /external/icu/icu4c/source/i18n/
rbnf.cpp 674 LocalizationInfo* locinfo = StringLocalizationInfo::create(locs, perror, status); local
675 init(description, locinfo, perror, status);
698 LocalizationInfo* locinfo = StringLocalizationInfo::create(locs, perror, status); local
699 init(description, locinfo, perror, status);
805 LocalizationInfo* locinfo = NULL; local
829 init(desc, locinfo, perror, status);
    [all...]

Completed in 155 milliseconds