Home | History | Annotate | Download | only in common

Lines Matching defs:s16

232         const UChar *s16=string.getBuffer();
235 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
245 int32_t length8=getUTF8Length(s16, length16);
312 const UChar *s16=string.getBuffer();
314 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
322 spanLength=length16-spanSet.spanBack(s16, length16, USET_SPAN_CONTAINED);
331 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count);
356 U16_NEXT(s16, len, length16, c);
361 U16_PREV(s16, 0, len, c);
369 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count);
659 const UChar *s16=string.getBuffer();
666 U16_BACK_1(s16, 0, overlap); // Length of the string minus the last code point.
677 if(!offsets.containsOffset(inc) && matches16CPB(s, pos-overlap, length, s16, length16)) {
698 const UChar *s16=string.getBuffer();
717 matches16CPB(s, pos-overlap, length, s16, length16)
823 const UChar *s16=string.getBuffer();
831 U16_FWD_1(s16, len1, overlap);
843 s16, length16)) {
864 const UChar *s16=string.getBuffer();
883 matches16CPB(s, pos-dec, length, s16, length16)
1367 const UChar *s16=string.getBuffer();
1369 if(length16<=rest && matches16CPB(s, pos, length, s16, length16)) {
1410 const UChar *s16=string.getBuffer();
1412 if(length16<=pos && matches16CPB(s, pos-length16, length, s16, length16)) {