| /third_party/icu/icu4c/source/i18n/ |
| H A D | pluralranges.cpp | 115 U_ASSERT(fTriplesLen < fTriples.getCapacity()); fTriples[fTriplesLen] = {first, second, result}; fTriplesLen++; } void StandardPluralRanges::setCapacity(int32_t length, UErrorCode& status) { if (U_FAILURE(status)) { return; } if (length > fTriples.getCapacity()) addPluralRange() argument
|
| H A D | csrucode.cpp | 59 int32_t length = textIn->fRawLength; in match() local 94 int32_t length = textIn->fRawLength; in match() local
|
| H A D | formattedval_impl.h | 125 int32_t length; member
|
| H A D | number_padding.cpp | 70 int length = 0; in padAndApply() local [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | uniset_closure.cpp | 126 _set_addString(USet *set, const UChar *str, int32_t length) { in _set_addString() argument
|
| H A D | utf_impl.cpp | 131 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict) { in utf8_nextCharSafeBody() argument 191 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError) { in utf8_appendCharSafeBody() argument [all...] |
| H A D | utrie_swap.cpp | 26 utrie_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) utrie_swap() argument 97 utrie2_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) utrie2_swap() argument 184 ucptrie_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) ucptrie_swap() argument 303 getVersion(const void *data, int32_t length, UBool anyEndianOk) getVersion() argument 333 utrie_swapAnyVersion(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) utrie_swapAnyVersion() argument [all...] |
| /third_party/icu/icu4c/source/common/unicode/ |
| H A D | stringpiece.h | 201 int32_t length() const { return length_; } length() function in StringPiece [all...] |
| /third_party/icu/icu4c/source/extra/scrptrun/ |
| H A D | scrptrun.h | 109 inline ScriptRun::ScriptRun(const UChar chars[], int32_t length) in ScriptRun() argument 114 inline ScriptRun::ScriptRun(const UChar chars[], int32_t start, int32_t length) in ScriptRun() argument 142 inline void ScriptRun::reset(int32_t start, int32_t length) in reset() argument 150 inline void ScriptRun::reset(const UChar chars[], int32_t start, int32_t length) in reset() argument [all...] |
| /third_party/libsnd/tests/ |
| H A D | virtual_io_test.c | 51 { sf_count_t offset, length ; member [all...] |
| /third_party/libsnd/src/ |
| H A D | rx2.c | 84 int error, marker, length, glob_offset, slce_count, frames ; in rx2_open() local [all...] |
| /third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/ |
| H A D | JSArrayBuilder.java | 135 public int length() { in length() method in JSArrayBuilder
|
| /third_party/libsnd/ossfuzz/ |
| H A D | sndfile_fuzz_header.h | 7 sf_count_t length ; member [all...] |
| /third_party/mbedtls/library/ |
| H A D | psa_crypto_core.h | 889 size_t length; member 919 size_t length; member
|
| /third_party/libcoap/include/coap3/ |
| H A D | coap_option.h | 34 size_t length; member 169 size_t length; /**< remaining length of PDU */ member 328 size_t length; /**< the option value length */ global() member [all...] |
| /third_party/jerryscript/tests/unit-core/ |
| H A D | test-lit-char-helpers.cpp | 109 size_t length; in HWTEST_F() local [all...] |
| /third_party/jerryscript/jerry-core/ecma/operations/ |
| H A D | ecma-arraybuffer-object.c | 47 ecma_arraybuffer_new_object (ecma_length_t length) /**< length of the arraybuffer */ in ecma_arraybuffer_new_object() argument 76 ecma_arraybuffer_new_object_external (ecma_length_t length, /**< length of the buffer_p to use */ in ecma_arraybuffer_new_object_external() argument [all...] |
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_var_copies.c | 74 unsigned length = glsl_get_length(src_deref->type); in emit_deref_copy_load_store() local
|
| H A D | nir_lower_clip_disable.c | 109 unsigned length = glsl_get_length(nir_deref_instr_parent(deref)->type); in lower_clip_plane_store() local
|
| /third_party/ltp/testcases/kernel/containers/userns/ |
| H A D | userns03.c | 56 int idinsidens, idoutsidens, length; in child_fn2() local
|
| /third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
| H A D | ssl_pkey.c | 80 d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp, long length, void *rngctx) d2i_PrivateKey() argument
|
| /third_party/node/src/crypto/ |
| H A D | crypto_hkdf.cc | 148 size_t length = params.length; in DeriveBits() local [all...] |
| /third_party/node/src/inspector/ |
| H A D | node_string.h | 30 builderAppend(StringBuilder& builder, const char* value, size_t length) builderAppend() argument
|
| /third_party/node/test/js-native-api/test_array/ |
| H A D | test_array.c | 38 uint32_t length; in TestGetElement() local 139 uint32_t i, length; in New() local
|
| /third_party/node/test/js-native-api/test_dataview/ |
| H A D | test_dataview.c | 42 size_t length = 0; in CreateDataView() local 74 size_t length = 0; in CreateDataViewFromJSDataView() local
|