Home
last modified time | relevance | path

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

/third_party/icu/tools/unicode/py/
Dpreparseucd.py413 def AddBinaryProperty(short_name, long_name): function
538 AddBinaryProperty("Sensitive", "Case_Sensitive")
539 AddBinaryProperty("nfdinert", "NFD_Inert")
540 AddBinaryProperty("nfkdinert", "NFKD_Inert")
541 AddBinaryProperty("nfcinert", "NFC_Inert")
542 AddBinaryProperty("nfkcinert", "NFKC_Inert")
543 AddBinaryProperty("segstart", "Segment_Starter")
545 AddBinaryProperty("Emoji", "Emoji")
546 AddBinaryProperty("EPres", "Emoji_Presentation")
547 AddBinaryProperty("EMod", "Emoji_Modifier")
[all …]