Searched refs:kText3 (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/gfx/
H A Drender_text_unittest.cc874 const base::string16 kText3 = UTF8ToUTF16("ab" + kSurrogate + "cd"); local
904 { kText3, 0, 0, 1 },
905 { kText3, 1, 0, 2 },
906 { kText3, 2, 1, 4 },
907 { kText3, 3, 2, 4 },
908 { kText3, 4, 2, 5 },
909 { kText3, 5, 4, 6 },
910 { kText3, 6, 5, 6 },
911 { kText3, 7, 6, 6 },
912 { kText3, 5
[all...]

Completed in 51 milliseconds