* commit 'cf5c3fc70d4dcd5dc3c6054d0f7415ded0070e4f': Add missing ICU_Delegate methods.
This commit is contained in:
@@ -247,4 +247,14 @@ public class ICU_Delegate {
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@LayoutlibDelegate
|
||||||
|
/*package*/ static void setDefaultLocale(String locale) {
|
||||||
|
ICU.setDefaultLocale(locale);
|
||||||
|
}
|
||||||
|
|
||||||
|
@LayoutlibDelegate
|
||||||
|
/*package*/ static String getDefaultLocale() {
|
||||||
|
return ICU.getDefaultLocale();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user