| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| H A D | DataDrivenNumberFormatTestData.java | 251 public void setLocale(String value) { in setLocale() argument 255 public void setCurrency(String value) { in setCurrency() argument 259 setPattern(String value) setPattern() argument 263 setFormat(String value) setFormat() argument 267 setOutput(String value) setOutput() argument 271 setComment(String value) setComment() argument 275 setMinIntegerDigits(String value) setMinIntegerDigits() argument 279 setMaxIntegerDigits(String value) setMaxIntegerDigits() argument 283 setMinFractionDigits(String value) setMinFractionDigits() argument 287 setMaxFractionDigits(String value) setMaxFractionDigits() argument 291 setMinGroupingDigits(String value) setMinGroupingDigits() argument 295 setBreaks(String value) setBreaks() argument 299 setUseSigDigits(String value) setUseSigDigits() argument 303 setMinSigDigits(String value) setMinSigDigits() argument 307 setMaxSigDigits(String value) setMaxSigDigits() argument 311 setUseGrouping(String value) setUseGrouping() argument 315 setMultiplier(String value) setMultiplier() argument 319 setRoundingIncrement(String value) setRoundingIncrement() argument 323 setFormatWidth(String value) setFormatWidth() argument 327 setPadCharacter(String value) setPadCharacter() argument 331 setUseScientific(String value) setUseScientific() argument 335 setGrouping(String value) setGrouping() argument 339 setGrouping2(String value) setGrouping2() argument 343 setRoundingMode(String value) setRoundingMode() argument 347 setCurrencyUsage(String value) setCurrencyUsage() argument 351 setMinimumExponentDigits(String value) setMinimumExponentDigits() argument 355 setExponentSignAlwaysShown(String value) setExponentSignAlwaysShown() argument 359 setDecimalSeparatorAlwaysShown(String value) setDecimalSeparatorAlwaysShown() argument 363 setPadPosition(String value) setPadPosition() argument 367 setPositivePrefix(String value) setPositivePrefix() argument 371 setPositiveSuffix(String value) setPositiveSuffix() argument 375 setNegativePrefix(String value) setNegativePrefix() argument 379 setNegativeSuffix(String value) setNegativeSuffix() argument 383 setSignAlwaysShown(String value) setSignAlwaysShown() argument 387 setLocalizedPattern(String value) setLocalizedPattern() argument 391 setToPattern(String value) setToPattern() argument 395 setToLocalizedPattern(String value) setToLocalizedPattern() argument 399 setStyle(String value) setStyle() argument 403 setParse(String value) setParse() argument 407 setLenient(String value) setLenient() argument 411 setPlural(String value) setPlural() argument 415 setParseIntegerOnly(String value) setParseIntegerOnly() argument 419 setParseCaseSensitive(String value) setParseCaseSensitive() argument 423 setDecimalPatternMatchRequired(String value) setDecimalPatternMatchRequired() argument 427 setParseNoExponent(String value) setParseNoExponent() argument 431 setOutputCurrency(String value) setOutputCurrency() argument [all...] |
| H A D | PluralRulesTest.java | 512 public void checkValue(String title1, PluralRules rules, String expected, String value) { in checkValue() argument 786 assertRuleValue(String rule, DecimalQuantity value) assertRuleValue() argument 790 assertRuleKeyValue(String rule, String key, DecimalQuantity value) assertRuleKeyValue() argument [all...] |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
| H A D | BasicTest.java | 1806 private static int sign(int value) { in sign() argument 1813 private static String signString(int value) { in signString() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | TimeZoneNamesImpl.java | 337 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() argument 350 private void consumeNamesTable(UResource.Key key, UResource.Value value, boolean noFallback) { in consumeNamesTable() argument 638 private void setNameIfEmpty(UResource.Key key, UResource.Value value) { in setNameIfEmpty() argument 651 put(UResource.Key key, UResource.Value value, boolean noFallback) put() argument [all...] |
| H A D | ICUResourceBundle.java | 622 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() argument [all...] |
| H A D | CalendarAstronomer.java | 621 double value; field in CalendarAstronomer.SolarLongitude 1128 double value; field in CalendarAstronomer.MoonAge 1336 normalize(double value, double range) normalize() argument [all...] |
| H A D | ICUResourceBundleReader.java | 982 getValue(int i, UResource.Value value) getValue() argument 1057 getKeyAndValue(int i, UResource.Key key, UResource.Value value) getKeyAndValue() argument 1071 findValue(CharSequence key, UResource.Value value) findValue() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | Normalizer.java | 482 private QuickCheckResult(int value) { in QuickCheckResult() argument 1801 setOption(int option,boolean value) setOption() argument [all...] |
| H A D | MessagePattern.java | 737 private short value; global() field in MessagePattern.Part 1469 addPart(Part.Type type, int index, int length, int value) addPart() argument 1473 addLimitPart(int start, Part.Type type, int index, int length, int value) addLimitPart() argument [all...] |
| H A D | MessageFormat.java | 2677 private Object value; global() field in MessageFormat.AttributeAndPosition [all...] |
| H A D | RelativeDateTimeFormatter.java | 1205 private Style styleFromAlias(UResource.Value value) { in styleFromAlias() argument 1224 public void consumeTableRelative(UResource.Key key, UResource.Value value) { in consumeTableRelative() argument 1273 consumeTableRelativeTime(UResource.Key key, UResource.Value value) consumeTableRelativeTime() argument 1291 consumeTimeDetail(UResource.Key key, UResource.Value value) consumeTimeDetail() argument 1318 handlePlainDirection(UResource.Key key, UResource.Value value) handlePlainDirection() argument 1340 consumeTimeUnit(UResource.Key key, UResource.Value value) consumeTimeUnit() argument 1356 handleAlias(UResource.Key key, UResource.Value value, boolean noFallback) handleAlias() argument 1380 put(UResource.Key key, UResource.Value value, boolean noFallback) put() argument [all...] |
| H A D | NumberFormat.java | 489 public void setParseIntegerOnly(boolean value) { in setParseIntegerOnly() argument 514 public void setParseStrict(boolean value) { in setParseStrict() argument [all...] |
| H A D | StringSearch.java | 643 private static int[] addToIntArray(int[] destination, int offset, int value, int increments) { in addToIntArray() argument 667 addToLongArray(long[] destination, int offset, int destinationlength, long value, int increments) addToLongArray() argument [all...] |
| H A D | Collator.java | 984 put(UResource.Key key, UResource.Value value, boolean noFallback) put() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
| H A D | NumberSkeletonImpl.java | 373 private static void roundingMode(RoundingMode value, StringBuilder sb) { in roundingMode() argument 404 private static void groupingStrategy(GroupingStrategy value, StringBuilder sb) { in groupingStrategy() argument 426 private static void unitWidth(UnitWidth value, StringBuilder sb) { in unitWidth() argument 454 private static void signDisplay(SignDisplay value, StringBuilder sb) { in signDisplay() argument 482 private static void decimalSeparatorDisplay(DecimalSeparatorDisplay value, StringBuilder sb) { in decimalSeparatorDisplay() argument 1593 checkNull(Object value, CharSequence content) checkNull() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| H A D | MutableCodePointTrie.java | 140 maybeFilterValue(int value, int initialValue, int nullValue, ValueFilter filter) maybeFilterValue() argument 235 writeBlock(int block, int value) writeBlock() argument 246 set(int c, int value) set() argument 256 fillBlock(int block, int start, int limit, int value) fillBlock() argument 268 setRange(int start, int end, int value) setRange() argument 523 allValuesSameAs(int[] p, int pi, int length, int value) allValuesSameAs() argument 544 findAllSameBlock(int[] p, int start, int limit, int value, int blockLength) findAllSameBlock() argument 596 getAllSameOverlap(int[] p, int length, int value, int blockLength) getAllSameOverlap() argument 650 findOrAdd(int index, int count, int value) findOrAdd() argument 673 add(int index, int count, int value) add() argument [all...] |
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/ |
| H A D | XLIFF2ICUConverter.java | 638 public void write(OutputStream writer, String value){ in write() argument [all...] |
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/ |
| H A D | LocaleDistanceBuilder.java | 81 private void addContainments(UResource.Key key, UResource.Value value) { in addContainments() argument 140 void addStar(int value) { in addStar() argument 146 addSubtag(String s, int value) addSubtag() argument [all...] |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
| H A D | RBBITestMonkey.java | 80 void setAppliedRule(int position, String value) { in setAppliedRule() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| H A D | DataDrivenNumberFormatTestData.java | 254 public void setLocale(String value) { in setLocale() argument 258 public void setCurrency(String value) { in setCurrency() argument 262 setPattern(String value) setPattern() argument 266 setFormat(String value) setFormat() argument 270 setOutput(String value) setOutput() argument 274 setComment(String value) setComment() argument 278 setMinIntegerDigits(String value) setMinIntegerDigits() argument 282 setMaxIntegerDigits(String value) setMaxIntegerDigits() argument 286 setMinFractionDigits(String value) setMinFractionDigits() argument 290 setMaxFractionDigits(String value) setMaxFractionDigits() argument 294 setMinGroupingDigits(String value) setMinGroupingDigits() argument 298 setBreaks(String value) setBreaks() argument 302 setUseSigDigits(String value) setUseSigDigits() argument 306 setMinSigDigits(String value) setMinSigDigits() argument 310 setMaxSigDigits(String value) setMaxSigDigits() argument 314 setUseGrouping(String value) setUseGrouping() argument 318 setMultiplier(String value) setMultiplier() argument 322 setRoundingIncrement(String value) setRoundingIncrement() argument 326 setFormatWidth(String value) setFormatWidth() argument 330 setPadCharacter(String value) setPadCharacter() argument 334 setUseScientific(String value) setUseScientific() argument 338 setGrouping(String value) setGrouping() argument 342 setGrouping2(String value) setGrouping2() argument 346 setRoundingMode(String value) setRoundingMode() argument 350 setCurrencyUsage(String value) setCurrencyUsage() argument 354 setMinimumExponentDigits(String value) setMinimumExponentDigits() argument 358 setExponentSignAlwaysShown(String value) setExponentSignAlwaysShown() argument 362 setDecimalSeparatorAlwaysShown(String value) setDecimalSeparatorAlwaysShown() argument 366 setPadPosition(String value) setPadPosition() argument 370 setPositivePrefix(String value) setPositivePrefix() argument 374 setPositiveSuffix(String value) setPositiveSuffix() argument 378 setNegativePrefix(String value) setNegativePrefix() argument 382 setNegativeSuffix(String value) setNegativeSuffix() argument 386 setSignAlwaysShown(String value) setSignAlwaysShown() argument 390 setLocalizedPattern(String value) setLocalizedPattern() argument 394 setToPattern(String value) setToPattern() argument 398 setToLocalizedPattern(String value) setToLocalizedPattern() argument 402 setStyle(String value) setStyle() argument 406 setParse(String value) setParse() argument 410 setLenient(String value) setLenient() argument 414 setPlural(String value) setPlural() argument 418 setParseIntegerOnly(String value) setParseIntegerOnly() argument 422 setParseCaseSensitive(String value) setParseCaseSensitive() argument 426 setDecimalPatternMatchRequired(String value) setDecimalPatternMatchRequired() argument 430 setParseNoExponent(String value) setParseNoExponent() argument 434 setOutputCurrency(String value) setOutputCurrency() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
| H A D | CollationDataBuilder.java | 788 enumRangeForCopy(int start, int end, int value, CopyHelper helper) { in enumRangeForCopy() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/ |
| H A D | BigDecimal.java | 3357 badarg(java.lang.String name, int pos, java.lang.String value) badarg() argument [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | coll.cpp | 278 UColAttributeValue value; member 326 char value[1024]; // The reordering value could be long. in setAttributesFromKeywords() local [all...] |
| H A D | tmutfmt.cpp | 699 const MessageFormat** value = (const MessageFormat**)valueTok.pointer; deleteHash() local 722 const MessageFormat** value = (const MessageFormat**)valueTok.pointer; copyHash() local [all...] |
| H A D | udat.cpp | 927 setSymbol(UnicodeString *array, int32_t count, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setSymbol() argument 942 setEra(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setEra() argument 949 setEraName(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setEraName() argument 956 setMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setMonth() argument 963 setShortMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setShortMonth() argument 970 setNarrowMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setNarrowMonth() argument 977 setStandaloneMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneMonth() argument 984 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneShortMonth() argument 991 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneNarrowMonth() argument 998 setWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setWeekday() argument 1005 setShortWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setShortWeekday() argument 1012 setShorterWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setShorterWeekday() argument 1019 setNarrowWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setNarrowWeekday() argument 1026 setStandaloneWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneWeekday() argument 1033 setStandaloneShortWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneShortWeekday() argument 1040 setStandaloneShorterWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneShorterWeekday() argument 1047 setStandaloneNarrowWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneNarrowWeekday() argument 1054 setQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setQuarter() argument 1061 setShortQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setShortQuarter() argument 1068 setNarrowQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setNarrowQuarter() argument 1075 setStandaloneQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneQuarter() argument 1082 setStandaloneShortQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneShortQuarter() argument 1089 setStandaloneNarrowQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setStandaloneNarrowQuarter() argument 1096 setShortYearNames(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setShortYearNames() argument 1103 setShortZodiacNames(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setShortZodiacNames() argument 1110 setAmPm(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setAmPm() argument 1117 setLocalPatternChars(DateFormatSymbols *syms, const UChar *value, int32_t valueLength, UErrorCode &errorCode) setLocalPatternChars() argument 1127 udat_setSymbols( UDateFormat *format, UDateFormatSymbolType type, int32_t index, UChar *value, int32_t valueLength, UErrorCode *status) udat_setSymbols() argument 1266 udat_setContext(UDateFormat* fmt, UDisplayContext value, UErrorCode* status) udat_setContext() argument [all...] |