Home
last modified time | relevance | path

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

/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DDemo.java744 int nfdStyle = CLOSE_CASE | CLOSE_FLATTEN | CLOSE_CANONICAL; in genTestFile()
888 … static final int CLOSE_CASE = 1, CLOSE_FLATTEN = 2, CLOSE_CANONICAL = 4, CLOSE_COMPATIBILITY = 8; field in Demo
914 if ((options & CLOSE_CANONICAL) != 0) { in closeUnicodeSet()