Home
last modified time | relevance | path

Searched refs:tempLen (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dpptest.cpp192 const int tempLen = 20; in TestFieldPosition_example() local
205 int tempOffset = (tempLen <= (tempLen - pos.getEndIndex())) ? in TestFieldPosition_example()
206 tempLen : (tempLen - pos.getEndIndex()); in TestFieldPosition_example()
Dtfsmalls.cpp96 const int32_t tempLen = 20; in test_FieldPosition_example() local
97 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()
Didnaref.cpp750 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
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java1052 int tempLen = matchesAt(text, offset, trial); in matchesAt() local
1053 if (lastLen > tempLen) break strings; in matchesAt()
1054 lastLen = tempLen; in matchesAt()