Home
last modified time | relevance | path

Searched refs:getCategory (Results 1 – 25 of 99) sorted by relevance

1234

/external/icu/icu4c/source/i18n/
Dformattedval_sbimpl.cpp127 cfpos.setState(currField.getCategory(), currField.getField(), start, end); in nextPositionImpl()
150 && cfpos.matchesField(numericField.getCategory(), numericField.getField()) in nextPositionImpl()
154 || cfpos.getCategory() != numericField.getCategory() in nextPositionImpl()
162 numericField.getCategory(), in nextPositionImpl()
172 && cfpos.matchesField(elementField.getCategory(), elementField.getField()) in nextPositionImpl()
173 … && (cfpos.getLimit() < i - fString.fZero || cfpos.getCategory() != elementField.getCategory())) { in nextPositionImpl()
176 elementField.getCategory(), in nextPositionImpl()
215 if (cfpos.matchesField(_field.getCategory(), _field.getField())) { in nextPositionImpl()
224 cfpos.getCategory(), in nextPositionImpl()
265 && field.getCategory() != UFIELD_CATEGORY_LIST; in isTrimmable()
Dformatted_string_builder.h65 inline UFieldCategory getCategory() const;
241 inline UFieldCategory FormattedStringBuilder::Field::getCategory() const { in getCategory() function
250 return getCategory() == UFIELD_CATEGORY_NUMBER || *this == kGeneralNumericField; in isNumeric()
254 return getCategory() == UFIELD_CATEGORY_UNDEFINED; in isUndefined()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
DTokenTypes.java11 return getCategory(kind).isWhitespace(); in isWhitespace()
15 return getCategory(kind).isEndOfLine(); in isEndOfLineToken()
19 return getCategory(kind).isWhitespaceOrComment(); in isWhitespaceOrComment()
23 return getCategory(kind).isWhitespaceButNotEndOfLine(); in isSpaceOrTab()
27 return getCategory(kind).isComment(); in isComment()
57 public static JavaToken.Category getCategory(int kind) { in getCategory() method in TokenTypes
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
DTokenTextElement.java95 return token.getCategory().isWhitespace(); in isWhiteSpace()
100 return token.getCategory().isWhitespaceButNotEndOfLine(); in isSpaceOrTab()
105 return token.getCategory().isComment(); in isComment()
110 return token.getCategory().isEndOfLine(); in isNewline()
/external/icu/libicu/cts_headers/
Dformatted_string_builder.h65 inline UFieldCategory getCategory() const;
241 inline UFieldCategory FormattedStringBuilder::Field::getCategory() const { in getCategory() function
250 return getCategory() == UFIELD_CATEGORY_NUMBER || *this == kGeneralNumericField; in isNumeric()
254 return getCategory() == UFIELD_CATEGORY_UNDEFINED; in isUndefined()
/external/icu/icu4c/source/test/intltest/
Dformattedvaluetest.cpp148 category, cfpos.getCategory()); in assertAllPartsEqual()
192 sb.append(Int64ToUnicodeString(cfpos.getCategory())); in CFPosToUnicodeString()
230 expectedCategory, cfpos.getCategory()); in checkMixedFormattedValue()
261 expectedCategory, cfpos.getCategory()); in checkMixedFormattedValue()
297 expectedCategory, cfpos.getCategory()); in checkMixedFormattedValue()
/external/llvm-project/clang/tools/libclang/
DCIndexDiagnostic.h74 virtual unsigned getCategory() const = 0;
135 unsigned getCategory() const override;
/external/clang/tools/libclang/
DCIndexDiagnostic.h74 virtual unsigned getCategory() const = 0;
135 unsigned getCategory() const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp4071 if (LHS.getCategory() == fcNaN) { in addWithSpecial()
4075 if (RHS.getCategory() == fcNaN) { in addWithSpecial()
4079 if (LHS.getCategory() == fcZero) { in addWithSpecial()
4083 if (RHS.getCategory() == fcZero) { in addWithSpecial()
4087 if (LHS.getCategory() == fcInfinity && RHS.getCategory() == fcInfinity && in addWithSpecial()
4092 if (LHS.getCategory() == fcInfinity) { in addWithSpecial()
4096 if (RHS.getCategory() == fcInfinity) { in addWithSpecial()
4100 assert(LHS.getCategory() == fcNormal && RHS.getCategory() == fcNormal); in addWithSpecial()
4145 if (LHS.getCategory() == fcNaN) { in multiply()
4149 if (RHS.getCategory() == fcNaN) { in multiply()
[all …]
/external/llvm-project/llvm/lib/Support/
DAPFloat.cpp4363 if (LHS.getCategory() == fcNaN) { in addWithSpecial()
4367 if (RHS.getCategory() == fcNaN) { in addWithSpecial()
4371 if (LHS.getCategory() == fcZero) { in addWithSpecial()
4375 if (RHS.getCategory() == fcZero) { in addWithSpecial()
4379 if (LHS.getCategory() == fcInfinity && RHS.getCategory() == fcInfinity && in addWithSpecial()
4384 if (LHS.getCategory() == fcInfinity) { in addWithSpecial()
4388 if (RHS.getCategory() == fcInfinity) { in addWithSpecial()
4392 assert(LHS.getCategory() == fcNormal && RHS.getCategory() == fcNormal); in addWithSpecial()
4437 if (LHS.getCategory() == fcNaN) { in multiply()
4441 if (RHS.getCategory() == fcNaN) { in multiply()
[all …]
/external/oboe/apps/fxlab/app/src/main/cpp/effects/descrip/
DPassthroughDescription.h31 static constexpr std::string_view getCategory() { in getCategory() function
DTremoloDescription.h28 static constexpr std::string_view getCategory() { in getCategory() function
DVibratoDescription.h29 static constexpr std::string_view getCategory() { in getCategory() function
DEchoDescription.h29 static constexpr std::string_view getCategory() { in getCategory() function
DSlapbackDescription.h31 static constexpr std::string_view getCategory() { in getCategory() function
DFIRDescription.h28 static constexpr std::string_view getCategory() { in getCategory() function
DIIRDescription.h30 static constexpr std::string_view getCategory() { in getCategory() function
DDistortionDescription.h29 static constexpr std::string_view getCategory() { in getCategory() function
DDoublingDescription.h14 static constexpr std::string_view getCategory() { in getCategory() function
DAllPassDescription.h29 static constexpr std::string_view getCategory() { in getCategory() function
DWhiteChorusDescription.h29 static constexpr std::string_view getCategory() { in getCategory() function
DFlangerDescription.h29 static constexpr std::string_view getCategory() { in getCategory() function
DOverdriveDescription.h34 static constexpr std::string_view getCategory() { in getCategory() function
DGainDescription.h29 static constexpr std::string_view getCategory() { in getCategory() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h387 fltCategory getCategory() const { return category; } in getCategory() function
642 fltCategory getCategory() const;
1031 bool isZero() const { return getCategory() == fcZero; } in isZero()
1032 bool isInfinity() const { return getCategory() == fcInfinity; } in isInfinity()
1033 bool isNaN() const { return getCategory() == fcNaN; } in isNaN()
1042 fltCategory getCategory() const { return getIEEE().getCategory(); } in getCategory() function

1234