Searched refs:targetChars (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ducnv2022.c412 char *targetChars = (char *)*target; local
413 ucnv_fromUWriteBytes(cnv, bytes, length, &targetChars, targetLimit,
415 *target = (uint8_t*)targetChars;
/external/icu4c/common/
H A Ducnv2022.cpp418 char *targetChars = (char *)*target; local
419 ucnv_fromUWriteBytes(cnv, bytes, length, &targetChars, targetLimit,
421 *target = (uint8_t*)targetChars;

Completed in 62 milliseconds