Home
last modified time | relevance | path

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

/art/test/092-locale/src/
DMain.java126 res = Normalizer.normalize(composed, Normalizer.Form.NFD); in testNormalizer()
132 res = Normalizer.normalize(decomposed, Normalizer.Form.NFC); in testNormalizer()
/art/compiler/dwarf/
Ddebug_info_entry_writer.h207 void AddAbbrevAttribute(Attribute name, Form type) { in AddAbbrevAttribute()
Ddwarf_constants.h233 enum Form : uint8_t { enum