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

/external/icu4c/tools/genrb/
H A Dderb.c486 static const UChar closeStr[] = { 0x0022, 0x0020, 0x007D, 0x0020 }; /* "\" } " */ local
493 printString(out, converter, closeStr, (int32_t)(sizeof(closeStr) / sizeof(*closeStr)));
531 static const UChar closeStr[] = { 0x0022, 0x0020, 0x007D }; /* "\" }" */ local
535 printString(out, converter, closeStr, (int32_t)(sizeof(closeStr) / sizeof(*closeStr)));
538 static const UChar closeStr[] = { 0x0022, 0x002C }; /* "\"," */ local
542 printString(out, converter, closeStr, (int32_
557 static const UChar closeStr[] = { 0x0020, 0x007D }; /* " }" */ local
589 static const UChar closeStr[] = { 0x0020, 0x007D, 0x0020 }; /* " } " */ local
614 static const UChar closeStr[] = { 0x0020, 0x007D, 0x0020 }; /* " } " */ local
647 static const UChar closeStr[] = { 0x007D, '\\n' }; /* "}\\n" */ local
[all...]

Completed in 54 milliseconds