/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | GenderInfoTest.java | 34 // Gender of the empty list is always OTHER regardless of gender style. in TestEmpty() 35 check(Gender.OTHER, Gender.OTHER, Gender.OTHER); in TestEmpty() 49 check(Gender.OTHER, Gender.MALE, Gender.MALE, Gender.MALE, Gender.MALE); in TestOther() 50 check(Gender.OTHER, Gender.OTHER, Gender.MALE, Gender.MALE, Gender.FEMALE); in TestOther() 51 check(Gender.OTHER, Gender.OTHER, Gender.MALE, Gender.MALE, Gender.OTHER); in TestOther() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | GenderInfoTest.java | 31 // Gender of the empty list is always OTHER regardless of gender style. in TestEmpty() 32 check(Gender.OTHER, Gender.OTHER, Gender.OTHER); in TestEmpty() 46 check(Gender.OTHER, Gender.MALE, Gender.MALE, Gender.MALE, Gender.MALE); in TestOther() 47 check(Gender.OTHER, Gender.OTHER, Gender.MALE, Gender.MALE, Gender.FEMALE); in TestOther() 48 check(Gender.OTHER, Gender.OTHER, Gender.MALE, Gender.MALE, Gender.OTHER); in TestOther() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
H A D | CurrencyPluralInfoAffixProvider.java | 44 return affixesByPlural[StandardPlural.OTHER.ordinal()].positiveHasPlusSign(); in positiveHasPlusSign() 49 return affixesByPlural[StandardPlural.OTHER.ordinal()].hasNegativeSubpattern(); in hasNegativeSubpattern() 54 return affixesByPlural[StandardPlural.OTHER.ordinal()].negativeHasMinusSign(); in negativeHasMinusSign() 59 return affixesByPlural[StandardPlural.OTHER.ordinal()].hasCurrencySign(); in hasCurrencySign() 64 return affixesByPlural[StandardPlural.OTHER.ordinal()].containsSymbolType(type); in containsSymbolType() 69 return affixesByPlural[StandardPlural.OTHER.ordinal()].hasBody(); in hasBody() 74 return affixesByPlural[StandardPlural.OTHER.ordinal()].currencyAsDecimal(); in currencyAsDecimal()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | pluralmaptest.cpp | 59 assertEquals("", (int32_t)PluralMapBase::OTHER, PluralMapBase::toCategory("other")); in TestToCategory() 83 assertEquals("", "other", PluralMapBase::getCategoryName(PluralMapBase::OTHER)); in TestGetCategoryName() 93 addVariant(PluralMapBase::OTHER, "pickles", map); in TestGet() 96 assertEquals("", "pickles", map.get(PluralMapBase::OTHER)); in TestGet() 113 addVariant(PluralMapBase::OTHER, "pickles", map); in TestIterate() 120 assertEquals("", (int32_t)PluralMapBase::OTHER, index); in TestIterate() 135 assertEquals("", (int32_t)PluralMapBase::OTHER, index); in TestIterate() 143 addVariant(PluralMapBase::OTHER, "pickles", control); in TestEqual() 150 addVariant(PluralMapBase::OTHER, "pickles", map); in TestEqual() 159 addVariant(PluralMapBase::OTHER, "pickle in TestEqual() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | GenderInfo.java | 35 * Gender: OTHER means either the information is unavailable, or the person has declined to state MALE or FEMALE. 58 OTHER enum constant 93 * For an empty list, returns OTHER; 95 * Otherwise always OTHER. 102 * For an empty list, returns OTHER; 112 * For an empty list, returns OTHER; 167 return Gender.OTHER; // degenerate case in getListGender() 174 return Gender.OTHER; in getListGender() 182 return Gender.OTHER; in getListGender() 188 return Gender.OTHER; in getListGender() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | GenderInfo.java | 37 * Gender: OTHER means either the information is unavailable, or the person has declined to state MALE or FEMALE. 61 OTHER enum constant 97 * For an empty list, returns OTHER; 99 * Otherwise always OTHER. 106 * For an empty list, returns OTHER; 116 * For an empty list, returns OTHER; 171 return Gender.OTHER; // degenerate case in getListGender() 178 return Gender.OTHER; in getListGender() 186 return Gender.OTHER; in getListGender() 192 return Gender.OTHER; in getListGender() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
H A D | CurrencyPluralInfoAffixProvider.java | 48 return affixesByPlural[StandardPlural.OTHER.ordinal()].positiveHasPlusSign(); in positiveHasPlusSign() 53 return affixesByPlural[StandardPlural.OTHER.ordinal()].hasNegativeSubpattern(); in hasNegativeSubpattern() 58 return affixesByPlural[StandardPlural.OTHER.ordinal()].negativeHasMinusSign(); in negativeHasMinusSign() 63 return affixesByPlural[StandardPlural.OTHER.ordinal()].hasCurrencySign(); in hasCurrencySign() 68 return affixesByPlural[StandardPlural.OTHER.ordinal()].containsSymbolType(type); in containsSymbolType() 73 return affixesByPlural[StandardPlural.OTHER.ordinal()].hasBody(); in hasBody()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | standardplural.cpp | 48 return OTHER; in indexOrNegativeFromString() 130 return OTHER; in indexOrNegativeFromString() 140 if (U_FAILURE(errorCode)) { return OTHER; } in indexFromString() 146 return OTHER; in indexFromString() 151 if (U_FAILURE(errorCode)) { return OTHER; } in indexFromString() 157 return OTHER; in indexFromString()
|
H A D | quantityformatter.cpp | 103 return formatters[StandardPlural::OTHER] != NULL; in isValid() 112 pattern = formatters[StandardPlural::OTHER]; in getByVariant() 131 pattern = formatters[StandardPlural::OTHER]; in format() 151 return StandardPlural::OTHER; in selectPlural() 159 return StandardPlural::OTHER; in selectPlural() 172 return StandardPlural::OTHER; in selectPlural()
|
H A D | standardplural.h | 37 OTHER, enumerator 50 * @return the plural form corresponding to the keyword, or OTHER 58 * @return the plural form corresponding to the keyword, or OTHER 98 * @return the index of the plural form corresponding to the keyword, or OTHER 102 return i >= 0 ? i : OTHER; in indexOrOtherIndexFromString() 107 * @return the index of the plural form corresponding to the keyword, or OTHER 111 return i >= 0 ? i : OTHER; in indexOrOtherIndexFromString()
|
H A D | number_mapper.cpp | 497 return affixesByPlural[StandardPlural::OTHER].positiveHasPlusSign(); in positiveHasPlusSign() 501 return affixesByPlural[StandardPlural::OTHER].hasNegativeSubpattern(); in hasNegativeSubpattern() 505 return affixesByPlural[StandardPlural::OTHER].negativeHasMinusSign(); in negativeHasMinusSign() 509 return affixesByPlural[StandardPlural::OTHER].hasCurrencySign(); in hasCurrencySign() 513 return affixesByPlural[StandardPlural::OTHER].containsSymbolType(type, status); in containsSymbolType() 517 return affixesByPlural[StandardPlural::OTHER].hasBody(); in hasBody() 521 return affixesByPlural[StandardPlural::OTHER].currencyAsDecimal(); in currencyAsDecimal()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | standardplural.cpp | 48 return OTHER; in indexOrNegativeFromString() 130 return OTHER; in indexOrNegativeFromString() 140 if (U_FAILURE(errorCode)) { return OTHER; } in indexFromString() 146 return OTHER; in indexFromString() 151 if (U_FAILURE(errorCode)) { return OTHER; } in indexFromString() 157 return OTHER; in indexFromString()
|
H A D | quantityformatter.cpp | 103 return formatters[StandardPlural::OTHER] != nullptr; in isValid() 112 pattern = formatters[StandardPlural::OTHER]; in getByVariant() 131 pattern = formatters[StandardPlural::OTHER]; in format() 151 return StandardPlural::OTHER; in selectPlural() 159 return StandardPlural::OTHER; in selectPlural() 172 return StandardPlural::OTHER; in selectPlural()
|
H A D | standardplural.h | 37 OTHER, enumerator 50 * @return the plural form corresponding to the keyword, or OTHER 58 * @return the plural form corresponding to the keyword, or OTHER 98 * @return the index of the plural form corresponding to the keyword, or OTHER 102 return i >= 0 ? i : OTHER; in indexOrOtherIndexFromString() 107 * @return the index of the plural form corresponding to the keyword, or OTHER 111 return i >= 0 ? i : OTHER; in indexOrOtherIndexFromString()
|
H A D | number_mapper.cpp | 497 return affixesByPlural[StandardPlural::OTHER].positiveHasPlusSign(); in positiveHasPlusSign() 501 return affixesByPlural[StandardPlural::OTHER].hasNegativeSubpattern(); in hasNegativeSubpattern() 505 return affixesByPlural[StandardPlural::OTHER].negativeHasMinusSign(); in negativeHasMinusSign() 509 return affixesByPlural[StandardPlural::OTHER].hasCurrencySign(); in hasCurrencySign() 513 return affixesByPlural[StandardPlural::OTHER].containsSymbolType(type, status); in containsSymbolType() 517 return affixesByPlural[StandardPlural::OTHER].hasBody(); in hasBody() 521 return affixesByPlural[StandardPlural::OTHER].currencyAsDecimal(); in currencyAsDecimal()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | standardplural.cpp | 48 return OTHER; in indexOrNegativeFromString() 130 return OTHER; in indexOrNegativeFromString() 140 if (U_FAILURE(errorCode)) { return OTHER; } in indexFromString() 146 return OTHER; in indexFromString() 151 if (U_FAILURE(errorCode)) { return OTHER; } in indexFromString() 157 return OTHER; in indexFromString()
|
H A D | quantityformatter.cpp | 103 return formatters[StandardPlural::OTHER] != NULL; in isValid() 112 pattern = formatters[StandardPlural::OTHER]; in getByVariant() 131 pattern = formatters[StandardPlural::OTHER]; in format() 151 return StandardPlural::OTHER; in selectPlural() 159 return StandardPlural::OTHER; in selectPlural() 172 return StandardPlural::OTHER; in selectPlural()
|
H A D | standardplural.h | 37 OTHER, enumerator 50 * @return the plural form corresponding to the keyword, or OTHER 58 * @return the plural form corresponding to the keyword, or OTHER 98 * @return the index of the plural form corresponding to the keyword, or OTHER 102 return i >= 0 ? i : OTHER; in indexOrOtherIndexFromString() 107 * @return the index of the plural form corresponding to the keyword, or OTHER 111 return i >= 0 ? i : OTHER; in indexOrOtherIndexFromString()
|
/third_party/node/deps/v8/src/api/ |
H A D | api-macros.h | 42 #define ENTER_V8_DO_NOT_USE(isolate) i::VMState<v8::OTHER> __state__((isolate)) 53 i::VMState<v8::OTHER> __state__((isolate)); \ 62 i::VMState<v8::OTHER> __state__((isolate)); \ 97 i::VMState<v8::OTHER> __state__((isolate)); \ 101 i::VMState<v8::OTHER> __state__((isolate)); \ 112 i::VMState<v8::OTHER> __state__((isolate)); 115 i::VMState<v8::OTHER> __state__((isolate));
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | StandardPlural.java | 25 OTHER("other"), enum constant 30 * Numeric index of OTHER, same as OTHER.ordinal(). 32 public static final int OTHER_INDEX = OTHER.ordinal(); 97 return OTHER; in orNullFromString() 108 * @return the plural form corresponding to the keyword, or OTHER 112 return p != null ? p : OTHER; in orOtherFromString() 144 return p != null ? p.ordinal() : OTHER.ordinal(); in indexOrOtherIndexFromString()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | StandardPlural.java | 27 OTHER("other"); enum constant 30 * Numeric index of OTHER, same as OTHER.ordinal(). 32 public static final int OTHER_INDEX = OTHER.ordinal(); 83 return OTHER; in orNullFromString() 94 * @return the plural form corresponding to the keyword, or OTHER 98 return p != null ? p : OTHER; in orOtherFromString() 130 return p != null ? p.ordinal() : OTHER.ordinal(); in indexOrOtherIndexFromString()
|
/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/ |
H A D | CurrencyDataParser.java | 59 OTHER("Other"); // place holder enum constant 73 return OTHER; in forName() 78 ElementType elem = ElementType.OTHER; 96 elem = ElementType.OTHER; in startElement() 101 elem = ElementType.OTHER; in startElement() 115 elem = ElementType.OTHER; in endElement()
|
/third_party/rust/crates/once_cell/examples/ |
H A D | bench_acquire.rs | 12 static OTHER: AtomicUsize = AtomicUsize::new(0); consts 22 println!("{:?}", OTHER.load(Ordering::Relaxed)); in main() 33 let k = OTHER.fetch_add(data[accum & 0x7F] as usize, Ordering::Relaxed); in thread_main()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
H A D | PluralRangesMapperTest.java | 8 import static org.unicode.icu.tool.cldrtoicu.mapper.PluralRangesMapperTest.PluralCount.OTHER; 33 ZERO, ONE, TWO, FEW, MANY, OTHER; enum constant 46 pluralRange(locales, ONE, TWO, OTHER), in testSimple() 74 pluralRange(locales2, ONE, TWO, OTHER), in testMultipleSets()
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_padding_optimizer.cc | 119 // OTHER these fields are initialized one-by-one. 132 OTHER = 5, in OptimizeLayout() enumerator 143 Family f = OTHER; in OptimizeLayout() 198 if (f == OTHER) { in OptimizeLayout()
|