HomeSort by relevance Sort by last modified time
    Searched full:_locale (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ctype.h 101 _CRTIMP int __cdecl _isctype_l(int _C,int _Type,_locale_t _Locale);
103 _CRTIMP int __cdecl _isalpha_l(int _C,_locale_t _Locale);
105 _CRTIMP int __cdecl _isupper_l(int _C,_locale_t _Locale);
107 _CRTIMP int __cdecl _islower_l(int _C,_locale_t _Locale);
109 _CRTIMP int __cdecl _isdigit_l(int _C,_locale_t _Locale);
111 _CRTIMP int __cdecl _isxdigit_l(int _C,_locale_t _Locale);
113 _CRTIMP int __cdecl _isspace_l(int _C,_locale_t _Locale);
115 _CRTIMP int __cdecl _ispunct_l(int _C,_locale_t _Locale);
117 _CRTIMP int __cdecl _isalnum_l(int _C,_locale_t _Locale);
119 _CRTIMP int __cdecl _isprint_l(int _C,_locale_t _Locale);
    [all...]
mbstring.h 36 _CRTIMP unsigned int __cdecl _mbbtombc_l(unsigned int _Ch,_locale_t _Locale);
38 _CRTIMP int __cdecl _mbbtype_l(unsigned char _Ch,int _CType,_locale_t _Locale);
40 _CRTIMP unsigned int __cdecl _mbctombb_l(unsigned int _Ch,_locale_t _Locale);
42 _CRTIMP int __cdecl _mbsbtype_l(const unsigned char *_Str,size_t _Pos,_locale_t _Locale);
44 _CRTIMP unsigned char *_mbscat_l(unsigned char *_Dest,const unsigned char *_Source,_locale_t _Locale);
46 _CRTIMP _CONST_RETURN unsigned char *__cdecl _mbschr_l(const unsigned char *_Str,unsigned int _Ch,_locale_t _Locale);
48 _CRTIMP int __cdecl _mbscmp_l(const unsigned char *_Str1,const unsigned char *_Str2,_locale_t _Locale);
50 _CRTIMP int __cdecl _mbscoll_l(const unsigned char *_Str1,const unsigned char *_Str2,_locale_t _Locale);
52 _CRTIMP unsigned char *_mbscpy_l(unsigned char *_Dest,const unsigned char *_Source,_locale_t _Locale);
54 _CRTIMP size_t __cdecl _mbscspn_l(const unsigned char *_Str,const unsigned char *_Control,_locale_t _Locale);
    [all...]
mbctype.h 65 _CRTIMP int __cdecl _ismbbkalnum_l(unsigned int _C,_locale_t _Locale);
67 _CRTIMP int __cdecl _ismbbkana_l(unsigned int _C,_locale_t _Locale);
69 _CRTIMP int __cdecl _ismbbkpunct_l(unsigned int _C,_locale_t _Locale);
71 _CRTIMP int __cdecl _ismbbkprint_l(unsigned int _C,_locale_t _Locale);
73 _CRTIMP int __cdecl _ismbbalpha_l(unsigned int _C,_locale_t _Locale);
75 _CRTIMP int __cdecl _ismbbpunct_l(unsigned int _C,_locale_t _Locale);
77 _CRTIMP int __cdecl _ismbbalnum_l(unsigned int _C,_locale_t _Locale);
79 _CRTIMP int __cdecl _ismbbprint_l(unsigned int _C,_locale_t _Locale);
81 _CRTIMP int __cdecl _ismbbgraph_l(unsigned int _C,_locale_t _Locale);
85 _CRTIMP int __cdecl _ismbblead_l(unsigned int _C,_locale_t _Locale);
    [all...]
locale.h 80 char *__cdecl setlocale(int _Category,const char *_Locale);
83 _locale_t __cdecl _create_locale(int _Category,const char *_Locale);
84 void __cdecl _free_locale(_locale_t _Locale);
86 _locale_t __cdecl __create_locale(int _Category,const char *_Locale);
87 void __cdecl __free_locale(_locale_t _Locale);
91 _CRTIMP wchar_t *__cdecl _wsetlocale(int _Category,const wchar_t *_Locale);
string.h 39 _CRTIMP int __cdecl _memicmp_l(const void *_Buf1,const void *_Buf2,size_t _Size,_locale_t _Locale);
50 char * __cdecl _strset_l(char *_Str,int _Val,_locale_t _Locale) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
61 _CRTIMP int __cdecl _stricmp_l(const char *_Str1,const char *_Str2,_locale_t _Locale);
63 _CRTIMP int __cdecl _strcoll_l(const char *_Str1,const char *_Str2,_locale_t _Locale);
65 _CRTIMP int __cdecl _stricoll_l(const char *_Str1,const char *_Str2,_locale_t _Locale);
67 _CRTIMP int __cdecl _strncoll_l(const char *_Str1,const char *_Str2,size_t _MaxCount,_locale_t _Locale);
69 _CRTIMP int __cdecl _strnicoll_l(const char *_Str1,const char *_Str2,size_t _MaxCount,_locale_t _Locale);
74 char *strlwr_l(char *_String,_locale_t _Locale) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
78 _CRTIMP int __cdecl _strnicmp_l(const char *_Str1,const char *_Str2,size_t _MaxCount,_locale_t _Locale);
81 _CRTIMP char *__cdecl _strnset_l(char *str,int c,size_t count,_locale_t _Locale) __MINGW_ATTRIB_DEPRECATED_SEC_WARN
    [all...]
wchar.h 223 _CRTIMP int __cdecl _iswalpha_l(wint_t _C,_locale_t _Locale);
225 _CRTIMP int __cdecl _iswupper_l(wint_t _C,_locale_t _Locale);
227 _CRTIMP int __cdecl _iswlower_l(wint_t _C,_locale_t _Locale);
229 _CRTIMP int __cdecl _iswdigit_l(wint_t _C,_locale_t _Locale);
231 _CRTIMP int __cdecl _iswxdigit_l(wint_t _C,_locale_t _Locale);
233 _CRTIMP int __cdecl _iswspace_l(wint_t _C,_locale_t _Locale);
235 _CRTIMP int __cdecl _iswpunct_l(wint_t _C,_locale_t _Locale);
237 _CRTIMP int __cdecl _iswalnum_l(wint_t _C,_locale_t _Locale);
239 _CRTIMP int __cdecl _iswprint_l(wint_t _C,_locale_t _Locale);
241 _CRTIMP int __cdecl _iswgraph_l(wint_t _C,_locale_t _Locale);
    [all...]
tchar.h 389 #define _tcsclen_l(_String,_Locale) wcslen(_String)
390 #define _tcscnlen_l(_String,_Max_count,_Locale) wcsnlen_l((_String),(_Max_count))
448 #define _istleadbyte_l(_Char,_Locale) (0)
457 #define _wcsncpy_l(_Destination,_Source,_Count,_Locale) (wcsncpy(_Destination,_Source,_Count))
458 #define _wcsncat_l(_Destination,_Source,_Count,_Locale) (wcsncat(_Destination,_Source,_Count))
459 #define _wcstok_l(_String,_Delimiters,_Locale) (wcstok(_String,_Delimiters))
460 #define _wcsnset_l(_Destination,_Value,_Count,_Locale) (_wcsnset(_Destination,_Value,_Count))
461 #define _wcsset_l(_Destination,_Value,_Locale) (_wcsset(_Destination,_Value))
841 _CRTIMP char *__cdecl _tcsncat_l(char *_Dst,const char *_Src,size_t _MaxCount,_locale_t _Locale);
843 _CRTIMP char *__cdecl _tcsncpy_l(char *_Dst,const char *_Src,size_t _MaxCount,_locale_t _Locale);
    [all...]
stdlib.h 344 double __cdecl _atof_l(const char *_String,_locale_t _Locale);
347 _CRTIMP int __cdecl _atoi_l(const char *_Str,_locale_t _Locale);
349 _CRTIMP long __cdecl _atol_l(const char *_Str,_locale_t _Locale);
364 __MINGW_EXTENSION _CRTIMP __int64 __cdecl _atoi64_l(const char *_String,_locale_t _Locale);
366 __MINGW_EXTENSION _CRTIMP __int64 __cdecl _strtoi64_l(const char *_String,char **_EndPtr,int _Radix,_locale_t _Locale);
368 __MINGW_EXTENSION _CRTIMP unsigned __int64 __cdecl _strtoui64_l(const char *_String,char **_EndPtr,int _Radix,_locale_t _Locale);
372 _CRTIMP int __cdecl _mblen_l(const char *_Ch,size_t _MaxCount,_locale_t _Locale);
374 _CRTIMP size_t __cdecl _mbstrlen_l(const char *_Str,_locale_t _Locale);
376 _CRTIMP size_t __cdecl _mbstrnlen_l(const char *_Str,size_t _MaxCount,_locale_t _Locale);
378 _CRTIMP int __cdecl _mbtowc_l(wchar_t * __restrict__ _DstCh,const char * __restrict__ _SrcCh,size_t _SrcSizeInBytes,_locale_t _Locale);
    [all...]
conio.h 19 _CRTIMP int __cdecl _cscanf_l(const char * __restrict__ _Format,_locale_t _Locale,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
25 _CRTIMP int __cdecl _cprintf_l(const char * __restrict__ _Format,_locale_t _Locale,...);
26 _CRTIMP int __cdecl _vcprintf_l(const char * __restrict__ _Format,_locale_t _Locale,va_list _ArgList);
27 _CRTIMP int __cdecl _cprintf_p_l(const char * __restrict__ _Format,_locale_t _Locale,...);
28 _CRTIMP int __cdecl _vcprintf_p_l(const char * __restrict__ _Format,_locale_t _Locale,va_list _ArgList);
62 _CRTIMP int __cdecl _cwscanf_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
66 _CRTIMP int __cdecl _cwprintf_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,...);
67 _CRTIMP int __cdecl _vcwprintf_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,va_list _ArgList);
68 _CRTIMP int __cdecl _cwprintf_p_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,...);
69 _CRTIMP int __cdecl _vcwprintf_p_l(const wchar_t * __restrict__ _Format,_locale_t _Locale,va_list _ArgList)
    [all...]
