Home | History | Annotate | Download | only in common

Lines Matching full:plength

1263                   char *dest, int32_t *pLength,
1271 if (pLength != NULL) {
1272 capacity = *pLength;
1283 if (pLength != NULL) {
1284 *pLength = 0;
1296 return u_strToUTF8(NULL, 0, pLength, s16, length16, status);
1319 return u_strToUTF8(dest, capacity, pLength, s16, length16, status);
1325 char *dest, int32_t *pLength,
1330 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status);
1647 char *dest, int32_t *pLength,
1652 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status);
2139 char *dest, int32_t *pLength,
2144 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status);