Searched refs:removeParens (Results 1 – 2 of 2) sorted by relevance
345 name = removeParens(name, tempOutput); in load()347 name2 = removeParens(name2, tempOutput); in load()393 public static String removeParens(String name, Output<String> tempOutput) { in removeParens() method in Unlocode
59 static std::string removeParens(llvm::StringRef S) { in removeParens() function102 if (removeParens(Original).find_first_of("|?") != std::string::npos) in apply()