Searched refs:mncs (Results 1 – 1 of 1) sorted by relevance
108 const struct mnc_strings { const char * in; const char * out; } mncs[] = { in test() local125 for (int i=0; i< sizeof(mncs) / sizeof(struct mnc_strings); i++) { in test()126 if (decode(encode(mncs[i].in)).compare(mncs[i].out)) return 1; in test()