Home
last modified time | relevance | path

Searched defs:isPrefix (Results 1 – 20 of 20) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DLocalizedNumberFormatter.java186 public String getAffixImpl(boolean isPrefix, boolean isNegative) { in getAffixImpl()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DLocalizedNumberFormatter.java179 public String getAffixImpl(boolean isPrefix, boolean isNegative) { in getAffixImpl()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DPatternStringUtils.java436 boolean isPrefix, in patternInfoToStringBuilder()
DMutablePatternModifier.java376 private void prepareAffix(boolean isPrefix) { in prepareAffix()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DPatternStringUtils.java437 boolean isPrefix, in patternInfoToStringBuilder()
DMutablePatternModifier.java375 private void prepareAffix(boolean isPrefix) { in prepareAffix()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_patternmodifier.cpp275 void MutablePatternModifier::prepareAffix(bool isPrefix) { in prepareAffix()
Dnumber_patternstring.cpp1002 …ternStringUtils::patternInfoToStringBuilder(const AffixPatternProvider& patternInfo, bool isPrefix, in patternInfoToStringBuilder()
Dnumber_fluent.cpp627 void LocalizedNumberFormatter::getAffixImpl(bool isPrefix, bool isNegative, UnicodeString& result, in getAffixImpl()
/third_party/icu/icu4c/source/i18n/
Dnumber_patternmodifier.cpp279 void MutablePatternModifier::prepareAffix(bool isPrefix) { in prepareAffix()
Dnumber_patternstring.cpp1055 …ternStringUtils::patternInfoToStringBuilder(const AffixPatternProvider& patternInfo, bool isPrefix, in patternInfoToStringBuilder()
Dnumber_fluent.cpp655 void LocalizedNumberFormatter::getAffixImpl(bool isPrefix, bool isNegative, UnicodeString& result, in getAffixImpl()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_patternmodifier.cpp280 void MutablePatternModifier::prepareAffix(bool isPrefix) { in prepareAffix()
Dnumber_patternstring.cpp1055 …ternStringUtils::patternInfoToStringBuilder(const AffixPatternProvider& patternInfo, bool isPrefix, in patternInfoToStringBuilder()
Dnumber_fluent.cpp655 void LocalizedNumberFormatter::getAffixImpl(bool isPrefix, bool isNegative, UnicodeString& result, in getAffixImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp509 static bool isPrefix(const IndicesVector &Prefix, const IndicesVector &Longer) { in isPrefix() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp209 bool isPrefix = true; in readPrefixes() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86Operand.h451 bool isPrefix() const { return Kind == Prefix; } in isPrefix() function
DX86AsmParser.cpp2616 bool isPrefix = StringSwitch<bool>(Name) in ParseInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.cpp634 bool HexagonMCInstrInfo::isPrefix(MCInstrInfo const &MCII, MCInst const &MCI) { in isPrefix() function in HexagonMCInstrInfo