Searched defs:char_pos (Results 1 – 6 of 6) sorted by relevance
40 char *random_string(int len, int char_pos) in random_string()63 int i, char_pos; in main() local
46 int32_t char_pos() const { return char_pos_; } in char_pos() function93 int32_t char_pos() const { return char_pos_; } in char_pos() function
289 const T len, T* char_pos, in UpdatePositivePosAndLenForUtf8()310 const T len, T* char_pos, in UpdateNegativePosAndLenForUtf8()
411 for (size_t char_pos = offset; char_pos < len; ++char_pos) { in TEST() local426 for (size_t char_pos = offset; char_pos < len; ++char_pos) { in TEST() local445 for (size_t char_pos = 0; char_pos < len; ++char_pos) { in TEST() local
465 std::vector<TextCharPos> char_pos = m_pEditEngine->GetDisplayPos(info); in RenderText() local
582 std::vector<TextCharPos> char_pos(1); in DrawString() local