stdio.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
stdio_s.h 22 _CRTIMP int __cdecl _fscanf_s_l(FILE *_File,const char *_Format,_locale_t _Locale,...);
24 _CRTIMP int __cdecl _scanf_l(const char *_Format,_locale_t _Locale,...);
25 _CRTIMP int __cdecl _scanf_s_l(const char *_Format,_locale_t _Locale,...);
32 _CRTIMP int __cdecl _fscanf_l(FILE *_File,const char *_Format,_locale_t _Locale,...);
33 _CRTIMP int __cdecl _sscanf_l(const char *_Src,const char *_Format,_locale_t _Locale,...);
34 _CRTIMP int __cdecl _sscanf_s_l(const char *_Src,const char *_Format,_locale_t _Locale,...);
36 _CRTIMP int __cdecl _snscanf_l(const char *_Src,size_t _MaxCount,const char *_Format,_locale_t _Locale,...);
37 _CRTIMP int __cdecl _snscanf_s_l(const char *_Src,size_t _MaxCount,const char *_Format,_locale_t _Locale,...);
61 _CRTIMP int __cdecl _printf_l(const char *_Format,_locale_t _Locale,...);
62 _CRTIMP int __cdecl _printf_p_l(const char *_Format,_locale_t _Locale,...)
    [all...]
