Home | History | Annotate | Download | only in common

Lines Matching refs:s16

228         const UChar *s16=string.getBuffer();
231 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
241 int32_t length8=getUTF8Length(s16, length16);
308 const UChar *s16=string.getBuffer();
310 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
318 spanLength=length16-spanSet.spanBack(s16, length16, USET_SPAN_CONTAINED);
327 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count);
352 U16_NEXT(s16, len, length16, c);
357 U16_PREV(s16, 0, len, c);
365 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count);
655 const UChar *s16=string.getBuffer();
662 U16_BACK_1(s16, 0, overlap); // Length of the string minus the last code point.
673 if(!offsets.containsOffset(inc) && matches16CPB(s, pos-overlap, length, s16, length16)) {
694 const UChar *s16=string.getBuffer();
713 matches16CPB(s, pos-overlap, length, s16, length16)
819 const UChar *s16=string.getBuffer();
827 U16_FWD_1(s16, len1, overlap);
839 if(!offsets.containsOffset(dec) && matches16CPB(s, pos-dec, length, s16, length16)) {
860 const UChar *s16=string.getBuffer();
879 matches16CPB(s, pos-dec, length, s16, length16)
1363 const UChar *s16=string.getBuffer();
1365 if(length16<=rest && matches16CPB(s, pos, length, s16, length16)) {
1406 const UChar *s16=string.getBuffer();
1408 if(length16<=pos && matches16CPB(s, pos-length16, length, s16, length16)) {