Lines Matching refs:tempLen
752 int32_t tempLen = (reqLength + b1Len ); in idnaref_IDNToASCII() local
754 if( tempLen< destCapacity){ in idnaref_IDNToASCII()
758 reqLength = tempLen; in idnaref_IDNToASCII()
801 int32_t tempLen = (reqLength + b1Len ); in idnaref_IDNToASCII() local
803 if( tempLen< destCapacity){ in idnaref_IDNToASCII()
807 reqLength = tempLen; in idnaref_IDNToASCII()
906 int32_t tempLen = (reqLength + b1Len ); in idnaref_IDNToUnicode() local
908 if( tempLen< destCapacity){ in idnaref_IDNToUnicode()
912 reqLength = tempLen; in idnaref_IDNToUnicode()
958 int32_t tempLen = (reqLength + b1Len ); in idnaref_IDNToUnicode() local
960 if( tempLen< destCapacity){ in idnaref_IDNToUnicode()
964 reqLength = tempLen; in idnaref_IDNToUnicode()