HomeSort by relevance Sort by last modified time
    Searched refs:SET_CLOSE (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/
uniset_props.cpp 59 #define SET_CLOSE ((UChar)0x005D) /*]*/
75 static const UChar POSIX_CLOSE[] = { COLON,SET_CLOSE,0 }; // ":]"
79 static const UChar HYPHEN_RIGHT_BRACE[] = {HYPHEN,SET_CLOSE,0}; /*-]*/
94 //static const UChar CATEGORY_CLOSE[] = {COLON, SET_CLOSE, 0x0000}; /* ":]" */
310 return pattern.charAt(pos)==COLON && pattern.charAt(pos+1)==SET_CLOSE;
    [all...]
uniset.cpp 35 #define SET_CLOSE ((UChar)0x005D) /*]*/
    [all...]

Completed in 98 milliseconds