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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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 55 struct __locale_t { struct
58 explicit __locale_t(size_t mb_cur_max) : mb_cur_max(mb_cur_max) { function in struct:__locale_t
61 explicit __locale_t(const __locale_t* other) { function in struct:__locale_t
69 DISALLOW_COPY_AND_ASSIGN(__locale_t);
136 return new __locale_t(l);
155 return new __locale_t(__is_utf8_locale(locale_name) ? 4 : 1);

Completed in 190 milliseconds