Home | History | Annotate | Download | only in common

Lines Matching defs:COLON

63 #define COLON           ((UChar)0x003A) /*:*/
75 //static const UChar POSIX_OPEN[] = { SET_OPEN,COLON,0 }; // "[:"
76 static const UChar POSIX_CLOSE[] = { COLON,SET_CLOSE,0 }; // ":]"
95 //static const UChar CATEGORY_CLOSE[] = {COLON, SET_CLOSE, 0x0000}; /* ":]" */
299 return pattern.charAt(pos)==SET_OPEN && pattern.charAt(pos+1)==COLON;
304 return pattern.charAt(pos)==COLON && pattern.charAt(pos+1)==SET_CLOSE;