Home
last modified time | relevance | path

Searched defs:length (Results 426 - 450 of 4172) sorted by relevance

1...<<11121314151617181920>>...167

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DPlainStringFormattedValue.java48 public int length() { in length() method in PlainStringFormattedValue
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUSerializedSet.java185 private int arrayOffset, bmpLength, length; global() field in USerializedSet
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dutf8collationiterator.h74 int32_t length; // <0 for NUL-terminated strings member in UTF8CollationIterator
H A Dnumparse_compositions.cpp91 int32_t ArraySeriesMatcher::length() const { in length() function in ArraySeriesMatcher
H A Dcollationweights.h81 int32_t length, count; member
/third_party/icu/icu4c/source/common/
H A Dbytestrie.cpp81 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 Dbytestrieiterator.cpp65 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 Dcharstr.h79 int32_t length() const { return len; } in length() function in CharString
H A Ducharstrieiterator.cpp64 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 UChar *pos, int32_t length, UErrorCode &errorCode) branchNext() argument
[all...]
H A Ducnv_cb.cpp182 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 UChar* source, int32_t length, int32_t offsetIndex, UErrorCode * err) ucnv_cbToUWriteUChars() argument
[all...]
/third_party/FreeBSD/sys/dev/random/
H A Dhash.c104 randomdev_encrypt(struct randomdev_key *context, const void *d_in, void *d_out, u_int length) in randomdev_encrypt() argument
/third_party/icu/tools/unicode/c/genprops/misc/
H A Ducdmerge.c58 int length; in sameData() local
/third_party/icu/vendor/double-conversion/upstream/test/cctest/
H A Dtest-conversions.cc2030 static double StrToD16(const uc16* str16, int length, int flags, in StrToD16() argument
2048 int length = -1; in StrToD16() local
[all...]
H A Dtest-bignum-dtoa.cc61 int length; in TEST() local
264 int length; TEST() local
327 int length; TEST() local
345 int length; TEST() local
363 int length; TEST() local
384 int length; TEST() local
[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DBuildMirroringTables.java30 public void dump(String name, int[] array, int length, int valuesPerLine) in dump() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DUSerializedSet.java187 private int arrayOffset, bmpLength, length; global() field in USerializedSet
[all...]
H A DStringPrepDataReader.java47 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/coll/
H A DUVector64.java51 private int length = 0; global() field in UVector64
[all...]
H A DUVector32.java51 private int length = 0; global() field in UVector32
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
H A DSeriesMatcher.java35 public int length() { in length() method in SeriesMatcher
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DCurrencyPluralInfoAffixProvider.java35 public int length(int flags) { in length() method in CurrencyPluralInfoAffixProvider
/third_party/icu/icu4c/source/common/unicode/
H A Duset.h247 int32_t length; member
[all...]
/third_party/mbedtls/library/
H A Dpadlock.c103 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 Decma-builtin-array-iterator-prototype.c82 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 DI2C-js.cpp127 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

Completed in 13 milliseconds

1...<<11121314151617181920>>...167