HomeSort by relevance Sort by last modified time
    Searched defs:__locale_t (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
xlocale.h 40 } *__locale_t; typedef in typeref:struct:__locale_struct
43 typedef __locale_t locale_t;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
xlocale.h 40 } *__locale_t; typedef in typeref:struct:__locale_struct
43 typedef __locale_t locale_t;
  /bionic/libc/bionic/
locale.cpp 39 struct __locale_t { struct
42 __locale_t(size_t mb_cur_max) : mb_cur_max(mb_cur_max) { function in struct:__locale_t
45 __locale_t(const __locale_t* other) { function in struct:__locale_t
53 DISALLOW_COPY_AND_ASSIGN(__locale_t);
118 return new __locale_t(l);
137 return new __locale_t(strstr(locale_name, "UTF-8") != NULL ? 4 : 1);

Completed in 170 milliseconds