Home | History | Annotate | Download | only in intltest

Lines Matching refs:destCapacity

130                              UChar* dest, int32_t destCapacity,
181 if(b2Len < destCapacity){
200 UChar* dest, int32_t destCapacity,
228 u_strFromUTF32(dest,destCapacity,&destLen,(UChar32*)b2,b2Len,&status);
245 UChar* dest, int32_t destCapacity,
253 if((src == NULL) || (srcLength < -1) || (destCapacity<0) || (!dest && destCapacity > 0)){
341 if(b1Len <= destCapacity){
378 if(reqLength > destCapacity){
408 return u_terminateUChars(dest, destCapacity, reqLength, status);
414 UChar* dest, int32_t destCapacity,
422 if((src == NULL) || (srcLength < -1) || (destCapacity<0) || (!dest && destCapacity > 0)){
577 if(b2Len <= destCapacity) {
603 if(srcLength <= destCapacity){
627 if(dest && srcLength <= destCapacity){
637 return u_terminateUChars(dest, destCapacity, reqLength, status);
679 UChar* dest, int32_t destCapacity,
687 if((src == NULL) || (srcLength < -1) || (destCapacity<0) || (!dest && destCapacity > 0)){
752 if( tempLen< destCapacity){
760 if(reqLength < destCapacity){
801 if( tempLen< destCapacity){
809 if(reqLength < destCapacity){
829 return u_terminateUChars(dest, destCapacity, reqLength, status);
834 UChar* dest, int32_t destCapacity,
842 if((src == NULL) || (srcLength < -1) || (destCapacity<0) || (!dest && destCapacity > 0)){
906 if( tempLen< destCapacity){
913 if(reqLength < destCapacity){
958 if( tempLen< destCapacity){
966 if(reqLength < destCapacity){
985 return u_terminateUChars(dest, destCapacity, reqLength, status);