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

  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiapts.c 80 int32_t numUChars;
96 numUChars = ucnv_toUChars(cnv,
102 destSize = (numUChars+1) * sizeof(UChar) + sizeof(struct StringStruct);
106 ucnv_toUChars(cnv, dest->str, numUChars+1, src, -1, &status);
  /external/icu4c/test/cintltst/
cbiapts.c 84 int32_t numUChars;
100 numUChars = ucnv_toUChars(cnv,
106 destSize = (numUChars+1) * sizeof(UChar) + sizeof(struct StringStruct);
110 ucnv_toUChars(cnv, dest->str, numUChars+1, src, -1, &status);
    [all...]

Completed in 135 milliseconds