Searched refs:tempLen (Results 1 – 4 of 4) sorted by relevance
192 const int tempLen = 20; in TestFieldPosition_example() local205 int tempOffset = (tempLen <= (tempLen - pos.getEndIndex())) ? in TestFieldPosition_example()206 tempLen : (tempLen - pos.getEndIndex()); in TestFieldPosition_example()
96 const int32_t tempLen = 20; in test_FieldPosition_example() local97 char temp[tempLen]; in test_FieldPosition_example()105 for (int32_t j=0; j<tempLen; j++) temp[j] = '='; // clear with spaces in test_FieldPosition_example()106 int32_t tempOffset = (tempLen <= (tempLen - pos.getEndIndex())) ? in test_FieldPosition_example()107 tempLen : (tempLen - pos.getEndIndex()); in test_FieldPosition_example()
750 int32_t tempLen = (reqLength + b1Len ); in idnaref_IDNToASCII() local752 if( tempLen< destCapacity){ in idnaref_IDNToASCII()756 reqLength = tempLen; in idnaref_IDNToASCII()799 int32_t tempLen = (reqLength + b1Len ); in idnaref_IDNToASCII() local801 if( tempLen< destCapacity){ in idnaref_IDNToASCII()805 reqLength = tempLen; in idnaref_IDNToASCII()904 int32_t tempLen = (reqLength + b1Len ); in idnaref_IDNToUnicode() local906 if( tempLen< destCapacity){ in idnaref_IDNToUnicode()910 reqLength = tempLen; in idnaref_IDNToUnicode()956 int32_t tempLen = (reqLength + b1Len ); in idnaref_IDNToUnicode() local[all …]
1052 int tempLen = matchesAt(text, offset, trial); in matchesAt() local1053 if (lastLen > tempLen) break strings; in matchesAt()1054 lastLen = tempLen; in matchesAt()