Lines Matching refs:hourCycle
51 hourCycle = "";
112 if (!hourCycle.empty() || !numberingSystem.empty() || !calendar.empty() || !collation.empty() ||
116 if (!hourCycle.empty()) {
117 finalLocaleTag += hourCycleTag + hourCycle;
140 hourCycle = localeTag.substr(localeTag.find(hourCycleTag) + CONFIG_TAG_LEN);
141 hourCycle = hourCycle.substr(0, hourCycle.find(flag));
173 if (configs.count("hourCycle") > 0) {
174 hourCycle = configs["hourCycle"];
227 return hourCycle;