Searched defs:char_pos (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/base/i18n/
H A Dchar_iterator.h42 int32 char_pos() const { return char_pos_; } function in class:base::i18n::UTF8CharIterator
89 int32 char_pos() const { return char_pos_; } function in class:base::i18n::UTF16CharIterator
/external/chromium_org/ui/gfx/
H A Dcanvas_skia.cc91 int char_pos = -1; local
93 *text = RemoveAcceleratorChar(*text, '&', &char_pos, &char_span);
94 if ((flags & Canvas::SHOW_PREFIX) && char_pos != -1)
95 return Range(char_pos, char_pos + char_span);
/external/lldb/source/Interpreter/
H A DOptions.cpp743 int char_pos,
759 cur_opt_std_str.erase(char_pos);
893 int char_pos,
914 std::string match_string(input.GetArgumentAtIndex (opt_arg_pos), input.GetArgumentAtIndex (opt_arg_pos) + char_pos);
738 HandleOptionCompletion( Args &input, OptionElementVector &opt_element_vector, int cursor_index, int char_pos, int match_start_point, int max_return_elements, bool &word_complete, lldb_private::StringList &matches ) argument
889 HandleOptionArgumentCompletion( Args &input, int cursor_index, int char_pos, OptionElementVector &opt_element_vector, int opt_element_index, int match_start_point, int max_return_elements, bool &word_complete, lldb_private::StringList &matches ) argument
/external/pdfium/core/src/fxge/apple/
H A Dfx_quartz_device.cpp911 const FXTEXT_CHARPOS* char_pos = pCharPos + i; local
916 if (char_pos->m_bGlyphAdjust) {
917 glphy_matrix.Concat(char_pos->m_AdjustMatrix[0],
918 char_pos->m_AdjustMatrix[1],
919 char_pos->m_AdjustMatrix[2],
920 char_pos->m_AdjustMatrix[3], 0, 0);
922 ret = CG_DrawGlypRun(1, char_pos, pFont, pCache, &glphy_matrix, pObject2Device, font_size, color, alpha_flag, pIccTransform);
/external/lldb/source/Commands/
H A DCommandObjectProcess.cpp464 int char_pos,
462 HandleOptionArgumentCompletion(Args &input, int cursor_index, int char_pos, OptionElementVector &opt_element_vector, int opt_element_index, int match_start_point, int max_return_elements, bool &word_complete, StringList &matches) argument

Completed in 133 milliseconds