OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_locale_key
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r11/sources/android/support/src/locale/
uselocale.c
32
static pthread_key_t
s_locale_key
;
variable
35
pthread_key_create(&
s_locale_key
, NULL);
41
locale_t old_loc = pthread_getspecific(
s_locale_key
);
43
pthread_setspecific(
s_locale_key
, loc);
/prebuilts/ndk/r13/sources/android/support/src/locale/
uselocale.c
32
static pthread_key_t
s_locale_key
;
variable
35
pthread_key_create(&
s_locale_key
, NULL);
41
locale_t old_loc = pthread_getspecific(
s_locale_key
);
43
pthread_setspecific(
s_locale_key
, loc);
Completed in 56 milliseconds