Home | History | Annotate | Download | only in i18n

Lines Matching refs:c16

361                         UChar c16 = (UChar)escapedChar;
362 destLen += utext_replace(dest, destLen, destLen, &c16, 1, &status);
383 UChar c16 = (UChar)c;
384 destLen += utext_replace(dest, destLen, destLen, &c16, 1, &status);
397 UChar c16 = (UChar)c;
398 destLen += utext_replace(dest, destLen, destLen, &c16, 1, &status);