Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCompactDecimalDataCache.java92 INSIDE_EMPTY, // Just inside single quote enumConstant
377 if (state == QuoteState.INSIDE_EMPTY) { in fixQuotes()
387 state = ch == '\'' ? QuoteState.INSIDE_EMPTY : QuoteState.OUTSIDE; in fixQuotes()
389 case INSIDE_EMPTY: in fixQuotes()
/external/icu/icu4c/source/i18n/
Dcompactdecimalformat.cpp52 INSIDE_EMPTY, enumerator
814 if (state == INSIDE_EMPTY) { in fixQuotes()
826 state = ch == u_apos ? INSIDE_EMPTY : OUTSIDE; in fixQuotes()
828 case INSIDE_EMPTY: in fixQuotes()