Searched refs:INSIDE_FULL (Results 1 – 2 of 2) sorted by relevance
93 INSIDE_FULL // Inside single quote along with characters enumConstant390 case INSIDE_FULL: in fixQuotes()391 state = ch == '\'' ? QuoteState.OUTSIDE : QuoteState.INSIDE_FULL; in fixQuotes()
53 INSIDE_FULL enumerator829 case INSIDE_FULL: in fixQuotes()830 state = ch == u_apos ? OUTSIDE : INSIDE_FULL; in fixQuotes()