/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | StringPrepDataReader.java | 47 public char[] read(int length) throws IOException{ in read() argument 58 public int[] readIndexes(int length)throws IOException{ in readIndexes() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
H A D | CurrencyPluralInfoAffixProvider.java | 35 public int length(int flags) { in length() method in CurrencyPluralInfoAffixProvider
|
/third_party/icu/icu4c/source/i18n/ |
H A D | numparse_compositions.cpp | 91 int32_t ArraySeriesMatcher::length() const { in length() function in ArraySeriesMatcher
|
H A D | collationweights.h | 81 int32_t length, count; member
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | uset.h | 247 int32_t length; member [all...] |
/third_party/mbedtls/library/ |
H A D | padlock.c | 103 mbedtls_padlock_xcryptcbc(mbedtls_aes_context *ctx, int mode, size_t length, unsigned char iv[16], const unsigned char *input, unsigned char *output) mbedtls_padlock_xcryptcbc() argument
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-array-iterator-prototype.c | 82 uint32_t length; in ecma_builtin_array_iterator_prototype_object_next() local
|
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/ |
H A D | I2C-js.cpp | 127 int length = jerry_get_number_value(args[2]); in DECLARE_CLASS_FUNCTION() local 224 int length = jerry_get_number_value(args[2]); in DECLARE_CLASS_FUNCTION() local
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-string-object.c | 105 ecma_length_t length = ecma_string_get_length (prim_value_str_p); in ecma_op_string_list_lazy_property_names() local
|
/third_party/jerryscript/tests/jerry/ |
H A D | array-prototype-slice.js | [all...] |
/third_party/mesa3d/src/gallium/frontends/hgl/ |
H A D | bitmap_wrapper.cpp | 77 copy_bitmap_bits(const Bitmap* bitmap, void* data, int32 length) in copy_bitmap_bits() argument 88 import_bitmap_bits(const Bitmap* bitmap, void* data, int32 length, in import_bitmap_bits() argument
|
/third_party/node/src/crypto/ |
H A D | crypto_aes.h | 42 size_t length; member
|
H A D | crypto_spkac.cc | 20 size_t length = input.size(); in VerifySpkac() local 91 size_t length = input.size(); in ExportChallenge() local
|
/third_party/node/src/ |
H A D | node_snapshotable.h | 38 size_t length; member
|
/third_party/node/deps/icu-small/source/common/ |
H A D | bytestrie.cpp | 81 BytesTrie::branchNext(const uint8_t *pos, int32_t length, int32_t inByte) { in branchNext() argument 158 int32_t length=node-kMinLinearMatch; // Actual match length minus 1. nextImpl() local [all...] |
H A D | charstr.h | 79 int32_t length() const { return len; } in length() function in CharString
|
H A D | bytestrieiterator.cpp | 65 int32_t length=remainingMatchLength_; // Actual remaining match length minus 1. in Iterator() local 72 str_->append(reinterpret_cast<const char *>(pos_), length, errorCode); in Iterator() local 87 int32_t length in reset() local 114 int32_t length=stack_->elementAti(stackSize-1); next() local 159 int32_t length=node-kMinLinearMatch+1; next() local 165 str_->append(reinterpret_cast<const char *>(pos), length, errorCode); next() local 185 branchNext(const uint8_t *pos, int32_t length, UErrorCode &errorCode) branchNext() argument [all...] |
H A D | ucharstrieiterator.cpp | 64 int32_t length=remainingMatchLength_; // Actual remaining match length minus 1. in Iterator() local 86 int32_t length in reset() local 113 int32_t length=stack_->elementAti(stackSize-1); next() local 173 int32_t length=node-kMinLinearMatch+1; next() local 186 branchNext(const char16_t *pos, int32_t length, UErrorCode &errorCode) branchNext() argument [all...] |
H A D | ucnv_cb.cpp | 182 int32_t length; in ucnv_cbFromUWriteSub() local 37 ucnv_cbFromUWriteBytes(UConverterFromUnicodeArgs *args, const char* source, int32_t length, int32_t offsetIndex, UErrorCode * err) ucnv_cbFromUWriteBytes() argument 228 ucnv_cbToUWriteUChars(UConverterToUnicodeArgs *args, const char16_t* source, int32_t length, int32_t offsetIndex, UErrorCode * err) ucnv_cbToUWriteUChars() argument [all...] |
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | uset.h | 272 int32_t length; member [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | utf8collationiterator.h | 74 int32_t length; // <0 for NUL-terminated strings member in UTF8CollationIterator
|
H A D | numparse_compositions.cpp | 91 int32_t ArraySeriesMatcher::length() const { in length() function in ArraySeriesMatcher
|
H A D | collationweights.h | 81 int32_t length, count; member
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | ustr.c | 41 ustr_initChars(struct UString *s, const char* source, int32_t length, UErrorCode *status) in ustr_initChars() argument
|
H A D | rbutil.c | 77 int32_t length = 0; in itostr() local [all...] |