Searched refs:aes_set (Results 1 – 3 of 3) sorted by relevance
3913 aes->aes_set = 0; in archive_mstring_clean()3919 dest->aes_set = src->aes_set; in archive_mstring_copy()3933 if (aes->aes_set & AES_SET_UTF8) { in archive_mstring_get_utf8()3946 if ((aes->aes_set & AES_SET_WCS) != 0) { in archive_mstring_get_utf8()3956 aes->aes_set |= AES_SET_UTF8; in archive_mstring_get_utf8()3964 if ((aes->aes_set & AES_SET_MBS) == 0) { in archive_mstring_get_utf8()3968 if (aes->aes_set & AES_SET_MBS) { in archive_mstring_get_utf8()3977 aes->aes_set |= AES_SET_UTF8; in archive_mstring_get_utf8()3994 if (aes->aes_set & AES_SET_MBS) { in archive_mstring_get_mbs()4001 if (aes->aes_set & AES_SET_WCS) { in archive_mstring_get_mbs()[all …]
219 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()1017 assertEqualInt(AES_SET_MBS | AES_SET_WCS | AES_SET_UTF8, mstr.aes_set); in DEFINE_TEST()