Home | History | Annotate | Download | only in intltest

Lines Matching refs:IN_BSLASH

792     enum StateType {START, IN_NUM, IN_VAR_FIRST, IN_VAR, IN_QUOTE, IN_QUOTE_BSLASH, IN_BSLASH, IN_STRING, DONE};
855 case '\\' : state = IN_BSLASH; break;
895 state = IN_BSLASH;
912 case IN_BSLASH:
921 if (state == IN_BSLASH){
926 break;//IN_BSLASH