/external/icu/icu4c/source/i18n/ |
D | formattedval_sbimpl.cpp | 127 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()
|
D | formatted_string_builder.h | 65 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/ |
D | TokenTypes.java | 11 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/ |
D | TokenTextElement.java | 95 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/ |
D | formatted_string_builder.h | 65 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/ |
D | formattedvaluetest.cpp | 148 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/ |
D | CIndexDiagnostic.h | 74 virtual unsigned getCategory() const = 0; 135 unsigned getCategory() const override;
|
/external/clang/tools/libclang/ |
D | CIndexDiagnostic.h | 74 virtual unsigned getCategory() const = 0; 135 unsigned getCategory() const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APFloat.cpp | 4071 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/ |
D | APFloat.cpp | 4363 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/ |
D | PassthroughDescription.h | 31 static constexpr std::string_view getCategory() { in getCategory() function
|
D | TremoloDescription.h | 28 static constexpr std::string_view getCategory() { in getCategory() function
|
D | VibratoDescription.h | 29 static constexpr std::string_view getCategory() { in getCategory() function
|
D | EchoDescription.h | 29 static constexpr std::string_view getCategory() { in getCategory() function
|
D | SlapbackDescription.h | 31 static constexpr std::string_view getCategory() { in getCategory() function
|
D | FIRDescription.h | 28 static constexpr std::string_view getCategory() { in getCategory() function
|
D | IIRDescription.h | 30 static constexpr std::string_view getCategory() { in getCategory() function
|
D | DistortionDescription.h | 29 static constexpr std::string_view getCategory() { in getCategory() function
|
D | DoublingDescription.h | 14 static constexpr std::string_view getCategory() { in getCategory() function
|
D | AllPassDescription.h | 29 static constexpr std::string_view getCategory() { in getCategory() function
|
D | WhiteChorusDescription.h | 29 static constexpr std::string_view getCategory() { in getCategory() function
|
D | FlangerDescription.h | 29 static constexpr std::string_view getCategory() { in getCategory() function
|
D | OverdriveDescription.h | 34 static constexpr std::string_view getCategory() { in getCategory() function
|
D | GainDescription.h | 29 static constexpr std::string_view getCategory() { in getCategory() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 387 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
|