HomeSort by relevance Sort by last modified time
    Searched refs:closeStr (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/tools/genrb/
derb.c 428 static const UChar closeStr[] = { 0x0022, 0x0020, 0x007D, 0x0020 }; /* "\" } " */
435 printString(out, converter, closeStr, (int32_t)(sizeof(closeStr) / sizeof(*closeStr)));
473 static const UChar closeStr[] = { 0x0022, 0x0020, 0x007D }; /* "\" }" */
477 printString(out, converter, closeStr, (int32_t)(sizeof(closeStr) / sizeof(*closeStr)));
480 static const UChar closeStr[] = { 0x0022, 0x002C }; /* "\"," */
484 printString(out, converter, closeStr, (int32_t)(sizeof(closeStr) / sizeof(*closeStr)))
    [all...]
  /external/icu/icu4c/source/tools/genrb/
derb.c 428 static const UChar closeStr[] = { 0x0022, 0x0020, 0x007D, 0x0020 }; /* "\" } " */
435 printString(out, converter, closeStr, (int32_t)(sizeof(closeStr) / sizeof(*closeStr)));
473 static const UChar closeStr[] = { 0x0022, 0x0020, 0x007D }; /* "\" }" */
477 printString(out, converter, closeStr, (int32_t)(sizeof(closeStr) / sizeof(*closeStr)));
480 static const UChar closeStr[] = { 0x0022, 0x002C }; /* "\"," */
484 printString(out, converter, closeStr, (int32_t)(sizeof(closeStr) / sizeof(*closeStr)))
    [all...]

Completed in 262 milliseconds