Lines Matching refs:configs
55 configs = {};
61 configs = configMap;
167 if (configs.count("script") > 0) {
168 script = configs["script"];
170 if (configs.count("region") > 0) {
171 region = configs["region"];
173 if (configs.count("hourCycle") > 0) {
174 hourCycle = configs["hourCycle"];
176 if (configs.count("numberingSystem") > 0) {
177 numberingSystem = configs["numberingSystem"];
179 if (configs.count("calendar") > 0) {
180 calendar = configs["calendar"];
182 if (configs.count("collation") > 0) {
183 collation = configs["collation"];
185 if (configs.count("caseFirst") > 0) {
186 caseFirst = configs["caseFirst"];
188 if (configs.count("numeric") > 0) {
189 numeric = configs["numeric"];