Searched refs:ucnv_cbToUWriteUChars (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/common/unicode/
H A Ducnv_cb.h141 U_STABLE void U_EXPORT2 ucnv_cbToUWriteUChars (UConverterToUnicodeArgs *args,
154 * @see ucnv_cbToUWriteUChars
H A Durename.h603 #define ucnv_cbToUWriteUChars U_ICU_ENTRY_POINT_RENAME(ucnv_cbToUWriteUChars) macro
/external/icu/icu4c/source/common/
H A Ducnv_cb.c226 ucnv_cbToUWriteUChars (UConverterToUnicodeArgs *args, function
253 ucnv_cbToUWriteUChars(args, &kSubstituteChar1, 1, offsetIndex, err);
255 ucnv_cbToUWriteUChars(args, &kSubstituteChar, 1, offsetIndex, err);
H A Ducnv_err.c476 ucnv_cbToUWriteUChars(toArgs, uniValueString, valueStringLength, 0, err);
/external/icu/icu4c/source/test/cintltst/
H A Dnccbtst.c3385 ucnv_cbToUWriteUChars(NULL, NULL, -1, -1, &status);
3387 log_err("Error: ucnv_cbToUWriteUChars did not react correctly to a bad UErrorCode\n");

Completed in 134 milliseconds