Lines Matching refs:UTF8Buf
868 struct UTF8Buf { struct
938 UTF8Buf *u8b = NULL; in utf8TextAccess()
988 UTF8Buf *altB = (UTF8Buf *)ut->q; in utf8TextAccess()
1000 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()
1031 u8b = (UTF8Buf *)ut->p; // the current buffer in utf8TextAccess()
1055 UTF8Buf *altB = (UTF8Buf *)ut->q; in utf8TextAccess()
1067 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()
1095 u8b = (UTF8Buf *)ut->p; in utf8TextAccess()
1116 u8b = (UTF8Buf *)ut->q; in utf8TextAccess()
1148 u8b = (UTF8Buf *)ut->q; in utf8TextAccess()
1173 u8b = (UTF8Buf *)ut->q; in utf8TextAccess()
1194 UTF8Buf *u8b = (UTF8Buf *)ut->q; in utf8TextAccess()
1305 UTF8Buf *u8b = (UTF8Buf *)ut->q; in utf8TextAccess()
1524 UTF8Buf *u8b = (UTF8Buf *)ut->p; in utf8TextMapOffsetToNative()
1538 UTF8Buf *u8b = (UTF8Buf *)ut->p; in utf8TextMapIndexToUTF16()
1627 ut = utext_setup(ut, sizeof(UTF8Buf) * 2, status); in utext_openUTF8()
1641 ut->q = (char *)ut->pExtra + sizeof(UTF8Buf); in utext_openUTF8()