/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/range/ |
H A D | StandardPluralRanges.java | 36 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() argument [all...] |
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
H A D | LanguageData.java | 154 public String getTag(int value) in getTag() argument 163 public String getTagLabel(int value) in getTagLabel() argument 172 public String makeTag(int value) in makeTag() argument 181 getName(int value) getName() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | CjkBreakEngine.java | 79 private static boolean isKatakana(int value) { in isKatakana() argument
|
H A D | QuantityFormatter.java | 107 public static StringBuilder format(String compiledPattern, CharSequence value, in format() argument
|
/third_party/icu/icu4c/source/common/ |
H A D | uset_props.cpp | 102 uset_applyIntPropertyValue(USet* set, UProperty prop, int32_t value, UErrorCode* ec) uset_applyIntPropertyValue() argument 108 uset_applyPropertyAlias(USet* set, const UChar *prop, int32_t propLength, const UChar *value, int32_t valueLength, UErrorCode* ec) uset_applyPropertyAlias() argument
|
/third_party/icu/icu4c/source/i18n/ |
H A D | udateintervalformat.cpp | 156 udtitvfmt_setContext(UDateIntervalFormat* formatter, UDisplayContext value, UErrorCode* status) udtitvfmt_setContext() argument
|
H A D | number_usageprefs.cpp | 93 void StringProp::set(StringPiece value) { in set() argument
|
/third_party/icu/icu4c/source/extra/scrptrun/ |
H A D | scrptrun.cpp | 50 int8_t ScriptRun::highBit(int32_t value) in highBit() argument [all...] |
/third_party/libsnd/tests/ |
H A D | chunk_test.c | 326 int err, value ; in wav_subchunk_test() local [all...] |
H A D | peak_chunk_test.c | 261 float value ; in check_logged_peaks() local
|
H A D | long_read_write_test.c | 66 { int value = k / 32 ; in main() local
|
/third_party/libcoap/include/coap3/ |
H A D | coap_option.h | 35 const uint8_t *value; member [all...] |
/third_party/libdrm/freedreno/msm/ |
H A D | msm_pipe.c | 31 query_param(struct fd_pipe *pipe, uint32_t param, uint64_t *value) query_param() argument 51 msm_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param, uint64_t *value) msm_pipe_get_param() argument 159 uint64_t value; get_param() local [all...] |
/third_party/lzma/CPP/7zip/Compress/ |
H A D | CopyCoder.cpp | 133 Z7_COM7F_IMF(CCopyCoder::GetInStreamProcessedSize(UInt64 *value))
in GetInStreamProcessedSize() argument
|
H A D | XzDecoder.cpp | 128 Z7_COM7F_IMF(CComDecoder::GetInStreamProcessedSize(UInt64 *value))
in GetInStreamProcessedSize() argument
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zFolderInStream.cpp | 200 Z7_COM7F_IMF(CFolderInStream::GetSubStreamSize(UInt64 subStream, UInt64 *value))
in GetSubStreamSize() argument
|
/third_party/mbedtls/library/ |
H A D | base64.c | 26 unsigned char mbedtls_ct_base64_enc_char(unsigned char value) in mbedtls_ct_base64_enc_char() argument [all...] |
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-generator-prototype.c | 154 ecma_value_t value = opfunc_resume_executable_object (executable_object_p, arg); in ecma_builtin_generator_prototype_object_do() local [all...] |
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | array-prototype-fill.js | 192 var value = array.fill(2, 0, { variable 202 var value = array.fill(1, { variable 212 var value = array.fill(4, { variable
|
/third_party/json/include/nlohmann/detail/iterators/ |
H A D | iter_impl.hpp | 738 reference value() const value() function in detail::iter_impl [all...] |
H A D | iteration_proxy.hpp | 72 && std::is_nothrow_move_constructible<string_type>::value) = default; member in detail::iteration_proxy_value 75 && std::is_nothrow_move_assignable<string_type>::value) = default; member in detail::iteration_proxy_value 150 typename IteratorType::reference value() cons function in detail::iteration_proxy_value [all...] |
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-get-put-value.c | 200 ecma_op_put_value_lex_env_base(ecma_object_t *lex_env_p, ecma_string_t *name_p, bool is_strict, ecma_value_t value) ecma_op_put_value_lex_env_base() argument [all...] |
/third_party/jerryscript/jerry-ext/handler/ |
H A D | handler-register.c | 132 jerryx_set_property_str(const jerry_value_t target_object, const char *name, const jerry_value_t value) jerryx_set_property_str() argument [all...] |
/third_party/jerryscript/tests/unit-core/ |
H A D | test-api-set-and-clear-error-flag.cpp | 23 compare_str (jerry_value_t value, const jerry_char_t *str_p, size_t str_len) in compare_str() argument 203 jerry_value_t value = jerry_create_number (42); in HWTEST_F() local [all...] |
H A D | test-api-value-type.cpp | 25 jerry_value_t value; member
|