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

/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DDemo.java746 int nfdStyle = CLOSE_CASE | CLOSE_FLATTEN | CLOSE_CANONICAL;
878 static final int CLOSE_CASE = 1, CLOSE_FLATTEN = 2, CLOSE_CANONICAL = 4, CLOSE_COMPATIBILITY = 8; field in class:Demo
890 if ((options & CLOSE_CASE) != 0) {

Completed in 82 milliseconds