Home | History | Annotate | Download | only in common

Lines Matching full:s16

1175 ures_toUTF8String(const UChar *s16, int32_t length16,
1209 return u_strToUTF8(NULL, 0, pLength, s16, length16, status);
1232 return u_strToUTF8(dest, capacity, pLength, s16, length16, status);
1242 const UChar *s16 = ures_getString(resB, &length16, status);
1243 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status);
1564 const UChar *s16 = ures_getStringByIndex(resB, idx, &length16, status);
1565 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status);
1936 const UChar *s16 = ures_getStringByKey(resB, key, &length16, status);
1937 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status);