Home | History | Annotate | Download | only in common

Lines Matching refs:SET_OPEN

58 #define SET_OPEN        ((UChar)0x005B) /*[*/
74 //static const UChar POSIX_OPEN[] = { SET_OPEN,COLON,0 }; // "[:"
307 return pattern.charAt(pos)==SET_OPEN && pattern.charAt(pos+1)==COLON;