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

  /external/icu4c/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}; /* ":]" */
312 return pattern.charAt(pos)==COLON && pattern.charAt(pos+1)==SET_CLOSE;
    [all...]
uniset.cpp 33 #define SET_CLOSE ((UChar)0x005D) /*]*/
    [all...]
  /external/chromium_org/third_party/icu/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}; /* ":]" */
311 return pattern.charAt(pos)==COLON && pattern.charAt(pos+1)==SET_CLOSE;
    [all...]
uniset.cpp 31 #define SET_CLOSE ((UChar)0x005D) /*]*/
    [all...]

Completed in 532 milliseconds