Home | History | Annotate | Download | only in common

Lines Matching defs:s16

1261 ures_toUTF8String(const UChar *s16, int32_t length16,
1295 return u_strToUTF8(NULL, 0, pLength, s16, length16, status);
1318 return u_strToUTF8(dest, capacity, pLength, s16, length16, status);
1328 const UChar *s16 = ures_getString(resB, &length16, status);
1329 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status);
1650 const UChar *s16 = ures_getStringByIndex(resB, idx, &length16, status);
1651 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status);
2027 const UChar *s16 = ures_getStringByKey(resB, key, &length16, status);
2028 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status);