HomeSort by relevance Sort by last modified time
    Searched defs:RBRACE (Results 1 - 5 of 5) sorted by null

  /external/icu4c/i18n/
esctrn.cpp 28 static const UChar RBRACE[] = {125,0}; // "}"
58 return new EscapeTransliterator(ID, UnicodeString(TRUE, PERLPRE, 3), UnicodeString(RBRACE[0]), 16, 1, TRUE, NULL);
  /external/openssh/openbsd-compat/
glob.c 95 #define RBRACE '}'
228 if (pattern[0] == LBRACE && pattern[1] == RBRACE && pattern[2] == EOS)
267 * Ignore and just look for RBRACE
273 else if (*pe == RBRACE) {
292 * Ignore and just look for RBRACE
302 case RBRACE:
  /external/icu4c/test/intltest/
wbnf.cpp 784 enum TokenType {STRING, VAR, NUMBER, STREAM_END, ERROR, QUESTION, STAR, PLUS, LBRACE, RBRACE, LPAR, RPAR, SEMI, EQ, COMMA, BAR, AT, WAVE, PERCENT};
834 case '}' : tokenType = RBRACE; break;
1005 if (token == RBRACE){
1006 match(RBRACE);
1011 if (token == RBRACE){
1012 match(RBRACE);
1019 if (!match(RBRACE)) {
    [all...]