Searched refs:legacy_mccs (Results 1 – 1 of 1) sorted by relevance
50 const struct mcc_ints { const int in; const char * out; } legacy_mccs[] = { in test() local60 for (int i=0; i < sizeof(legacy_mccs) / sizeof(struct mcc_ints); i++) { in test()61 if (decode(legacy_mccs[i].in).compare(legacy_mccs[i].out)) return 1; in test()