/external/icu/icu4c/source/data/misc/ |
D | dayPeriods.txt | 197 noon{ 425 noon{ 911 noon{ 1148 noon{ 1547 noon{ 1571 noon{ 1595 noon{ 1619 noon{ 1643 noon{ 1667 noon{ [all …]
|
/external/fonttools/Tests/feaLib/data/ |
D | spec9b.fea | 4 @COMPONENT = [noon.final noon.initial]; 8 Attach noon.final 5; 9 Attach noon.initial 4;
|
/external/icu/icu4c/source/data/translit/ |
D | InterIndic_ur.txt | 13 \uE001 } $nonword→ں; # chandrabindu at end to noon ghunna 14 \uE001→ن; # chandrabindu not at end to noon 15 \uE002 } $nonword→ں; # anusvara to noon ghunna at end 16 \uE002→ن; # anusvara to noon \u0902
|
D | InterIndic_Arabic.txt | 14 \uE001 } $nonword→ن; # chandrabindu at end to noon 15 \uE001→ن; # chandrabindu not at end to noon 16 \uE002 } $nonword→ن; # anusvara to noon at end 17 \uE002→ن; # anusvara to noon \u0902
|
/external/icu/icu4c/source/data/locales/ |
D | ro_MD.txt | 75 noon{"amiază"} 83 noon{"amiază"} 95 noon{"amiază"}
|
D | fa_AF.txt | 55 noon{"ظهر"} 63 noon{"ظ"} 71 noon{"ظهر"}
|
D | az_Cyrl.txt | 252 noon{"ҝүнорта"} 262 noon{"ҝ"} 272 noon{"ҝүнорта"} 284 noon{"ҝүнорта"} 294 noon{"ҝүнорта"} 305 noon{"ҝүнорта"}
|
D | en_AU.txt | 143 noon{"midday"} 151 noon{"midday"} 159 noon{"midday"} 164 noon{"midday"} 167 noon{"midday"} 170 noon{"midday"}
|
D | fr_SN.txt | 15 noon{"midi"} 23 noon{"midi"}
|
D | sr_Cyrl_XK.txt | 47 noon{"подне"} 55 noon{"подне"}
|
D | sr_Cyrl_ME.txt | 85 noon{"подне"} 93 noon{"подне"}
|
D | sr_Latn_XK.txt | 47 noon{"podne"} 55 noon{"podne"}
|
D | ar_XB.txt | 184 noon{"noon"} 192 noon{"noon"} 203 noon{"noon"} 213 noon{"noon"}
|
D | sr_Cyrl_BA.txt | 88 noon{"подне"} 96 noon{"подне"}
|
D | sr_Latn_ME.txt | 85 noon{"podne"} 93 noon{"podne"}
|
D | uz_Cyrl.txt | 444 noon{"туш пайти"} 452 noon{"туш пайти"} 460 noon{"туш пайти"} 471 noon{"туш пайти"} 481 noon{"туш пайти"} 491 noon{"туш пайти"}
|
D | es_DO.txt | 78 noon{"mediodía"} 88 noon{"m."}
|
D | es_AR.txt | 68 noon{"mediodía"} 75 noon{"mediodía"} 85 noon{"m."}
|
D | sr_Latn_BA.txt | 88 noon{"podne"} 96 noon{"podne"}
|
D | en_001.txt | 211 noon{"noon"} 214 noon{"n"} 217 noon{"noon"}
|
D | km.txt | 507 noon{"ថ្ងៃត្រង់"} 515 noon{"ថ្ងៃត្រង់"} 523 noon{"ថ្ងៃត្រង់"} 534 noon{"ថ្ងៃត្រង់"} 544 noon{"ថ្ងៃត្រង់"} 554 noon{"ថ្ងៃត្រង់"}
|
D | my.txt | 534 noon{"မွန်းတည့်"} 542 noon{"မွန်းတည့်"} 550 noon{"မွန်းတည့်"} 561 noon{"မွန်းတည့်"} 571 noon{"မွန်းတည့်"} 581 noon{"မွန်းတည့်"}
|
D | fr_RE.txt | 22 noon{"midi"}
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestCheckCLDR.java | 389 { Type.format, DayPeriod.noon, Type.format, DayPeriod.noon, Subtype.none }, in TestCheckDates() 399 { Type.selection, DayPeriod.noon, Type.selection, DayPeriod.noon, Subtype.none }, in TestCheckDates() 404 { Type.format, DayPeriod.am, Type.format, DayPeriod.noon, Subtype.dateSymbolCollision }, in TestCheckDates() 406 { Type.format, DayPeriod.pm, Type.format, DayPeriod.noon, Subtype.dateSymbolCollision }, in TestCheckDates() 408 … { Type.format, DayPeriod.noon, Type.format, DayPeriod.midnight, Subtype.dateSymbolCollision }, in TestCheckDates() 411 … { Type.selection, DayPeriod.am, Type.selection, DayPeriod.noon, Subtype.dateSymbolCollision }, in TestCheckDates() 413 … { Type.selection, DayPeriod.pm, Type.selection, DayPeriod.noon, Subtype.dateSymbolCollision }, in TestCheckDates() 415 …{ Type.selection, DayPeriod.noon, Type.selection, DayPeriod.midnight, Subtype.dateSymbolCollision … in TestCheckDates()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | DayPeriodConverter.java | 236 boolean hasNoon = nm != null && nm.noon != null; in generateFormat() 243 allData.put(ulocale, 12 * DayPeriodInfo.HOUR, DayPeriodInfo.DayPeriod.noon); in generateFormat() 347 if (dayPeriod == DayPeriodInfo.DayPeriod.noon) { in getNativeName() 348 return CldrUtility.ifNull(nm.noon, "missing-" + dayPeriod); in getNativeName() 403 noon = CldrUtility.ifEqual(items.get(2), "N/A", null); in NoonMidnight() 407 final String noon; field in DayPeriodConverter.NoonMidnight 416 return locale + ", " + noon + ", " + midnight; in toString()
|