Searched defs:getIcuPluralsString (Results 1 – 3 of 3) sorted by relevance
40 public static String getIcuPluralsString(@NonNull Context context, @StringRes int stringResId, in getIcuPluralsString() method in StringUtils
428 private fun getIcuPluralsString(name: String, count: Int, vararg formatArgs: Any): String { in getAlertString() method
1214 private String getIcuPluralsString(String name, int count, Object... formatArgs) { in getIcuPluralsString() method in SafetyCenterDataFactory