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

  /external/sfntly/cpp/src/test/
verify_name.cc 55 EXPECT_EQ(name->LanguageId(i), NAME_IDS[i].language_id());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits.h 210 virtual HRESULT WINAPI GetErrorDescription(DWORD LanguageId,LPWSTR *pErrorDescription) = 0;
211 virtual HRESULT WINAPI GetErrorContextDescription(DWORD LanguageId,LPWSTR *pContextDescription) = 0;
222 HRESULT (WINAPI *GetErrorDescription)(IBackgroundCopyError *This,DWORD LanguageId,LPWSTR *pErrorDescription);
223 HRESULT (WINAPI *GetErrorContextDescription)(IBackgroundCopyError *This,DWORD LanguageId,LPWSTR *pContextDescription);
236 #define IBackgroundCopyError_GetErrorDescription(This,LanguageId,pErrorDescription) (This)->lpVtbl->GetErrorDescription(This,LanguageId,pErrorDescription)
237 #define IBackgroundCopyError_GetErrorContextDescription(This,LanguageId,pContextDescription) (This)->lpVtbl->GetErrorContextDescription(This,LanguageId,pContextDescription)
245 HRESULT WINAPI IBackgroundCopyError_GetErrorDescription_Proxy(IBackgroundCopyError *This,DWORD LanguageId,LPWSTR *pErrorDescription);
247 HRESULT WINAPI IBackgroundCopyError_GetErrorContextDescription_Proxy(IBackgroundCopyError *This,DWORD LanguageId,LPWSTR *pContextDescription)
    [all...]
usb.h 343 USHORT LanguageId;
usbioctl.h 392 USHORT LanguageId;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
usbscan.h 78 IN USHORT LanguageId;
usbdlib.h 24 #define UsbBuildGetDescriptorRequest(urb, length, descriptorType, descriptorIndex, languageId, transferBuffer, transferBufferMDL, transferBufferLength, link) \
33 (urb)->UrbControlDescriptorRequest.LanguageId = (languageId); \
ntifs.h     [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
name_table.cc 253 container()->LanguageId(name_index_),
460 int32_t NameTable::LanguageId(int32_t index) {
517 LanguageId(index),
name_table.h 643 virtual int32_t LanguageId(int32_t index);
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 121 name_table->LanguageId(i),

Completed in 697 milliseconds