Searched defs:CLOSEBRACE (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
H A Dread.c27 #define CLOSEBRACE 0x007D macro
92 case CLOSEBRACE:
275 || c == CLOSEBRACE
312 if (c == OPENBRACE || c == CLOSEBRACE || c == COMMA || c == COLON) {
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
H A DXLIFF2ICUConverter.java127 private static final String CLOSEBRACE = "}"; field in class:XLIFF2ICUConverter
699 write(writer, name+COLON+STRINGS+ OPENBRACE + QUOTE + escapeSyntaxChars(val) + QUOTE+ CLOSEBRACE + LINESEP);
708 String line = ((name==null)? EMPTY: name)+COLON+ALIAS+ OPENBRACE+QUOTE+escapeSyntaxChars(val)+QUOTE+CLOSEBRACE;
724 String line = ((name==null)? EMPTY: name)+COLON+INTS+ OPENBRACE + val +CLOSEBRACE;
742 String line = ((name==null) ? EMPTY : name)+COLON+IMPORT+ OPENBRACE+QUOTE+external+QUOTE+CLOSEBRACE + ((bare==true) ? EMPTY : LINESEP);
745 String line = ((name==null) ? EMPTY : name)+COLON+BIN+ OPENBRACE+internal+CLOSEBRACE+ ((bare==true) ? EMPTY : LINESEP);
768 write(writer, CLOSEBRACE+LINESEP);
785 write(writer, CLOSEBRACE+LINESEP);
803 write(writer, CLOSEBRACE+LINESEP);

Completed in 153 milliseconds