Home
last modified time | relevance | path

Searched refs:affix (Results 1 – 25 of 52) sorted by relevance

123

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DCurrencySpacingEnabledModifier.java123 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/
DCurrencySpacingEnabledModifier.java121 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/
Dnumber_modifiers.cpp426 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 …]
Dnumparse_affixes.cpp32 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()
Dnumber_modifiers.h221 …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);
Dnumparse_impl.h90 RequireAffixValidator affix; member
/third_party/icu/icu4c/source/i18n/
Dnumber_modifiers.cpp426 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 …]
Dnumparse_affixes.cpp32 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()
Dnumber_modifiers.h221 …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);
Dnumparse_impl.h90 RequireAffixValidator affix; member
/third_party/node/deps/icu-small/source/i18n/
Dnumber_modifiers.cpp426 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 …]
Dnumparse_affixes.cpp32 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()
Dnumber_modifiers.h221 …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);
Dnumparse_impl.h90 RequireAffixValidator affix; member
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_modifiers.cpp420 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 …]
Dnumber_modifiers.h221 … 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);
Dnumparse_affixes.cpp31 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()
Dnumparse_impl.h89 RequireAffixValidator affix; member
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
DAffixMatcher.java248 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/
DAffixMatcher.java246 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/
Dnaming-convention.ts1046 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/
DGLX_OML_swap_method.txt114 Revision 1 - change Paula's draft to use OML affix.
/third_party/openGLES/extensions/OML/
DGLX_OML_swap_method.txt114 Revision 1 - change Paula's draft to use OML affix.
/third_party/icu/icu4c/source/i18n/unicode/
Dsmpdtfmt.h1490 int32_t compareSimpleAffix(const UnicodeString& affix,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dsmpdtfmt.h1490 int32_t compareSimpleAffix(const UnicodeString& affix,

123