Searched refs:tempLen (Results 1 – 5 of 5) sorted by relevance
194 const int tempLen = 20; in TestFieldPosition_example() local207 int tempOffset = (tempLen <= (tempLen - pos.getEndIndex())) ? in TestFieldPosition_example()208 tempLen : (tempLen - pos.getEndIndex()); in TestFieldPosition_example()
97 const int32_t tempLen = 20; in test_FieldPosition_example() local98 char temp[tempLen]; in test_FieldPosition_example()106 for (int32_t j=0; j<tempLen; j++) temp[j] = '='; // clear with spaces in test_FieldPosition_example()107 int32_t tempOffset = (tempLen <= (tempLen - pos.getEndIndex())) ? in test_FieldPosition_example()108 tempLen : (tempLen - pos.getEndIndex()); in test_FieldPosition_example()
763 int32_t tempLen = (reqLength + b1Len ); in idnaref_IDNToASCII() local765 if( tempLen< destCapacity){ in idnaref_IDNToASCII()769 reqLength = tempLen; in idnaref_IDNToASCII()812 int32_t tempLen = (reqLength + b1Len ); in idnaref_IDNToASCII() local814 if( tempLen< destCapacity){ in idnaref_IDNToASCII()818 reqLength = tempLen; in idnaref_IDNToASCII()917 int32_t tempLen = (reqLength + b1Len ); in idnaref_IDNToUnicode() local919 if( tempLen< destCapacity){ in idnaref_IDNToUnicode()923 reqLength = tempLen; in idnaref_IDNToUnicode()969 int32_t tempLen = (reqLength + b1Len ); in idnaref_IDNToUnicode() local[all …]
1054 int tempLen = matchesAt(text, offset, trial); in matchesAt() local1055 if (lastLen > tempLen) break strings; in matchesAt()1056 lastLen = tempLen; in matchesAt()
1037 int tempLen = matchesAt(text, offset, trial); in matchesAt() local1038 if (lastLen > tempLen) break strings; in matchesAt()1039 lastLen = tempLen; in matchesAt()