Lines Matching refs:UTF8Buf
859 struct UTF8Buf { struct
929 UTF8Buf *u8b = NULL; in utf8TextAccess()
979 UTF8Buf *altB = (UTF8Buf *)ut->q; in utf8TextAccess()
991 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()
1022 u8b = (UTF8Buf *)ut->p; // the current buffer in utf8TextAccess()
1046 UTF8Buf *altB = (UTF8Buf *)ut->q; in utf8TextAccess()
1058 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()
1086 u8b = (UTF8Buf *)ut->p; in utf8TextAccess()
1107 u8b = (UTF8Buf *)ut->q; in utf8TextAccess()
1139 u8b = (UTF8Buf *)ut->q; in utf8TextAccess()
1164 u8b = (UTF8Buf *)ut->q; in utf8TextAccess()
1185 UTF8Buf *u8b = (UTF8Buf *)ut->q; in utf8TextAccess()
1296 UTF8Buf *u8b = (UTF8Buf *)ut->q; in utf8TextAccess()
1515 UTF8Buf *u8b = (UTF8Buf *)ut->p; in utf8TextMapOffsetToNative()
1529 UTF8Buf *u8b = (UTF8Buf *)ut->p; in utf8TextMapIndexToUTF16()
1618 ut = utext_setup(ut, sizeof(UTF8Buf) * 2, status); in utext_openUTF8()
1632 ut->q = (char *)ut->pExtra + sizeof(UTF8Buf); in utext_openUTF8()