Lines Matching refs:tempLen
750 int32_t tempLen = (reqLength + b1Len ); in idnaref_IDNToASCII() local
752 if( tempLen< destCapacity){ in idnaref_IDNToASCII()
756 reqLength = tempLen; in idnaref_IDNToASCII()
799 int32_t tempLen = (reqLength + b1Len ); in idnaref_IDNToASCII() local
801 if( tempLen< destCapacity){ in idnaref_IDNToASCII()
805 reqLength = tempLen; in idnaref_IDNToASCII()
904 int32_t tempLen = (reqLength + b1Len ); in idnaref_IDNToUnicode() local
906 if( tempLen< destCapacity){ in idnaref_IDNToUnicode()
910 reqLength = tempLen; in idnaref_IDNToUnicode()
956 int32_t tempLen = (reqLength + b1Len ); in idnaref_IDNToUnicode() local
958 if( tempLen< destCapacity){ in idnaref_IDNToUnicode()
962 reqLength = tempLen; in idnaref_IDNToUnicode()