static L> ai_texts_verified_bothQuoted(S b) { new L> l; for (Pair p : ai_texts_verified_dollarXY("$X", b, "$Y")) if (isProperlyQuoted2(p.a) && isProperlyQuoted2(p.b)) l.add(pair(unquote(p.a), unquote(p.b))); ret l; }