Searched refs:LOCALE_SPAN_CONSTRUCTOR (Results 1 – 1 of 1) sorted by relevance
45 private static final Constructor<?> LOCALE_SPAN_CONSTRUCTOR; field in LocaleSpanCompatUtils49 LOCALE_SPAN_CONSTRUCTOR = CompatUtils.getConstructor(LOCALE_SPAN_TYPE, Locale.class);55 return (LOCALE_SPAN_CONSTRUCTOR != null && LOCALE_SPAN_GET_LOCALE != null); in isLocaleSpanAvailable()60 return CompatUtils.newInstance(LOCALE_SPAN_CONSTRUCTOR, locale); in newLocaleSpan()