mbstring_s.h 20 _CRTIMP errno_t __cdecl _mbscat_s_l(unsigned char *_Dst,size_t _DstSizeInBytes,const unsigned char *_Src,_locale_t _Locale);
22 _CRTIMP errno_t __cdecl _mbscpy_s_l(unsigned char *_Dst,size_t _DstSizeInBytes,const unsigned char *_Src,_locale_t _Locale);
24 _CRTIMP errno_t __cdecl _mbslwr_s_l(unsigned char *_Str,size_t _SizeInBytes,_locale_t _Locale);
26 _CRTIMP errno_t __cdecl _mbsnbcat_s_l(unsigned char *_Dst,size_t _DstSizeInBytes,const unsigned char *_Src,size_t _MaxCount,_locale_t _Locale);
28 _CRTIMP errno_t __cdecl _mbsnbcpy_s_l(unsigned char *_Dst,size_t _DstSizeInBytes,const unsigned char *_Src,size_t _MaxCount,_locale_t _Locale);
30 _CRTIMP errno_t __cdecl _mbsnbset_s_l(unsigned char *_Dst,size_t _DstSizeInBytes,unsigned int _Ch,size_t _MaxCount,_locale_t _Locale);
32 _CRTIMP errno_t __cdecl _mbsncat_s_l(unsigned char *_Dst,size_t _DstSizeInBytes,const unsigned char *_Src,size_t _MaxCount,_locale_t _Locale);
34 _CRTIMP errno_t __cdecl _mbsncpy_s_l(unsigned char *_Dst,size_t _DstSizeInBytes,const unsigned char *_Src,size_t _MaxCount,_locale_t _Locale);
36 _CRTIMP errno_t __cdecl _mbsnset_s_l(unsigned char *_Dst,size_t _DstSizeInBytes,unsigned int _Val,size_t _MaxCount,_locale_t _Locale);
38 _CRTIMP errno_t __cdecl _mbsset_s_l(unsigned char *_Dst,size_t _DstSizeInBytes,unsigned int _Val,_locale_t _Locale);
    [all...]
