Home
last modified time | relevance | path

Searched defs:tag_ranges (Results 1 – 4 of 4) sorted by relevance

/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/generated/
Dgenerated_ltag.rs78 pub fn tag_ranges(&self) -> &'a [FTStringRange] { in tag_ranges() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/generated/
Dgenerated_ltag.rs78 pub fn tag_ranges(&self) -> &'a [FTStringRange] { in tag_ranges() method
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_colorizer.py438 def _assert_highlighting(self, source, tag_ranges): argument
/external/python/cpython3/Lib/tkinter/
D__init__.py4122 def tag_ranges(self, tagName): member in Text