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

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dunisetspan.cpp195 makeSpanLengthByte(int32_t spanLength) { argument
197 return spanLength<0xfe ? (uint8_t)spanLength : (uint8_t)0xfe;
226 int32_t i, spanLength; local
233 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
234 if(spanLength<length16) { // Relevant string.
312 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
313 if(spanLength<length16) { // Relevant string.
317 spanLengths[i]=makeSpanLengthByte(spanLength);
320 spanLength
636 int32_t spanLength=spanSet.span(s, length, USET_SPAN_CONTAINED); local
800 int32_t spanLength=length-pos; local
958 int32_t spanLength=spanSet.spanUTF8((const char *)s, length, USET_SPAN_CONTAINED); local
1142 int32_t spanLength=length-pos; local
[all...]
H A Dfilterednormalizer2.cpp63 int32_t spanLength=spanLimit-prevSpanLimit; local
65 if(spanLength!=0) {
66 dest.append(src, prevSpanLimit, spanLength);
70 if(spanLength!=0) {
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dusettest.cpp2489 int32_t spanLength=containsSpanUTF16(set, s+matchLimit, length-matchLimit, local
2491 if((matchLimit+spanLength)>maxSpanLimit) {
2492 maxSpanLimit=matchLimit+spanLength;
2688 int32_t spanLength=containsSpanUTF8(set, s+matchLimit, length-matchLimit, local
2690 if((matchLimit+spanLength)>maxSpanLimit) {
2691 maxSpanLimit=matchLimit+spanLength;

Completed in 77 milliseconds