Lines Matching full:s16
230 const UChar *s16=string.getBuffer();
233 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
243 int32_t length8=getUTF8Length(s16, length16);
310 const UChar *s16=string.getBuffer();
312 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
320 spanLength=length16-spanSet.spanBack(s16, length16, USET_SPAN_CONTAINED);
329 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count);
354 U16_NEXT(s16, len, length16, c);
359 U16_PREV(s16, 0, len, c);
367 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count);
657 const UChar *s16=string.getBuffer();
664 U16_BACK_1(s16, 0, overlap); // Length of the string minus the last code point.
675 if(!offsets.containsOffset(inc) && matches16CPB(s, pos-overlap, length, s16, length16)) {
696 const UChar *s16=string.getBuffer();
715 matches16CPB(s, pos-overlap, length, s16, length16)
821 const UChar *s16=string.getBuffer();
829 U16_FWD_1(s16, len1, overlap);
841 if(!offsets.containsOffset(dec) && matches16CPB(s, pos-dec, length, s16, length16)) {
862 const UChar *s16=string.getBuffer();
881 matches16CPB(s, pos-dec, length, s16, length16)
1365 const UChar *s16=string.getBuffer();
1367 if(length16<=rest && matches16CPB(s, pos, length, s16, length16)) {
1408 const UChar *s16=string.getBuffer();
1410 if(length16<=pos && matches16CPB(s, pos-length16, length, s16, length16)) {