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

  /external/chromium/third_party/icu/source/common/
uniset_props.cpp 56 #define SET_OPEN ((UChar)0x005B) /*[*/
72 //static const UChar POSIX_OPEN[] = { SET_OPEN,COLON,0 }; // "[:"
234 return pattern.charAt(pos)==SET_OPEN && pattern.charAt(pos+1)==COLON;
    [all...]
uniset.cpp 30 #define SET_OPEN ((UChar)0x005B) /*[*/
    [all...]
  /external/icu4c/common/
uniset_props.cpp 59 #define SET_OPEN ((UChar)0x005B) /*[*/
75 //static const UChar POSIX_OPEN[] = { SET_OPEN,COLON,0 }; // "[:"
299 return pattern.charAt(pos)==SET_OPEN && pattern.charAt(pos+1)==COLON;
    [all...]
uniset.cpp 30 #define SET_OPEN ((UChar)0x005B) /*[*/
    [all...]

Completed in 281 milliseconds