Searched refs:buildMap (Results 1 – 3 of 3) sorted by relevance
1460 Map<Integer, Byte> buildMap = new HashMap<>();1462 buildMap.put(entry[0], (byte) entry[1]); in buildMap.put()1464 LIKELY_SCRIPTS = Collections.unmodifiableMap(buildMap);2218 Map<Integer, Integer> buildMap = new HashMap<>();2220 buildMap.put(entry[0], entry[1]); in buildMap.put()2222 ARAB_PARENTS = Collections.unmodifiableMap(buildMap);2232 Map<Integer, Integer> buildMap = new HashMap<>();2234 buildMap.put(entry[0], entry[1]); in buildMap.put()2236 HANT_PARENTS = Collections.unmodifiableMap(buildMap);2369 Map<Integer, Integer> buildMap = new HashMap<>();[all …]
2596 buildMap(TIFFRGBAImage* img) in buildMap() function2677 if (img->samplesperpixel >=4 && buildMap(img)) { in PickContigCase()2687 if (buildMap(img)) { in PickContigCase()2706 if (buildMap(img)) { in PickContigCase()2773 if (img->samplesperpixel == 3 && buildMap(img)) { in PickContigCase()
8929 buildMap(TranslationUnitDecl &TU) { in buildMap() function in __anonf18da1a90611::ParentMapASTVisitor9061 auto Maps = ParentMapASTVisitor::buildMap(*getTranslationUnitDecl()); in getParents()