Home | History | Annotate | Download | only in cintltst

Lines Matching defs:surrogate

1973     * a high surrogate in the last position of the Unicode intermediate buffer. Apparently no
1994 /* this happens when surrogate pair straddles the intermediate buffer in
3499 static const UChar surrogate[1]={ 0xd900 };
3516 length=ucnv_fromUChars(cnv, buffer, (int32_t)sizeof(buffer), surrogate, 1, &errorCode);
3531 length=ucnv_fromUChars(cnv, buffer, (int32_t)sizeof(buffer), surrogate, 1, &errorCode);