Merge "Add missing ICU_Delegate methods."

This commit is contained in:
Deepanshu Gupta
2014-04-22 23:08:05 +00:00
committed by Gerrit Code Review

View File

@@ -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();
}
}