Searched defs:CLOSE_BRACE (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Duniset.cpp40 #define CLOSE_BRACE ((UChar)125) /*}*/ macro
1922 case CLOSE_BRACE:
2053 result.append(CLOSE_BRACE);
H A Duniset_props.cpp68 #define CLOSE_BRACE ((UChar)125) /*}*/ macro
77 static const UChar PERL_CLOSE[] = { CLOSE_BRACE,0 }; // "}"
296 return pattern.charAt(pos)==CLOSE_BRACE;
/external/icu4c/common/
H A Duniset.cpp42 #define CLOSE_BRACE ((UChar)125) /*}*/ macro
1924 case CLOSE_BRACE:
2055 result.append(CLOSE_BRACE);
H A Duniset_props.cpp68 #define CLOSE_BRACE ((UChar)125) /*}*/ macro
77 //static const UChar PERL_CLOSE[] = { CLOSE_BRACE,0 }; // "}"
297 return pattern.charAt(pos)==CLOSE_BRACE;
1228 close = pattern.indexOf(CLOSE_BRACE, pos);

Completed in 139 milliseconds