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

/frameworks/base/tools/layoutlib/rename_font/
H A Dbuild_font_single.py45 ends_in_regular = False variable in class:FontInfo
141 font.ends_in_regular = ends_in_regular(namerecord.text)
179 if font.style is 'Regular' and not font.ends_in_regular:
187 def ends_in_regular(string): function
H A Dbuild_font.py47 ends_in_regular = False variable in class:FontInfo
157 font.ends_in_regular = ends_in_regular(namerecord.text)
195 if font.style is 'Regular' and not font.ends_in_regular:
203 def ends_in_regular(string): function

Completed in 41 milliseconds