| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/ |
| H A D | PlainStringFormattedValue.java | 48 public int length() { in length() method in PlainStringFormattedValue
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | USerializedSet.java | 185 private int arrayOffset, bmpLength, length; global() field in USerializedSet [all...] |
| /third_party/icu/icu4c/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/icu/icu4c/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 | 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 | charstr.h | 79 int32_t length() const { return len; } in length() function in CharString
|
| 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 UChar *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 UChar* source, int32_t length, int32_t offsetIndex, UErrorCode * err) ucnv_cbToUWriteUChars() argument [all...] |
| /third_party/FreeBSD/sys/dev/random/ |
| H A D | hash.c | 104 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 D | ucdmerge.c | 58 int length; in sameData() local
|
| /third_party/icu/vendor/double-conversion/upstream/test/cctest/ |
| H A D | test-conversions.cc | 2030 static double StrToD16(const uc16* str16, int length, int flags, in StrToD16() argument 2048 int length = -1; in StrToD16() local [all...] |
| H A D | test-bignum-dtoa.cc | 61 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 D | BuildMirroringTables.java | 30 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 D | USerializedSet.java | 187 private int arrayOffset, bmpLength, length; global() field in USerializedSet [all...] |
| 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/coll/ |
| H A D | UVector64.java | 51 private int length = 0; global() field in UVector64 [all...] |
| H A D | UVector32.java | 51 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 D | SeriesMatcher.java | 35 public int length() { in length() method in SeriesMatcher
|
| /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/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
|