Home
last modified time | relevance | path

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

123

/third_party/node/deps/icu-small/source/i18n/
Dformattedval_sbimpl.cpp120 prevIsSpan = cfpos.getCategory() == spanIndices[si-1].category in nextPositionImpl()
126 prevIsNumeric = cfpos.getCategory() == numericField.getCategory() in nextPositionImpl()
129 bool prevIsInteger = cfpos.getCategory() == UFIELD_CATEGORY_NUMBER in nextPositionImpl()
153 cfpos.setState(currField.getCategory(), currField.getField(), start, end); in nextPositionImpl()
203 && cfpos.matchesField(numericField.getCategory(), numericField.getField()) in nextPositionImpl()
212 numericField.getCategory(), in nextPositionImpl()
269 else if (cfpos.matchesField(_field.getCategory(), _field.getField())) { in nextPositionImpl()
282 cfpos.getCategory(), in nextPositionImpl()
325 && 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()
/third_party/skia/third_party/externals/icu/source/i18n/
Dformattedval_sbimpl.cpp115 prevIsSpan = cfpos.getCategory() == spanIndices[si-1].category in nextPositionImpl()
121 prevIsNumeric = cfpos.getCategory() == numericField.getCategory() in nextPositionImpl()
124 bool prevIsInteger = cfpos.getCategory() == UFIELD_CATEGORY_NUMBER in nextPositionImpl()
148 cfpos.setState(currField.getCategory(), currField.getField(), start, end); in nextPositionImpl()
198 && cfpos.matchesField(numericField.getCategory(), numericField.getField()) in nextPositionImpl()
207 numericField.getCategory(), in nextPositionImpl()
264 else if (cfpos.matchesField(_field.getCategory(), _field.getField())) { in nextPositionImpl()
277 cfpos.getCategory(), in nextPositionImpl()
320 && 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()
/third_party/icu/icu4c/source/i18n/
Dformattedval_sbimpl.cpp115 prevIsSpan = cfpos.getCategory() == spanIndices[si-1].category in nextPositionImpl()
121 prevIsNumeric = cfpos.getCategory() == numericField.getCategory() in nextPositionImpl()
124 bool prevIsInteger = cfpos.getCategory() == UFIELD_CATEGORY_NUMBER in nextPositionImpl()
148 cfpos.setState(currField.getCategory(), currField.getField(), start, end); in nextPositionImpl()
198 && cfpos.matchesField(numericField.getCategory(), numericField.getField()) in nextPositionImpl()
207 numericField.getCategory(), in nextPositionImpl()
264 else if (cfpos.matchesField(_field.getCategory(), _field.getField())) { in nextPositionImpl()
277 cfpos.getCategory(), in nextPositionImpl()
320 && 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()
/third_party/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()
/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
DEchoDescription.h29 static constexpr std::string_view getCategory() { in getCategory() function
DFIRDescription.h28 static constexpr std::string_view getCategory() { in getCategory() function
DVibratoDescription.h29 static constexpr std::string_view getCategory() { in getCategory() function
DSlapbackDescription.h31 static constexpr std::string_view getCategory() { in getCategory() function
DDoublingDescription.h14 static constexpr std::string_view getCategory() { in getCategory() function
DIIRDescription.h30 static constexpr std::string_view getCategory() { in getCategory() function
DFlangerDescription.h29 static constexpr std::string_view getCategory() { in getCategory() function
DDistortionDescription.h29 static constexpr std::string_view getCategory() { in getCategory() function
DAllPassDescription.h29 static constexpr std::string_view getCategory() { in getCategory() function
DOverdriveDescription.h34 static constexpr std::string_view getCategory() { in getCategory() function
DWhiteChorusDescription.h29 static constexpr std::string_view getCategory() { in getCategory() function
DGainDescription.h29 static constexpr std::string_view getCategory() { in getCategory() function
/third_party/flutter/skia/src/core/
DSkMaskCache.cpp54 const char* getCategory() const override { return "rrect-blur"; } in getCategory() function
145 const char* getCategory() const override { return "rects-blur"; } in getCategory() function
/third_party/skia/src/core/
DSkMaskCache.cpp54 const char* getCategory() const override { return "rrect-blur"; } in getCategory() function
145 const char* getCategory() const override { return "rects-blur"; } in getCategory() function

123