am 53b7df19: Merge "Add missing ICU_Delegate methods."
* commit '53b7df19cf287ea48b2ce27ab9cd7ddbc3d04330': Add missing ICU_Delegate methods.
This commit is contained in:
@@ -247,4 +247,14 @@ public class ICU_Delegate {
|
||||
|
||||
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