conio_s.h 23 _CRTIMP int __cdecl _cscanf_s_l(const char *_Format,_locale_t _Locale,...);
25 int __cdecl _cprintf_s_l (const char *_Format,_locale_t _Locale,...);
26 int __cdecl _vcprintf_s_l (const char *_Format,_locale_t _Locale,va_list _ArgList);
35 _CRTIMP int __cdecl _cwscanf_s_l(const wchar_t *_Format,_locale_t _Locale,...);
37 int __cdecl _cwprintf_s_l (const wchar_t *_Format,_locale_t _Locale,...);
38 int __cdecl _vcwprintf_s_l (const wchar_t *_Format,_locale_t _Locale,va_list _ArgList);
string_s.h 21 _CRTIMP errno_t __cdecl _strlwr_s_l(char *_Str,size_t _Size,_locale_t _Locale);
24 _CRTIMP errno_t __cdecl _strupr_s_l(char *_Str,size_t _Size,_locale_t _Locale);
27 _CRTIMP errno_t __cdecl _strncat_s_l(char *_Dst,size_t _DstSizeInChars,const char *_Src,size_t _MaxCount,_locale_t _Locale);
30 _CRTIMP errno_t __cdecl _strncpy_s_l(char *_Dst,size_t _DstSizeInChars,const char *_Src,size_t _MaxCount,_locale_t _Locale);
32 _CRTIMP char *__cdecl _strtok_s_l(char *_Str,const char *_Delim,char **_Context,_locale_t _Locale);
44 _CRTIMP errno_t __cdecl _wcslwr_s_l(wchar_t *_Str,size_t _SizeInWords,_locale_t _Locale);
46 _CRTIMP errno_t __cdecl _wcsupr_s_l(wchar_t *_Str,size_t _Size,_locale_t _Locale);
52 _CRTIMP errno_t __cdecl _wcsncat_s_l(wchar_t *_Dst,size_t _DstSizeInChars,const wchar_t *_Src,size_t _MaxCount,_locale_t _Locale);
54 _CRTIMP errno_t __cdecl _wcsncpy_s_l(wchar_t *_Dst,size_t _DstSizeInChars,const wchar_t *_Src,size_t _MaxCount,_locale_t _Locale);
55 _CRTIMP wchar_t *__cdecl _wcstok_s_l(wchar_t *_Str,const wchar_t *_Delim,wchar_t **_Context,_locale_t _Locale);
    [all...]
