Searched refs:alpha2_x (Results 1 – 1 of 1) sorted by relevance
411 static bool alpha2_equal(const char *alpha2_x, const char *alpha2_y) in alpha2_equal() argument413 if (!alpha2_x || !alpha2_y) in alpha2_equal()415 return alpha2_x[0] == alpha2_y[0] && alpha2_x[1] == alpha2_y[1]; in alpha2_equal()