Searched refs:mLocale (Results 1 – 1 of 1) sorted by relevance
34 private Locale mLocale; field in AllCapsTransformationMethod37 mLocale = context.getResources().getConfiguration().locale; in AllCapsTransformationMethod()42 return source != null ? source.toString().toUpperCase(mLocale) : null; in getTransformation()