HomeSort by relevance Sort by last modified time
    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);
verifier_test.cpp 128 void SetLocale(const char*) { }
screen_ui.cpp 427 void ScreenRecoveryUI::SetLocale(const char* new_locale) {
recovery.cpp     [all...]
  /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 257 milliseconds