HomeSort by relevance Sort by last modified time
    Searched refs:SetLocale (Results 1 - 9 of 9) sorted by null

  /bootable/recovery/
screen_ui.h 32 void SetLocale(const char* locale);
ui.h 37 virtual void SetLocale(const char* locale) { }
screen_ui.cpp 384 void ScreenRecoveryUI::SetLocale(const char* new_locale) {
recovery.cpp     [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
web_test_delegate.h 163 virtual void SetLocale(const std::string& locale) = 0;
test_runner.cc     [all...]
  /external/chromium_org/content/shell/renderer/
webkit_test_runner.h 106 virtual void SetLocale(const std::string& locale) OVERRIDE;
webkit_test_runner.cc 492 void WebKitTestRunner::SetLocale(const std::string& locale) {
493 setlocale(LC_ALL, locale.c_str());
  /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 156 milliseconds