Home
last modified time | relevance | path

Searched refs:ends_in_regular (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/layoutlib/rename_font/
H A Dbuild_font_single.py45 ends_in_regular = False variable in FontInfo
148 font.ends_in_regular = ends_in_regular(namerecord.text)
189 if font.style == 'Regular' and not font.ends_in_regular:
197 def ends_in_regular(string): function
H A Dbuild_font.py47 ends_in_regular = False variable in FontInfo
157 font.ends_in_regular = ends_in_regular(namerecord.text)
195 if font.style == 'Regular' and not font.ends_in_regular:
203 def ends_in_regular(string): function