Searched refs:INSIDE_EMPTY (Results 1 – 2 of 2) sorted by relevance
92 INSIDE_EMPTY, // Just inside single quote enumConstant377 if (state == QuoteState.INSIDE_EMPTY) { in fixQuotes()387 state = ch == '\'' ? QuoteState.INSIDE_EMPTY : QuoteState.OUTSIDE; in fixQuotes()389 case INSIDE_EMPTY: in fixQuotes()
52 INSIDE_EMPTY, enumerator814 if (state == INSIDE_EMPTY) { in fixQuotes()826 state = ch == u_apos ? INSIDE_EMPTY : OUTSIDE; in fixQuotes()828 case INSIDE_EMPTY: in fixQuotes()