Home
last modified time | relevance | path

Searched refs:updateLocale (Results 1 – 8 of 8) sorted by relevance

/third_party/jsframework/runtime/main/page/entry/
Dbundle.ts37 import {updateDpi, updateLocale} from '../../app';
101 updateLocale(page.options.i18n);
/third_party/jsframework/runtime/main/app/
Dbundle.ts36 import { updateLocale, updateDpi } from './index';
119 updateLocale(page.options.i18n);
Dindex.ts213 export function updateLocale(i18nData: any): void { function
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBManagerGUI.java1126 void updateLocale(Locale l) { in updateLocale() method in RBManagerGUI
1128 jMenuBarMain.updateLocale(); in updateLocale()
1130 updateLocale(getContentPane(), l); in updateLocale()
1131 updateLocale(openFileChooser, l); in updateLocale()
1132 updateLocale(saveFileChooser, l); in updateLocale()
1145 static void updateLocale(Container c, Locale l) { in updateLocale() method in RBManagerGUI
1152 updateLocale((Container)comp[i],l); in updateLocale()
1162 updateLocale((Container)comp[i],l); in updateLocale()
1451 void updateLocale() { in updateLocale() method in RBManagerMenuBar
DPreferencesDialog.java265 gui.updateLocale(locale); in updatePreferences()
/third_party/node/deps/npm/node_modules/y18n/
Dindex.js168 Y18N.prototype.updateLocale = function (obj) { method in Y18N
DREADME.md94 ### y18n.updateLocale(obj)
/third_party/node/deps/npm/node_modules/yargs/
Dyargs.js960 self.updateStrings = self.updateLocale = function (obj) {
963 y18n.updateLocale(obj)