Searched defs:closeStr (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
D | derb.cpp | 401 static const UChar closeStr[] = { 0x0022, 0x0020, 0x007D, 0x0020 }; /* "\" } " */ in printOutAlias() local 446 static const UChar closeStr[] = { 0x0022, 0x0020, 0x007D }; /* "\" }" */ in printOutBundle() local 453 static const UChar closeStr[] = { 0x0022, 0x002C }; /* "\"," */ in printOutBundle() local 472 static const UChar closeStr[] = { 0x0020, 0x007D }; /* " }" */ in printOutBundle() local 504 static const UChar closeStr[] = { 0x0020, 0x007D, 0x0020 }; /* " } " */ in printOutBundle() local 529 static const UChar closeStr[] = { 0x0020, 0x007D, 0x0020 }; /* " } " */ in printOutBundle() local 562 static const UChar closeStr[] = { 0x007D, '\n' }; /* "}\n" */ in printOutBundle() local
|