Searched defs:closeStr (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/icu/source/tools/genrb/ |
D | derb.c | 486 static const UChar closeStr[] = { 0x0022, 0x0020, 0x007D, 0x0020 }; /* "\" } " */ in printOutAlias() local 531 static const UChar closeStr[] = { 0x0022, 0x0020, 0x007D }; /* "\" }" */ in printOutBundle() local 538 static const UChar closeStr[] = { 0x0022, 0x002C }; /* "\"," */ in printOutBundle() local 557 static const UChar closeStr[] = { 0x0020, 0x007D }; /* " }" */ in printOutBundle() local 589 static const UChar closeStr[] = { 0x0020, 0x007D, 0x0020 }; /* " } " */ in printOutBundle() local 614 static const UChar closeStr[] = { 0x0020, 0x007D, 0x0020 }; /* " } " */ in printOutBundle() local 647 static const UChar closeStr[] = { 0x007D, '\n' }; /* "}\n" */ in printOutBundle() local
|
/external/icu4c/tools/genrb/ |
D | derb.c | 486 static const UChar closeStr[] = { 0x0022, 0x0020, 0x007D, 0x0020 }; /* "\" } " */ in printOutAlias() local 531 static const UChar closeStr[] = { 0x0022, 0x0020, 0x007D }; /* "\" }" */ in printOutBundle() local 538 static const UChar closeStr[] = { 0x0022, 0x002C }; /* "\"," */ in printOutBundle() local 557 static const UChar closeStr[] = { 0x0020, 0x007D }; /* " }" */ in printOutBundle() local 589 static const UChar closeStr[] = { 0x0020, 0x007D, 0x0020 }; /* " } " */ in printOutBundle() local 614 static const UChar closeStr[] = { 0x0020, 0x007D, 0x0020 }; /* " } " */ in printOutBundle() local 647 static const UChar closeStr[] = { 0x007D, '\n' }; /* "}\n" */ in printOutBundle() local
|