Searched refs:spanLength (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/
H A Dunisetspan.cpp193 makeSpanLengthByte(int32_t spanLength) { argument
195 return spanLength<0xfe ? (uint8_t)spanLength : (uint8_t)0xfe;
224 int32_t i, spanLength; local
231 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
232 if(spanLength<length16) { // Relevant string.
310 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
311 if(spanLength<length16) { // Relevant string.
315 spanLengths[i]=makeSpanLengthByte(spanLength);
318 spanLength
634 int32_t spanLength=spanSet.span(s, length, USET_SPAN_CONTAINED); local
798 int32_t spanLength=length-pos; local
956 int32_t spanLength=spanSet.spanUTF8((const char *)s, length, USET_SPAN_CONTAINED); local
1140 int32_t spanLength=length-pos; local
[all...]
/external/icu4c/test/intltest/
H A Dusettest.cpp2441 int32_t spanLength=containsSpanUTF16(set, s+matchLimit, length-matchLimit, local
2443 if((matchLimit+spanLength)>maxSpanLimit) {
2444 maxSpanLimit=matchLimit+spanLength;
2649 int32_t spanLength=containsSpanUTF8(set, s+matchLimit, length-matchLimit, local
2651 if((matchLimit+spanLength)>maxSpanLimit) {
2652 maxSpanLimit=matchLimit+spanLength;

Completed in 14 milliseconds