Searched refs:aes_set (Results 1 – 3 of 3) sorted by relevance
3851 aes->aes_set = 0; in archive_mstring_clean()3857 dest->aes_set = src->aes_set; in archive_mstring_copy()3871 if (aes->aes_set & AES_SET_UTF8) { in archive_mstring_get_utf8()3884 if ((aes->aes_set & AES_SET_WCS) != 0) { in archive_mstring_get_utf8()3894 aes->aes_set |= AES_SET_UTF8; in archive_mstring_get_utf8()3902 if ((aes->aes_set & AES_SET_MBS) == 0) { in archive_mstring_get_utf8()3906 if (aes->aes_set & AES_SET_MBS) { in archive_mstring_get_utf8()3915 aes->aes_set |= AES_SET_UTF8; in archive_mstring_get_utf8()3932 if (aes->aes_set & AES_SET_MBS) { in archive_mstring_get_mbs()3939 if (aes->aes_set & AES_SET_WCS) { in archive_mstring_get_mbs()[all …]
215 int aes_set; member
947 assertEqualInt(0, mstr.aes_set & AES_SET_MBS); in DEFINE_TEST()952 assertEqualInt(AES_SET_UTF8, mstr.aes_set & AES_SET_UTF8); in DEFINE_TEST()955 assertEqualInt(AES_SET_WCS, mstr.aes_set & AES_SET_WCS); in DEFINE_TEST()980 assertEqualInt(AES_SET_MBS | AES_SET_WCS | AES_SET_UTF8, mstr.aes_set); in DEFINE_TEST()1007 assertEqualInt(AES_SET_MBS | AES_SET_WCS | AES_SET_UTF8, mstr.aes_set); in DEFINE_TEST()