Home
last modified time | relevance | path

Searched refs:numUChars (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcbiapts.c93 int32_t numUChars; in toUChar() local
109 numUChars = ucnv_toUChars(cnv, in toUChar()
115 destSize = (numUChars+1) * sizeof(UChar) + sizeof(struct StringStruct); in toUChar()
119 ucnv_toUChars(cnv, dest->str, numUChars+1, src, -1, &status); in toUChar()