Searched defs:getCommon (Results 1 – 5 of 5) sorted by relevance
194 static SectionKind getCommon() { return get(Common); } in getCommon() function
201 static SectionKind getCommon() { return get(Common); } in getCommon() function
338 private static int getCommon(String[] lastLabels, String[] labels) { in getCommon() method in IcuTextWriter
236 private <T extends Collection> T getCommon(T a, T b, T result) { in getCommon() method in TestDTDAttributes
3280 Expr *getCommon() const { return cast<Expr>(SubExprs[COMMON]); } in getCommon() function