Searched defs:msgFormat (Results 1 – 4 of 4) sorted by relevance
201 MessageFormat msgFormat = new MessageFormat(context.getResources().getString(resId), in getIcuPluralsString() local218 MessageFormat msgFormat = new MessageFormat(context.getResources().getString(resId), in getIcuPluralsString() local
464 val msgFormat = MessageFormat( in <lambda>() constant
496 private static void failWithMsg(@NonNull String msgFormat, Object... args) { in failWithMsg()
8338 static void logCursor(String location, @Nullable String msgFormat, Object ... msgArgs) { in logCursor()