HomeSort by relevance Sort by last modified time
    Searched refs:PageId (Results 1 - 14 of 14) sorted by null

  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestPathHeader.java 39 import org.unicode.cldr.util.PathHeader.PageId;
82 private EnumSet<PageId> badZonePages = EnumSet.of(PageId.UnknownT);
147 Multimap<PathHeader.PageId, PathHeader.SectionId> pageUniqueness = TreeMultimap.create();
148 Multimap<String, Pair<PathHeader.SectionId, PathHeader.PageId>> headerUniqueness = TreeMultimap.create();
208 for (Entry<PageId, Collection<SectionId>> e : pageUniqueness.asMap().entrySet()) {
215 for (Entry<String, Collection<Pair<SectionId, PageId>>> e : headerUniqueness.asMap().entrySet()) {
216 Collection<Pair<SectionId, PageId>> values = e.getValue();
412 verifyContains(PageId.Duration, filePaths, "few", false);
413 verifyContains(PageId.C_NAmerica, filePaths, "many", false)
    [all...]
TestPaths.java 32 import org.unicode.cldr.util.PathHeader.PageId;
77 && ph.getPageId() != PageId.Alphabetic_Information) {
TestUtilities.java 29 import org.unicode.cldr.util.PathHeader.PageId;
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/tool/
FindWidths.java 14 import org.unicode.cldr.util.PathHeader.PageId;
54 PageId pageId = ph.getPageId();
56 if (pageId == PageId.Alphabetic_Information
77 PageId pageId = ph.getPageId();
79 if (pageId == PageId.Alphabetic_Information
ShowPathHeaderDescriptions.java 15 import org.unicode.cldr.util.PathHeader.PageId;
82 Multimap<PageId, String> pv = TreeMultimap.create();
85 Multimap<R2<SectionId, PageId>, String> spv = TreeMultimap.create();
87 Multimap<R2<PageId, String>, String> phv = TreeMultimap.create();
89 Multimap<R3<SectionId, PageId, String>, String> sphv = TreeMultimap.create();
90 Multimap<String, R3<SectionId, PageId, String>> valueToKey = TreeMultimap.create();
106 PageId pageId = pathHeader.getPageId();
116 pv.put(pageId, url);
119 spv.put(Row.of(sectionId, pageId), url)
    [all...]
ShowStarredCoverage.java 37 import org.unicode.cldr.util.PathHeader.PageId;
131 static final Set<PageId> MainDateTimePages = EnumSet.of(PageId.Fields, PageId.Gregorian, PageId.Generic);
138 PageId pageId = ph.getPageId();
139 String category = sectionId + "|" + pageId;
150 : pageId == PageId.Fields ? "relative
    [all...]
GenerateChangeChart.java 26 import org.unicode.cldr.util.PathHeader.PageId;
96 // final R4<SectionId, PageId, String, String> key = Row.of(ph.getSectionId(), ph.getPageId(), ph.getHeader(), locale);
131 PageId pageId = pathHeader.getPageId();
204 PageId pageId = pathHeader.getPageId();
212 .addCell(pageId)
260 PageId pageId = pathHeader.getPageId();
265 .addCell(pageId)
    [all...]
ChartDelta.java 39 import org.unicode.cldr.util.PathHeader.PageId;
65 private static final PageId DEBUG_PAGE_ID = PageId.DayPeriod;
450 if (ph.getPageId() == PageId.Unknown) {
    [all...]
GenerateSidewaysView.java 41 import org.unicode.cldr.util.PathHeader.PageId;
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
CLDRURLS.java 118 public final String forXpathHexId(String locale, PathHeader.PageId page, String hexid) {
128 public final String forXpathHexId(CLDRLocale locale, PathHeader.PageId page, String hexid) {
139 public final String forPage(String locale, PathHeader.PageId page) {
143 public final String forPage(CLDRLocale locale, PathHeader.PageId page) {
156 public final String forSpecial(Special special, CLDRLocale locale, PathHeader.PageId page, String hexid) {
PathHeader.java 105 private static EnumNames<PageId> PageIdNames = new EnumNames<PageId>();
106 private static Relation<SectionId, PageId> SectionIdToPageIds = Relation.of(new TreeMap<SectionId, Set<PageId>>(),
143 public enum PageId {
243 private PageId(SectionId sectionId, String... alternateNames) {
250 * Construct a pageId given a string
255 public static PageId forString(String name) {
259 throw new ICUException("No PageId for " + name, e);
283 private final PageId pageId
    [all...]
VettingViewer.java 37 import org.unicode.cldr.util.PathHeader.PageId;
558 // Relation<R2<SectionId, PageId>, WritingInfo> sorted = Relation.of(new TreeMap<R2<SectionId, PageId>,
711 // R2<SectionId, PageId> group = Row.of(pretty.getSectionId(), pretty.getPageId());
738 Relation<R2<SectionId, PageId>, WritingInfo> sorted = Relation.of(
739 new TreeMap<R2<SectionId, PageId>, Set<WritingInfo>>(), TreeSet.class);
770 public Relation<R2<SectionId, PageId>, WritingInfo> generateFileInfoReview(Appendable output, EnumSet<Choice> choices, String localeID, T user,
775 Relation<R2<SectionId, PageId>, WritingInfo> sorted = Relation.of(
776 new TreeMap<R2<SectionId, PageId>, Set<WritingInfo>>(), TreeSet.class);
810 Relation<R2<SectionId, PageId>, WritingInfo> sorted
    [all...]
VerifyCompactNumbers.java 22 import org.unicode.cldr.util.PathHeader.PageId;
271 + CLDR_CONFIG.urls().forPage(cldrFile.getLocaleID(), PageId.Compact_Decimal_Formatting)
272 + "'><em>" + PageId.Compact_Decimal_Formatting
  /external/v8/tools/
ll_prof.py 227 def PageId(address):
265 page_id = CodePage.PageId(code.start_address)
266 limit_id = CodePage.PageId(code.end_address + CodePage.SIZE - 1)
286 page_id = CodePage.PageId(code.start_address)
287 limit_id = CodePage.PageId(code.end_address + CodePage.SIZE - 1)
317 page_id = CodePage.PageId(pc)
    [all...]

Completed in 2655 milliseconds