Home
last modified time | relevance | path

Searched defs:value (Results 3851 - 3875 of 6482) sorted by relevance

1...<<151152153154155156157158159160>>...260

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DDecimalQuantity_AbstractBCD.java994 appendDigit(byte value, int leadingZeros, boolean appendAsInteger) appendDigit() argument
1174 setDigitPos(int position, byte value) setDigitPos() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DStringTrieBuilder.java60 protected void addImpl(CharSequence s, int value) { in addImpl() argument
163 registerFinalValue(int value) registerFinalValue() argument
313 protected int value; global() field in StringTrieBuilder.ValueNode
690 add(int c, int value) add() argument
867 writeValueAndType(boolean hasValue, int value, int node) writeValueAndType() argument
[all...]
H A DCodePointTrie.java296 maybeFilterValue(int value, int trieNullValue, int nullValue, ValueFilter filter) maybeFilterValue() argument
[all...]
H A DBytesTrie.java515 public int value; global() field in BytesTrie.Entry
[all...]
H A DCharsTrie.java457 public int value; global() field in CharsTrie.Entry
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBIMonkeyTest.java342 boolean setKeywordParameter(String keyword, String value) { in setKeywordParameter() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DNumberFormatterApiTest.java2322 public final double value; field in NumberFormatterApiTest.UnitInflectionTestCase
2325 UnitInflectionTestCase(String unitIdentifier, String locale, String unitDisplayCase, double value, String expected) UnitInflectionTestCase() argument
[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
H A DTransliteratorInputMethod.java686 getListCellRendererComponent( JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) getListCellRendererComponent() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DLocaleDisplayNamesImpl.java117 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() argument
531 keyValueDisplayName(String key, String value, boolean skipAdjust) keyValueDisplayName() argument
555 keyValueDisplayName(String key, String value) keyValueDisplayName() argument
[all...]
H A DUtility.java358 private static final <T extends Appendable> void encodeRun(T buffer, int value, int length) { in encodeRun() argument
381 appendInt(T buffer, int value) appendInt() argument
394 encodeRun(T buffer, short value, int length) encodeRun() argument
426 encodeRun(T buffer, byte value, int length, byte[] state) encodeRun() argument
454 appendEncodedByte(T buffer, byte value, byte[] state) appendEncodedByte() argument
1846 charSequenceHashCode(CharSequence value) charSequenceHashCode() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateIntervalInfo.java434 public void put(Key key, Value value, boolean noFallback) { in put() argument
463 processSkeletonTable(Key key, Value value) processSkeletonTable() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DPluralRulesTest.java403 public void checkValue(String title1, PluralRules rules, String expected, String value) { in checkValue() argument
642 assertRuleValue(String rule, double value) assertRuleValue() argument
646 assertRuleKeyValue(String rule, String key, double value) assertRuleKeyValue() argument
[all...]
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodeMap.java196 private void _checkFind(int codepoint, int value) { in _checkFind() argument
279 private UnicodeMap _put(int codepoint, T value) { in _put() argument
374 _putAll(int startCodePoint, int endCodePoint, T value) _putAll() argument
389 put(int codepoint, T value) put() argument
404 put(String string, T value) put() argument
432 putAll(UnicodeSet codepoints, T value) putAll() argument
451 putAll(int startCodePoint, int endCodePoint, T value) putAll() argument
514 setMissing(T value) setMissing() argument
532 keySet(T value, UnicodeSet result) keySet() argument
554 keySet(T value) keySet() argument
627 get(String value) get() argument
682 composeWith(UnicodeSet set, T value, Composer<T> composer) composeWith() argument
835 containsValue(T value) containsValue() argument
983 public T value; global() field in UnicodeMap.EntryRange
1078 getSet(T value) getSet() argument
1085 getSet(T value, UnicodeSet result) getSet() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Dusprep.cpp467 getValues(uint16_t trieWord, int16_t& value, UBool& isIndex){ in getValues() argument
519 int16_t value; usprep_map() local
722 int16_t value; usprep_prepare() local
[all...]
H A Dutrie2_builder.cpp351 copyEnumRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { in copyEnumRange() argument
430 uint32_t value; in utrie2_cloneAsThawed() local
469 uint32_t value; in utrie2_fromUTrie() local
655 set32(UNewTrie2 *trie, UChar32 c, UBool forLSCP, uint32_t value, UErrorCode *pErrorCode) set32() argument
678 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode) utrie2_set32() argument
690 utrie2_set32ForLeadSurrogateCodeUnit(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode) utrie2_set32ForLeadSurrogateCodeUnit() argument
704 writeBlock(uint32_t *block, uint32_t value) writeBlock() argument
716 fillBlock(uint32_t *block, UChar32 start, UChar32 limit, uint32_t value, uint32_t initialValue, UBool overwrite) fillBlock() argument
737 utrie2_setRange32(UTrie2 *trie, UChar32 start, UChar32 end, uint32_t value, UBool overwrite, UErrorCode *pErrorCode) utrie2_setRange32() argument
947 uint32_t value, initialValue; findHighStart() local
[all...]
H A Dutrie.cpp222 utrie_set32(UNewTrie *trie, UChar32 c, uint32_t value) { in utrie_set32() argument
284 utrie_setRange32(UNewTrie *trie, UChar32 start, UChar32 limit, uint32_t value, UBool overwrite) { in utrie_setRange32() argument
263 utrie_fillBlock(uint32_t *block, UChar32 start, UChar32 limit, uint32_t value, uint32_t initialValue, UBool overwrite) utrie_fillBlock() argument
408 uint32_t value; utrie_fold() local
722 uint32_t value, initialValue; defaultGetFoldedValue() local
1050 enumSameValue(const void * , uint32_t value) enumSameValue() argument
1064 uint32_t value, prevValue, initialValue; utrie_enum() local
[all...]
H A Duniset_props.cpp668 int32_t value = *(int32_t*)context; in generalCategoryMaskFilter() local
682 int32_t value; member
779 UnicodeSet::applyIntPropertyValue(UProperty prop, int32_t value, UErrorCode& ec) { in applyIntPropertyValue() argument
810 applyPropertyAlias(const UnicodeString& prop, const UnicodeString& value, UErrorCode& ec) applyPropertyAlias() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dmeasfmt.cpp779 double value = 0; in formatNumeric() local
H A Dnumber_skeletons.cpp316 void enum_to_stem_string::roundingMode(UNumberFormatRoundingMode value, UnicodeString& sb) { in roundingMode() argument
356 void enum_to_stem_string::groupingStrategy(UNumberGroupingStrategy value, UnicodeString& sb) { in groupingStrategy() argument
378 void enum_to_stem_string::unitWidth(UNumberUnitWidth value, UnicodeString& sb) { in unitWidth() argument
406 void enum_to_stem_string::signDisplay(UNumberSignDisplay value, UnicodeString& sb) { in signDisplay() argument
441 enum_to_stem_string::decimalSeparatorDisplay(UNumberDecimalSeparatorDisplay value, UnicodeString& sb) { in decimalSeparatorDisplay() argument
[all...]
H A Ducol_sit.cpp126 UColAttributeValue value; member
169 _processLocaleElement(CollatorSpec *spec, uint32_t value, const char* string, in _processLocaleElement() argument
224 int32_t value in readHexCodeUnit() local
[all...]
H A Dcsrsbcs.cpp40 int32_t NGramParser::search(const int32_t *table, int32_t value) in search() argument
[all...]
H A Ducol.cpp346 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status) { in ucol_setAttribute() argument
H A Dgregocal.cpp687 GregorianCalendar::boundsCheck(int32_t value, UCalendarDateFields field) const in boundsCheck() argument
[all...]
/third_party/libsnd/src/
H A Dcaf.c430 float value ; in caf_read_header() local
843 char *key, *value ; in caf_read_strings() local
913 put_key_value(struct put_buffer * buf, const char * key, const char * value) put_key_value() argument
[all...]
H A Dflac.c426 const char *value, *cptr ; in sf_flac_meta_get_vorbiscomments() local
610 { const char * key, * value ; in flac_write_strings() local
[all...]

Completed in 33 milliseconds

1...<<151152153154155156157158159160>>...260