static L> ai_texts_xy_unquoteBoth(S a, S b, S c) { new L> l; for (Pair p : ai_texts_dollarXY(a, b, c)) l.add(pair(unquote(p.a), unquote(p.b))); ret l; }