Home
last modified time | relevance | path

Searched refs:sepType (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumparse_decimal.cpp399 bool DecimalMatcher::validateGroup(int32_t sepType, int32_t count, bool isPrimary) const { in validateGroup() argument
401 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()
Dnumparse_decimal.h67 bool validateGroup(int32_t sepType, int32_t count, bool isPrimary) const;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DDecimalMatcher.java418 private boolean validateGroup(int sepType, int count, boolean isPrimary) { in validateGroup() argument
420 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() local
444 if (sepType == 1) { in validateGroup()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DDecimalMatcher.java420 private boolean validateGroup(int sepType, int count, boolean isPrimary) { in validateGroup() argument
422 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() local
446 if (sepType == 1) { in validateGroup()
/external/jdiff/src/jdiff/
DHTMLReportGenerator.java1760 String sepType = null; in emitTypeWithParens() local
1764 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()