Searched defs:next_acp (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/base/ime/win/
H A Dtsf_text_store_unittest.cc204 LONG next_acp; local
209 &next_acp));
215 EXPECT_EQ(expected_next_acp, next_acp);
223 LONG next_acp; local
228 &next_acp));
836 LONG next_acp; local
840 &next_acp));
H A Dtsf_text_store.cc232 LONG* next_acp) {
239 if (!next_acp)
266 *next_acp = acp_end;
224 GetText(LONG acp_start, LONG acp_end, wchar_t* text_buffer, ULONG text_buffer_size, ULONG* text_buffer_copied, TS_RUNINFO* run_info_buffer, ULONG run_info_buffer_size, ULONG* run_info_buffer_copied, LONG* next_acp) argument

Completed in 149 milliseconds