Searched refs:sepType (Results 1 – 5 of 5) sorted by relevance
399 bool DecimalMatcher::validateGroup(int32_t sepType, int32_t count, bool isPrimary) const { in validateGroup() argument401 if (sepType == -1) { in validateGroup()404 } else if (sepType == 0) { in validateGroup()412 } else if (sepType == 1) { in validateGroup()420 U_ASSERT(sepType == 2); in validateGroup()425 if (sepType == 1) { in validateGroup()
67 bool validateGroup(int32_t sepType, int32_t count, bool isPrimary) const;
418 private boolean validateGroup(int sepType, int count, boolean isPrimary) { in validateGroup() argument420 if (sepType == -1) { in validateGroup()423 } else if (sepType == 0) { in validateGroup()431 } else if (sepType == 1) { in validateGroup()439 assert sepType == 2; in validateGroup() local444 if (sepType == 1) { in validateGroup()
420 private boolean validateGroup(int sepType, int count, boolean isPrimary) { in validateGroup() argument422 if (sepType == -1) { in validateGroup()425 } else if (sepType == 0) { in validateGroup()433 } else if (sepType == 1) { in validateGroup()441 assert sepType == 2; in validateGroup() local446 if (sepType == 1) { in validateGroup()
1760 String sepType = null; in emitTypeWithParens() local1764 if (sepType == null) in emitTypeWithParens()1765 sepType = p; in emitTypeWithParens()1767 sepType += ",</nobr> " + p + "<nobr>"; in emitTypeWithParens()1769 reportFile.print("(<code>" + sepType + "<nobr></code>)"); in emitTypeWithParens()