/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
D | CurrencySpacingEnabledModifier.java | 123 byte affix, in applyCurrencySpacingAffix() argument 128 Object affixField = (affix == PREFIX) ? output.fieldAt(index - 1) in applyCurrencySpacingAffix() 133 int affixCp = (affix == PREFIX) ? output.codePointBefore(index) : output.codePointAt(index); in applyCurrencySpacingAffix() 134 UnicodeSet affixUniset = getUnicodeSet(symbols, IN_CURRENCY, affix); in applyCurrencySpacingAffix() 138 … int numberCp = (affix == PREFIX) ? output.codePointAt(index) : output.codePointBefore(index); in applyCurrencySpacingAffix() 139 UnicodeSet numberUniset = getUnicodeSet(symbols, IN_NUMBER, affix); in applyCurrencySpacingAffix() 143 String spacingString = getInsertString(symbols, affix); in applyCurrencySpacingAffix() 154 …private static UnicodeSet getUnicodeSet(DecimalFormatSymbols symbols, short position, byte affix) { in getUnicodeSet() argument 159 affix == SUFFIX); in getUnicodeSet() 169 private static String getInsertString(DecimalFormatSymbols symbols, byte affix) { in getInsertString() argument [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | CurrencySpacingEnabledModifier.java | 121 byte affix, in applyCurrencySpacingAffix() argument 126 Object affixField = (affix == PREFIX) ? output.fieldAt(index - 1) in applyCurrencySpacingAffix() 131 int affixCp = (affix == PREFIX) ? output.codePointBefore(index) : output.codePointAt(index); in applyCurrencySpacingAffix() 132 UnicodeSet affixUniset = getUnicodeSet(symbols, IN_CURRENCY, affix); in applyCurrencySpacingAffix() 136 … int numberCp = (affix == PREFIX) ? output.codePointAt(index) : output.codePointBefore(index); in applyCurrencySpacingAffix() 137 UnicodeSet numberUniset = getUnicodeSet(symbols, IN_NUMBER, affix); in applyCurrencySpacingAffix() 141 String spacingString = getInsertString(symbols, affix); in applyCurrencySpacingAffix() 152 …private static UnicodeSet getUnicodeSet(DecimalFormatSymbols symbols, short position, byte affix) { in getUnicodeSet() argument 157 affix == SUFFIX); in getUnicodeSet() 167 private static String getInsertString(DecimalFormatSymbols symbols, byte affix) { in getInsertString() argument [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_modifiers.cpp | 426 EAffix affix, in applyCurrencySpacingAffix() argument 432 Field affixField = (affix == PREFIX) ? output.fieldAt(index - 1) : output.fieldAt(index); in applyCurrencySpacingAffix() 436 int affixCp = (affix == PREFIX) ? output.codePointBefore(index) : output.codePointAt(index); in applyCurrencySpacingAffix() 437 UnicodeSet affixUniset = getUnicodeSet(symbols, IN_CURRENCY, affix, status); in applyCurrencySpacingAffix() 441 int numberCp = (affix == PREFIX) ? output.codePointAt(index) : output.codePointBefore(index); in applyCurrencySpacingAffix() 442 UnicodeSet numberUniset = getUnicodeSet(symbols, IN_NUMBER, affix, status); in applyCurrencySpacingAffix() 446 UnicodeString spacingString = getInsertString(symbols, affix, status); in applyCurrencySpacingAffix() 459 EAffix affix, UErrorCode &status) { in getUnicodeSet() argument 468 affix == SUFFIX, in getUnicodeSet() 480 CurrencySpacingEnabledModifier::getInsertString(const DecimalFormatSymbols &symbols, EAffix affix, in getInsertString() argument [all …]
|
D | numparse_affixes.cpp | 32 static bool matched(const AffixPatternMatcher* affix, const UnicodeString& patternString) { in matched() argument 33 return (affix == nullptr && patternString.isBogus()) || in matched() 34 (affix != nullptr && affix->getPattern() == patternString); in matched()
|
D | number_modifiers.h | 221 …atic int32_t applyCurrencySpacingAffix(FormattedStringBuilder &output, int32_t index, EAffix affix, 225 getUnicodeSet(const DecimalFormatSymbols &symbols, EPosition position, EAffix affix, 229 getInsertString(const DecimalFormatSymbols &symbols, EAffix affix, UErrorCode &status);
|
D | numparse_impl.h | 90 RequireAffixValidator affix; member
|
/third_party/icu/icu4c/source/i18n/ |
D | number_modifiers.cpp | 426 EAffix affix, in applyCurrencySpacingAffix() argument 432 Field affixField = (affix == PREFIX) ? output.fieldAt(index - 1) : output.fieldAt(index); in applyCurrencySpacingAffix() 436 int affixCp = (affix == PREFIX) ? output.codePointBefore(index) : output.codePointAt(index); in applyCurrencySpacingAffix() 437 UnicodeSet affixUniset = getUnicodeSet(symbols, IN_CURRENCY, affix, status); in applyCurrencySpacingAffix() 441 int numberCp = (affix == PREFIX) ? output.codePointAt(index) : output.codePointBefore(index); in applyCurrencySpacingAffix() 442 UnicodeSet numberUniset = getUnicodeSet(symbols, IN_NUMBER, affix, status); in applyCurrencySpacingAffix() 446 UnicodeString spacingString = getInsertString(symbols, affix, status); in applyCurrencySpacingAffix() 459 EAffix affix, UErrorCode &status) { in getUnicodeSet() argument 468 affix == SUFFIX, in getUnicodeSet() 480 CurrencySpacingEnabledModifier::getInsertString(const DecimalFormatSymbols &symbols, EAffix affix, in getInsertString() argument [all …]
|
D | numparse_affixes.cpp | 32 static bool matched(const AffixPatternMatcher* affix, const UnicodeString& patternString) { in matched() argument 33 return (affix == nullptr && patternString.isBogus()) || in matched() 34 (affix != nullptr && affix->getPattern() == patternString); in matched()
|
D | number_modifiers.h | 221 …atic int32_t applyCurrencySpacingAffix(FormattedStringBuilder &output, int32_t index, EAffix affix, 225 getUnicodeSet(const DecimalFormatSymbols &symbols, EPosition position, EAffix affix, 229 getInsertString(const DecimalFormatSymbols &symbols, EAffix affix, UErrorCode &status);
|
D | numparse_impl.h | 90 RequireAffixValidator affix; member
|
/third_party/node/deps/icu-small/source/i18n/ |
D | number_modifiers.cpp | 426 EAffix affix, in applyCurrencySpacingAffix() argument 432 Field affixField = (affix == PREFIX) ? output.fieldAt(index - 1) : output.fieldAt(index); in applyCurrencySpacingAffix() 436 int affixCp = (affix == PREFIX) ? output.codePointBefore(index) : output.codePointAt(index); in applyCurrencySpacingAffix() 437 UnicodeSet affixUniset = getUnicodeSet(symbols, IN_CURRENCY, affix, status); in applyCurrencySpacingAffix() 441 int numberCp = (affix == PREFIX) ? output.codePointAt(index) : output.codePointBefore(index); in applyCurrencySpacingAffix() 442 UnicodeSet numberUniset = getUnicodeSet(symbols, IN_NUMBER, affix, status); in applyCurrencySpacingAffix() 446 UnicodeString spacingString = getInsertString(symbols, affix, status); in applyCurrencySpacingAffix() 459 EAffix affix, UErrorCode &status) { in getUnicodeSet() argument 468 affix == SUFFIX, in getUnicodeSet() 480 CurrencySpacingEnabledModifier::getInsertString(const DecimalFormatSymbols &symbols, EAffix affix, in getInsertString() argument [all …]
|
D | numparse_affixes.cpp | 32 static bool matched(const AffixPatternMatcher* affix, const UnicodeString& patternString) { in matched() argument 33 return (affix == nullptr && patternString.isBogus()) || in matched() 34 (affix != nullptr && affix->getPattern() == patternString); in matched()
|
D | number_modifiers.h | 221 …atic int32_t applyCurrencySpacingAffix(FormattedStringBuilder &output, int32_t index, EAffix affix, 225 getUnicodeSet(const DecimalFormatSymbols &symbols, EPosition position, EAffix affix, 229 getInsertString(const DecimalFormatSymbols &symbols, EAffix affix, UErrorCode &status);
|
D | numparse_impl.h | 90 RequireAffixValidator affix; member
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | number_modifiers.cpp | 420 EAffix affix, in applyCurrencySpacingAffix() argument 426 Field affixField = (affix == PREFIX) ? output.fieldAt(index - 1) : output.fieldAt(index); in applyCurrencySpacingAffix() 430 int affixCp = (affix == PREFIX) ? output.codePointBefore(index) : output.codePointAt(index); in applyCurrencySpacingAffix() 431 UnicodeSet affixUniset = getUnicodeSet(symbols, IN_CURRENCY, affix, status); in applyCurrencySpacingAffix() 435 int numberCp = (affix == PREFIX) ? output.codePointAt(index) : output.codePointBefore(index); in applyCurrencySpacingAffix() 436 UnicodeSet numberUniset = getUnicodeSet(symbols, IN_NUMBER, affix, status); in applyCurrencySpacingAffix() 440 UnicodeString spacingString = getInsertString(symbols, affix, status); in applyCurrencySpacingAffix() 453 EAffix affix, UErrorCode &status) { in getUnicodeSet() argument 462 affix == SUFFIX, in getUnicodeSet() 474 CurrencySpacingEnabledModifier::getInsertString(const DecimalFormatSymbols &symbols, EAffix affix, in getInsertString() argument [all …]
|
D | number_modifiers.h | 221 … static int32_t applyCurrencySpacingAffix(NumberStringBuilder &output, int32_t index, EAffix affix, 225 getUnicodeSet(const DecimalFormatSymbols &symbols, EPosition position, EAffix affix, 229 getInsertString(const DecimalFormatSymbols &symbols, EAffix affix, UErrorCode &status);
|
D | numparse_affixes.cpp | 31 static bool matched(const AffixPatternMatcher* affix, const UnicodeString& patternString) { in matched() argument 32 return (affix == nullptr && patternString.isBogus()) || in matched() 33 (affix != nullptr && affix->getPattern() == patternString); in matched()
|
D | numparse_impl.h | 89 RequireAffixValidator affix; member
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/ |
D | AffixMatcher.java | 248 static boolean matched(AffixPatternMatcher affix, String patternString) { in matched() argument 249 return (affix == null && patternString == null) in matched() 250 || (affix != null && affix.getPattern().equals(patternString)); in matched()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
D | AffixMatcher.java | 246 static boolean matched(AffixPatternMatcher affix, String patternString) { in matched() argument 247 return (affix == null && patternString == null) in matched() 248 || (affix != null && affix.getPattern().equals(patternString)); in matched()
|
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/ |
D | naming-convention.ts | 1046 for (const affix of affixes) { constant 1048 position === 'prefix' ? name.startsWith(affix) : name.endsWith(affix); 1051 ? (): string => name.slice(affix.length) 1052 : (): string => name.slice(0, -affix.length);
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OML/ |
D | GLX_OML_swap_method.txt | 114 Revision 1 - change Paula's draft to use OML affix.
|
/third_party/openGLES/extensions/OML/ |
D | GLX_OML_swap_method.txt | 114 Revision 1 - change Paula's draft to use OML affix.
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | smpdtfmt.h | 1490 int32_t compareSimpleAffix(const UnicodeString& affix,
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | smpdtfmt.h | 1490 int32_t compareSimpleAffix(const UnicodeString& affix,
|