OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetLocale
(Results
1 - 6
of
6
) sorted by null
/bootable/recovery/
ui.h
37
virtual void
SetLocale
(const char* locale) = 0;
screen_ui.h
33
void
SetLocale
(const char* locale);
screen_ui.cpp
524
void ScreenRecoveryUI::
SetLocale
(const char* new_locale) {
recovery.cpp
[
all
...]
/bootable/recovery/tests/component/
verifier_test.cpp
47
void
SetLocale
(const char*) { }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mlang.h
317
virtual HRESULT WINAPI
SetLocale
(__LONG32 lDestPos,__LONG32 lDestLen,LCID locale) = 0;
336
HRESULT (WINAPI *
SetLocale
)(IMLangStringWStr *This,__LONG32 lDestPos,__LONG32 lDestLen,LCID locale);
357
#define IMLangStringWStr_SetLocale(This,lDestPos,lDestLen,locale) (This)->lpVtbl->
SetLocale
(This,lDestPos,lDestLen,locale)
391
virtual HRESULT WINAPI
SetLocale
(__LONG32 lDestPos,__LONG32 lDestLen,LCID locale) = 0;
410
HRESULT (WINAPI *
SetLocale
)(IMLangStringAStr *This,__LONG32 lDestPos,__LONG32 lDestLen,LCID locale);
431
#define IMLangStringAStr_SetLocale(This,lDestPos,lDestLen,locale) (This)->lpVtbl->
SetLocale
(This,lDestPos,lDestLen,locale)
[
all
...]
Completed in 185 milliseconds