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

  /external/chromium_org/ui/gfx/
utf16_indexing.cc 12 bool IsValidCodePointIndex(const base::string16& s, size_t index) {
22 // "IsValidCodePointIndex(s, i)".
27 delta += IsValidCodePointIndex(s, base++) ? 1 : 0;
29 delta -= IsValidCodePointIndex(s, pos++) ? 1 : 0;
43 offset -= IsValidCodePointIndex(s, pos++) ? 1 : 0;
45 offset += IsValidCodePointIndex(s, --pos) ? 1 : 0;
52 if (!IsValidCodePointIndex(s, pos))
utf16_indexing.h 15 GFX_EXPORT bool IsValidCodePointIndex(const base::string16& s, size_t index);
utf16_indexing_unittest.cc 17 EXPECT_EQ(i != the_invalid_index, IsValidCodePointIndex(s, i));
render_text_win.cc     [all...]
render_text.cc 802 IsValidCodePointIndex(text(), index));
    [all...]
render_text_harfbuzz.cc     [all...]

Completed in 300 milliseconds