Searched refs:ParseOneProperty (Results 1 – 1 of 1) sorted by relevance
/third_party/icu/tools/unicode/py/ |
D | preparseucd.py | 816 def ParseOneProperty(in_file, pname): function 828 def ParseBidiMirroring(in_file): ParseOneProperty(in_file, "bmg") 829 def ParseDerivedAge(in_file): ParseOneProperty(in_file, "age") 830 def ParseDerivedBidiClass(in_file): ParseOneProperty(in_file, "bc") 831 def ParseDerivedJoiningGroup(in_file): ParseOneProperty(in_file, "jg") 832 def ParseDerivedJoiningType(in_file): ParseOneProperty(in_file, "jt") 833 def ParseEastAsianWidth(in_file): ParseOneProperty(in_file, "ea") 834 def ParseGraphemeBreakProperty(in_file): ParseOneProperty(in_file, "GCB") 835 def ParseIndicPositionalCategory(in_file): ParseOneProperty(in_file, "InPC") 836 def ParseIndicSyllabicCategory(in_file): ParseOneProperty(in_file, "InSC") [all …]
|