wchar_s.h 28 _CRTIMP int __cdecl _cwscanf_s_l(const wchar_t *_Format,_locale_t _Locale,...);
30 int __cdecl _cwprintf_s_l (const wchar_t *_Format,_locale_t _Locale,...);
31 int __cdecl _vcwprintf_s_l (const wchar_t *_Format,_locale_t _Locale,va_list _ArgList);
54 _CRTIMP int __cdecl _wprintf_s_l(const wchar_t *_Format,_locale_t _Locale,...);
55 _CRTIMP int __cdecl _vwprintf_s_l(const wchar_t *_Format,_locale_t _Locale,va_list _ArgList);
56 _CRTIMP int __cdecl _fwprintf_s_l(FILE *_File,const wchar_t *_Format,_locale_t _Locale,...);
57 _CRTIMP int __cdecl _vfwprintf_s_l(FILE *_File,const wchar_t *_Format,_locale_t _Locale,va_list _ArgList);
58 _CRTIMP int __cdecl _swprintf_s_l(wchar_t *_DstBuf,size_t _DstSize,const wchar_t *_Format,_locale_t _Locale,...);
59 _CRTIMP int __cdecl _vswprintf_s_l(wchar_t *_DstBuf,size_t _DstSize,const wchar_t *_Format,_locale_t _Locale,va_list _ArgList);
60 _CRTIMP int __cdecl _snwprintf_s_l(wchar_t *_DstBuf,size_t _DstSize,size_t _MaxCount,const wchar_t *_Format,_locale_t _Locale,...)
    [all...]
tchar_s.h 106 #define _wcstok_s_l(_String,_Delimiters,_Current_position,_Locale) (wcstok_s(_String,_Delimiters,_Current_position))
107 #define _wcsnset_s_l(_Destination,_Destination_size_chars,_Value,_Count,_Locale) (_wcsnset_s(_Destination,_Destination_size_chars,_Value,_Count))
108 #define _wcsset_s_l(_Destination,_Destination_size_chars,_Value,_Locale) (_wcsset_s(_Destination,_Destination_size_chars,_Value))
214 _CRTIMP char *__cdecl _tcsncat_s_l(char *_Dst,size_t _DstSizeInChars,const char *_Src,size_t _MaxCount,_locale_t _Locale);
216 _CRTIMP char *__cdecl _tcsncpy_s_l(char *_Dst,size_t _DstSizeInChars,const char *_Src,size_t _MaxCount,_locale_t _Locale);
218 _CRTIMP char *__cdecl _tcstok_s_l(char *_Str,const char *_Delim,char **_Context,_locale_t _Locale);
220 _CRTIMP errno_t __cdecl _tcsset_s_l(char *_Str,size_t _SizeInChars,unsigned int,_locale_t _Locale);
222 _CRTIMP char *__cdecl _tcsnccat_s_l(char *_Dst,size_t _DstSizeInChars,const char *_Src,size_t _MaxCount,_locale_t _Locale);
224 _CRTIMP char *__cdecl _tcsnccpy_s_l(char *_Dst,size_t _DstSizeInChars,const char *_Src,size_t _MaxCount,_locale_t _Locale);
226 _CRTIMP char *__cdecl _tcslwr_s_l(char *_Str,size_t _SizeInChars,_locale_t _Locale);
    [all...]
