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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
textstor.h 110 LONG acpStart;
119 LONG acpStart;
176 LONG acpStart,
230 LONG acpStart,
262 #define ITextStoreACPSink_OnAttrsChange(This,acpStart,acpEnd,cAttrs,paAttrs) (This)->lpVtbl->OnAttrsChange(This,acpStart,acpEnd,cAttrs,paAttrs)
290 static FORCEINLINE HRESULT ITextStoreACPSink_OnAttrsChange(ITextStoreACPSink* This,LONG acpStart,LONG acpEnd,ULONG cAttrs,const TS_ATTRID *paAttrs) {
291 return This->lpVtbl->OnAttrsChange(This,acpStart,acpEnd,cAttrs,paAttrs);
342 LONG acpStart,
420 LONG acpStart,
    [all...]
msctf.h     [all...]
  /external/chromium_org/win8/metro_driver/ime/
text_store.cc 220 selection_buffer[0].acpStart = selection_start_;
424 text_change->acpStart = start_pos;
568 textChange.acpStart = 0;
625 const LONG start_pos = selection_buffer[0].acpStart;
653 selection.acpStart = acp_start;
836 textChange.acpStart = 0;
873 textChange.acpStart = 0;

Completed in 643 milliseconds