Home
last modified time | relevance | path

Searched defs:key (Results 4376 - 4400 of 6026) sorted by relevance

1...<<171172173174175176177178179180>>...242

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DLongNameHandler.java187 public void put(UResource.Key key, UResourc argument
312 put(UResource.Key key, UResource.Value value, boolean noFallback) put() argument
336 put(UResource.Key key, UResource.Value value, boolean noFallback) put() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateIntervalInfo.java444 public void put(Key key, Value value, boolean noFallback) { in put() argument
473 public void processSkeletonTable(Key key, Value value) { in processSkeletonTable() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCurrency.java278 private static Currency loadCurrency(String key) { in loadCurrency() argument
443 getKeywordValuesForLocale(String key, ULocale locale, boolean commonlyUsed) getKeywordValuesForLocale() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Dserv.cpp139 SimpleFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const in create() argument
372 ICUServiceKey* key = createKey(&descriptor, status); in get() local
381 ICUService::getKey(ICUServiceKey& key, UErrorCode& status) const in getKey() argument
390 ICUService::getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const in getKey() argument
417 getKey(ICUServiceKey& key, UnicodeString* actualReturn, const ICUServiceFactory* factory, UErrorCode& status) const getKey() argument
805 ICUServiceKey* key = createKey(&id, status); registerInstance() local
[all...]
H A Duhash.cpp146 _uhash_setElement(UHashtable *hash, UHashElement* e, int32_t hashcode, UHashTok key, UHashTok value, int8_t hint) _uhash_setElement() argument
336 _uhash_find(const UHashtable *hash, UHashTok key, int32_t hashcode) _uhash_find() argument
440 _uhash_remove(UHashtable *hash, UHashTok key) _uhash_remove() argument
465 _uhash_put(UHashtable *hash, UHashTok key, UHashTok value, int8_t hint, UErrorCode *status) _uhash_put() argument
662 uhash_get(const UHashtable *hash, const void* key) uhash_get() argument
670 uhash_iget(const UHashtable *hash, int32_t key) uhash_iget() argument
678 uhash_geti(const UHashtable *hash, const void* key) uhash_geti() argument
686 uhash_igeti(const UHashtable *hash, int32_t key) uhash_igeti() argument
694 uhash_getiAndFound(const UHashtable *hash, const void *key, UBool *found) uhash_getiAndFound() argument
705 uhash_igetiAndFound(const UHashtable *hash, int32_t key, UBool *found) uhash_igetiAndFound() argument
716 uhash_put(UHashtable *hash, void* key, void* value, UErrorCode *status) uhash_put() argument
729 uhash_iput(UHashtable *hash, int32_t key, void* value, UErrorCode *status) uhash_iput() argument
742 uhash_puti(UHashtable *hash, void* key, int32_t value, UErrorCode *status) uhash_puti() argument
756 uhash_iputi(UHashtable *hash, int32_t key, int32_t value, UErrorCode *status) uhash_iputi() argument
769 uhash_putiAllowZero(UHashtable *hash, void *key, int32_t value, UErrorCode *status) uhash_putiAllowZero() argument
783 uhash_iputiAllowZero(UHashtable *hash, int32_t key, int32_t value, UErrorCode *status) uhash_iputiAllowZero() argument
796 uhash_remove(UHashtable *hash, const void* key) uhash_remove() argument
804 uhash_iremove(UHashtable *hash, int32_t key) uhash_iremove() argument
812 uhash_removei(UHashtable *hash, const void* key) uhash_removei() argument
820 uhash_iremovei(UHashtable *hash, int32_t key) uhash_iremovei() argument
841 uhash_containsKey(const UHashtable *hash, const void *key) uhash_containsKey() argument
856 uhash_icontainsKey(const UHashtable *hash, int32_t key) uhash_icontainsKey() argument
864 uhash_find(const UHashtable *hash, const void* key) uhash_find() argument
930 uhash_hashUChars(const UHashTok key) uhash_hashUChars() argument
936 uhash_hashChars(const UHashTok key) uhash_hashChars() argument
942 uhash_hashIChars(const UHashTok key) uhash_hashIChars() argument
1059 uhash_hashLong(const UHashTok key) uhash_hashLong() argument
[all...]
H A Dusprep.cpp141 UStringPrepKey *key = NULL; in usprep_internal_flushCache() local
351 LocalMemory<UStringPrepKey> key; usprep_getProfile() local
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DUnicodeMap.java824 public boolean containsKey(String key) { in containsKey() argument
831 public boolean containsKey(int key) { in containsKey() argument
905 remove(String key) remove() argument
912 remove(int key) remove() argument
1052 getValue(String key) getValue() argument
1059 getValue(int key) getValue() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DULocaleTest.java397 boolean unregister(Object key); in unregister() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTimeZoneGenericNames.java99 Pattern(String key, String defaultVal) { in Pattern() argument
104 String key() { in key() method in TimeZoneGenericNames.Pattern
906 protected TimeZoneGenericNames createInstance(String key, ULocal argument
[all...]
H A DLocaleDisplayNamesImpl.java117 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() argument
520 keyDisplayName(String key, boolean skipAdjust) keyDisplayName() argument
527 keyDisplayName(String key) keyDisplayName() argument
531 keyValueDisplayName(String key, String value, boolean skipAdjust) keyValueDisplayName() argument
555 keyValueDisplayName(String key, String value) keyValueDisplayName() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DULocaleTest.java396 boolean unregister(Object key); in unregister() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRuleBasedBreakIterator.java734 int getPosition(int key) { in getPosition() argument
744 void setPosition(int key, int position) { in setPosition() argument
H A DDateIntervalInfo.java434 public void put(Key key, Value value, boolean noFallback) { in put() argument
463 public void processSkeletonTable(Key key, Value value) { in processSkeletonTable() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCurrency.java264 private static Currency loadCurrency(String key) { in loadCurrency() argument
418 getKeywordValuesForLocale(String key, ULocale locale, boolean commonlyUsed) getKeywordValuesForLocale() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
H A DTestFmwk.java231 protected static String getProperty(String key) { in getProperty() argument
235 protected static boolean getBooleanProperty(String key) { in getBooleanProperty() argument
239 protected static boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty() argument
243 protected static int getIntProperty(String key, int defVal) { in getIntProperty() argument
247 protected static int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty() argument
402 getProperty(String key) getProperty() argument
410 getBooleanProperty(String key) getBooleanProperty() argument
414 getBooleanProperty(String key, boolean defVal) getBooleanProperty() argument
425 getIntProperty(String key, int defVal) getIntProperty() argument
429 getIntProperty(String key, int defVal, int maxVal) getIntProperty() argument
437 getLongProperty(String key, long defVal) getLongProperty() argument
[all...]
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DTestFmwk.java205 protected static String getProperty(String key) { in getProperty() argument
209 protected static boolean getBooleanProperty(String key) { in getBooleanProperty() argument
213 protected static boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty() argument
217 protected static int getIntProperty(String key, int defVal) { in getIntProperty() argument
221 protected static int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty() argument
377 getProperty(String key) getProperty() argument
385 getBooleanProperty(String key) getBooleanProperty() argument
389 getBooleanProperty(String key, boolean defVal) getBooleanProperty() argument
400 getIntProperty(String key, int defVal) getIntProperty() argument
404 getIntProperty(String key, int defVal, int maxVal) getIntProperty() argument
412 getLongProperty(String key, long defVal) getLongProperty() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationTest.java189 static final String prettify(CollationKey key) { in prettify() argument
194 static final String prettify(RawCollationKey key) { in prettify() argument
1046 private String printCollationKey(CollationKey key) { in printCollationKey() argument
1441 getMergedCollationKey(String s, Output<CollationKey> key) getMergedCollationKey() argument
1471 getDifferenceLevel(CollationKey prevKey, CollationKey key, int order, boolean collHasCaseLevel) getDifferenceLevel() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DPluralRulesTest.java646 private void assertRuleKeyValue(String rule, String key, double value) { in assertRuleKeyValue() argument
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodeMap.java821 public boolean containsKey(String key) { in containsKey() argument
828 public boolean containsKey(int key) { in containsKey() argument
902 remove(String key) remove() argument
909 remove(int key) remove() argument
1049 getValue(String key) getValue() argument
1056 getValue(int key) getValue() argument
[all...]
/third_party/libsnd/src/
H A Dcaf.c843 char *key, *value ; in caf_read_strings() local
913 put_key_value (struct put_buffer * buf, const char * key, cons argument
[all...]
H A Dflac.c610 { const char * key, * value ; in flac_write_strings() local
[all...]
/third_party/libuv/src/unix/
H A Dthread.c858 int uv_key_create(uv_key_t* key) { in uv_key_create() argument
863 void uv_key_delete(uv_key_t* key) { in uv_key_delete() argument
869 void* uv_key_get(uv_key_t* key) { in uv_key_get() argument
874 void uv_key_set(uv_key_t* key, void* value) { in uv_key_set() argument
/third_party/mbedtls/library/
H A Dcipher.c302 mbedtls_cipher_setkey(mbedtls_cipher_context_t *ctx, const unsigned char *key, int key_bitlen, const mbedtls_operation_t operation) mbedtls_cipher_setkey() argument
[all...]
/third_party/libcoap/include/coap3/
H A Dcoap_dtls.h259 } key; member
349 coap_bin_const_t key; global() member
416 coap_bin_const_t key; global() member
[all...]
/third_party/libcoap/include/oscore/
H A Doscore_cose.h199 coap_bin_const_t key; member

Completed in 38 milliseconds

1...<<171172173174175176177178179180>>...242