stdlib_s.h 23 _CRTIMP errno_t __cdecl _mbstowcs_s_l(size_t *_PtNumOfCharConverted,wchar_t *_DstBuf,size_t _SizeInWords,const char *_SrcBuf,size_t _MaxCount,_locale_t _Locale);
25 _CRTIMP errno_t __cdecl _wctomb_s_l(int *_SizeConverted,char *_MbCh,size_t _SizeInBytes,wchar_t _WCh,_locale_t _Locale);
27 _CRTIMP errno_t __cdecl _wcstombs_s_l(size_t *_PtNumOfCharConverted,char *_Dst,size_t _DstSizeInBytes,const wchar_t *_Src,size_t _MaxCountInBytes,_locale_t _Locale);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_locale.h 212 # define _Locale _STLP_NO_MEM_T_NAME(loc)
214 class locale : public _Locale {
223 locale(const locale& __loc) _STLP_NOTHROW : _Locale(__loc) {}
224 explicit locale(const char *__str) : _Locale(__str) {}
226 : _Locale(__loc, __str, __cat) {}
230 : _Locale(__f != 0 ? _copy_Nameless_Locale_impl(__loc._M_impl) : __loc._M_impl) {
238 locale(_Locale_impl* __impl) : _Locale(__impl) {}
239 locale(const _Locale& __loc) : _Locale(__loc) {}
244 : _Locale(__loc1, __loc2, __cat) {
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_locale.h 210 # define _Locale _STLP_NO_MEM_T_NAME(loc)
212 class locale : public _Locale {
221 locale(const locale& __loc) _STLP_NOTHROW : _Locale(__loc) {}
222 explicit locale(const char *__str) : _Locale(__str) {}
224 : _Locale(__loc, __str, __cat) {}
228 : _Locale(__f != 0 ? _copy_Nameless_Locale_impl(__loc._M_impl) : __loc._M_impl) {
236 locale(_Locale_impl* __impl) : _Locale(__impl) {}
237 locale(const _Locale& __loc) : _Locale(__loc) {}
242 : _Locale(__loc1, __loc2, __cat) {
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_locale.h 210 # define _Locale _STLP_NO_MEM_T_NAME(loc)
212 class locale : public _Locale {
221 locale(const locale& __loc) _STLP_NOTHROW : _Locale(__loc) {}
222 explicit locale(const char *__str) : _Locale(__str) {}
224 : _Locale(__loc, __str, __cat) {}
228 : _Locale(__f != 0 ? _copy_Nameless_Locale_impl(__loc._M_impl) : __loc._M_impl) {
236 locale(_Locale_impl* __impl) : _Locale(__impl) {}
237 locale(const _Locale& __loc) : _Locale(__loc) {}
242 : _Locale(__loc1, __loc2, __cat) {
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_locale.h 212 # define _Locale _STLP_NO_MEM_T_NAME(loc)
214 class locale : public _Locale {
223 locale(const locale& __loc) _STLP_NOTHROW : _Locale(__loc) {}
224 explicit locale(const char *__str) : _Locale(__str) {}
226 : _Locale(__loc, __str, __cat) {}
230 : _Locale(__f != 0 ? _copy_Nameless_Locale_impl(__loc._M_impl) : __loc._M_impl) {
238 locale(_Locale_impl* __impl) : _Locale(__impl) {}
239 locale(const _Locale& __loc) : _Locale(__loc) {}
244 : _Locale(__loc1, __loc2, __cat) {
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_locale.h 212 # define _Locale _STLP_NO_MEM_T_NAME(loc)
214 class locale : public _Locale {
223 locale(const locale& __loc) _STLP_NOTHROW : _Locale(__loc) {}
224 explicit locale(const char *__str) : _Locale(__str) {}
226 : _Locale(__loc, __str, __cat) {}
230 : _Locale(__f != 0 ? _copy_Nameless_Locale_impl(__loc._M_impl) : __loc._M_impl) {
238 locale(_Locale_impl* __impl) : _Locale(__impl) {}
239 locale(const _Locale& __loc) : _Locale(__loc) {}
244 : _Locale(__loc1, __loc2, __cat) {
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_locale.h 212 # define _Locale _STLP_NO_MEM_T_NAME(loc)
214 class locale : public _Locale {
223 locale(const locale& __loc) _STLP_NOTHROW : _Locale(__loc) {}
224 explicit locale(const char *__str) : _Locale(__str) {}
226 : _Locale(__loc, __str, __cat) {}
230 : _Locale(__f != 0 ? _copy_Nameless_Locale_impl(__loc._M_impl) : __loc._M_impl) {
238 locale(_Locale_impl* __impl) : _Locale(__impl) {}
239 locale(const _Locale& __loc) : _Locale(__loc) {}
244 : _Locale(__loc1, __loc2, __cat) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Setup.config 19 #_locale _localemodule.c # -lintl
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Setup.config 19 #_locale _localemodule.c # -lintl

Completed in 320 milliseconds

1 2 3 4