Searched refs:fromLst (Results 1 – 1 of 1) sorted by relevance
192 String fromLst = StandardCodes.make().getData("language", code); in tryForBetter() local193 if (fromLst != null && !fromLst.equals(code)) { in tryForBetter()196 return fromLst; in tryForBetter()198 return superString + " [" + fromLst + "]"; in tryForBetter()200 return superString + " [<i>" + fromLst + "</i>]"; in tryForBetter()