• Home
  • Raw
  • Download

Lines Matching refs:reqLength

51     int32_t reqLength;  in u_strFromUTF32WithSub()  local
72 reqLength = 0; in u_strFromUTF32WithSub()
83 ++reqLength; in u_strFromUTF32WithSub()
104 ++reqLength; in u_strFromUTF32WithSub()
112 reqLength += 2; in u_strFromUTF32WithSub()
125 reqLength += (int32_t)(pDest - dest); in u_strFromUTF32WithSub()
127 *pDestLength = reqLength; in u_strFromUTF32WithSub()
134 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode); in u_strFromUTF32WithSub()
166 int32_t reqLength; in u_strToUTF32WithSub() local
187 reqLength = 0; in u_strToUTF32WithSub()
197 ++reqLength; in u_strToUTF32WithSub()
227 ++reqLength; in u_strToUTF32WithSub()
231 reqLength += (int32_t)(pDest - dest); in u_strToUTF32WithSub()
233 *pDestLength = reqLength; in u_strToUTF32WithSub()
240 u_terminateUChar32s(dest, destCapacity, reqLength, pErrorCode); in u_strToUTF32WithSub()
284 int32_t reqLength = 0; in u_strFromUTF8WithSub() local
339 reqLength++; in u_strFromUTF8WithSub()
352 ++reqLength; in u_strFromUTF8WithSub()
359 ++reqLength; in u_strFromUTF8WithSub()
364 ++reqLength; in u_strFromUTF8WithSub()
373 reqLength += U16_LENGTH(c); in u_strFromUTF8WithSub()
481 reqLength++; in u_strFromUTF8WithSub()
494 ++reqLength; in u_strFromUTF8WithSub()
502 ++reqLength; in u_strFromUTF8WithSub()
508 ++reqLength; in u_strFromUTF8WithSub()
517 reqLength += U16_LENGTH(c); in u_strFromUTF8WithSub()
523 reqLength+=(int32_t)(pDest - dest); in u_strFromUTF8WithSub()
530 *pDestLength = reqLength; in u_strFromUTF8WithSub()
534 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode); in u_strFromUTF8WithSub()
562 int32_t reqLength = 0; in u_strFromUTF8Lenient() local
616 reqLength = 1; in u_strFromUTF8Lenient()
637 ++reqLength; in u_strFromUTF8Lenient()
642 ++reqLength; in u_strFromUTF8Lenient()
648 ++reqLength; in u_strFromUTF8Lenient()
654 reqLength += 2; in u_strFromUTF8Lenient()
661 ++reqLength; in u_strFromUTF8Lenient()
758 reqLength+=(int32_t)(pDest - dest); in u_strFromUTF8Lenient()
761 *pDestLength = reqLength; in u_strFromUTF8Lenient()
765 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode); in u_strFromUTF8Lenient()
800 int32_t reqLength=0; in u_strToUTF8WithSub() local
831 reqLength = 1; in u_strToUTF8WithSub()
839 reqLength = 2; in u_strToUTF8WithSub()
848 reqLength = 3; in u_strToUTF8WithSub()
872 reqLength = length; in u_strToUTF8WithSub()
879 ++reqLength; in u_strToUTF8WithSub()
881 reqLength+=2; in u_strToUTF8WithSub()
883 reqLength+=3; in u_strToUTF8WithSub()
886 reqLength+=4; in u_strToUTF8WithSub()
888 reqLength+=U8_LENGTH(subchar); in u_strToUTF8WithSub()
974 reqLength = 1; in u_strToUTF8WithSub()
982 reqLength = 2; in u_strToUTF8WithSub()
991 reqLength = 3; in u_strToUTF8WithSub()
1014 reqLength = length; in u_strToUTF8WithSub()
1022 ++reqLength; in u_strToUTF8WithSub()
1024 reqLength+=2; in u_strToUTF8WithSub()
1026 reqLength+=3; in u_strToUTF8WithSub()
1029 reqLength+=4; in u_strToUTF8WithSub()
1031 reqLength+=U8_LENGTH(subchar); in u_strToUTF8WithSub()
1041 reqLength+=(int32_t)(pDest - (uint8_t *)dest); in u_strToUTF8WithSub()
1048 *pDestLength = reqLength; in u_strToUTF8WithSub()
1052 u_terminateChars(dest, destCapacity, reqLength, pErrorCode); in u_strToUTF8WithSub()
1096 int32_t reqLength = 0; in u_strFromJavaModifiedUTF8WithSub() local
1110 reqLength=(int32_t)(pDest - dest); in u_strFromJavaModifiedUTF8WithSub()
1112 *pDestLength = reqLength; in u_strFromJavaModifiedUTF8WithSub()
1116 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode); in u_strFromJavaModifiedUTF8WithSub()
1249 reqLength++; in u_strFromJavaModifiedUTF8WithSub()
1261 reqLength++; in u_strFromJavaModifiedUTF8WithSub()
1270 reqLength++; in u_strFromJavaModifiedUTF8WithSub()
1280 reqLength++; in u_strFromJavaModifiedUTF8WithSub()
1293 reqLength+=U16_LENGTH(ch); in u_strFromJavaModifiedUTF8WithSub()
1302 reqLength+=(int32_t)(pDest - dest); in u_strFromJavaModifiedUTF8WithSub()
1304 *pDestLength = reqLength; in u_strFromJavaModifiedUTF8WithSub()
1308 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode); in u_strFromJavaModifiedUTF8WithSub()
1320 int32_t reqLength=0; in u_strToJavaModifiedUTF8() local
1345 reqLength=(int32_t)(pDest - (uint8_t *)dest); in u_strToJavaModifiedUTF8()
1347 *pDestLength = reqLength; in u_strToJavaModifiedUTF8()
1351 u_terminateChars(dest, destCapacity, reqLength, pErrorCode); in u_strToJavaModifiedUTF8()
1410 reqLength = 1; in u_strToJavaModifiedUTF8()
1418 reqLength = 2; in u_strToJavaModifiedUTF8()
1427 reqLength = 3; in u_strToJavaModifiedUTF8()
1435 ++reqLength; in u_strToJavaModifiedUTF8()
1437 reqLength+=2; in u_strToJavaModifiedUTF8()
1439 reqLength+=3; in u_strToJavaModifiedUTF8()
1443 reqLength+=(int32_t)(pDest - (uint8_t *)dest); in u_strToJavaModifiedUTF8()
1445 *pDestLength = reqLength; in u_strToJavaModifiedUTF8()
1449 u_terminateChars(dest, destCapacity, reqLength, pErrorCode); in u_strToJavaModifiedUTF8()