Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcompactdecimalformat.cpp54 INSIDE_EMPTY, enumerator
836 if (state == INSIDE_EMPTY) { in fixQuotes()
848 state = ch == u_apos ? INSIDE_EMPTY : OUTSIDE; in fixQuotes()
850 case INSIDE_EMPTY: in fixQuotes()