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

  /external/chromium/third_party/icu/source/common/
uniset_props.cpp 57 #define SET_CLOSE ((UChar)0x005D) /*]*/
73 static const UChar POSIX_CLOSE[] = { COLON,SET_CLOSE,0 }; // ":]"
77 static const UChar HYPHEN_RIGHT_BRACE[] = {HYPHEN,SET_CLOSE,0}; /*-]*/
92 //static const UChar CATEGORY_CLOSE[] = {COLON, SET_CLOSE, 0x0000}; /* ":]" */
239 return pattern.charAt(pos)==COLON && pattern.charAt(pos+1)==SET_CLOSE;
    [all...]
uniset.cpp 31 #define SET_CLOSE ((UChar)0x005D) /*]*/
    [all...]
  /external/icu4c/common/
uniset_props.cpp 60 #define SET_CLOSE ((UChar)0x005D) /*]*/
76 static const UChar POSIX_CLOSE[] = { COLON,SET_CLOSE,0 }; // ":]"
80 static const UChar HYPHEN_RIGHT_BRACE[] = {HYPHEN,SET_CLOSE,0}; /*-]*/
95 //static const UChar CATEGORY_CLOSE[] = {COLON, SET_CLOSE, 0x0000}; /* ":]" */
304 return pattern.charAt(pos)==COLON && pattern.charAt(pos+1)==SET_CLOSE;
    [all...]
uniset.cpp 31 #define SET_CLOSE ((UChar)0x005D) /*]*/
    [all...]

Completed in 72 milliseconds