Home
last modified time | relevance | path

Searched defs:length (Results 3051 - 3075 of 4840) sorted by relevance

1...<<121122123124125126127128129130>>...194

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCharsTrie.java620 branchNext(int pos, int length) branchNext() argument
753 branchNext(int pos, int length, int inUnit) branchNext() argument
850 findUniqueValueFromBranch(CharSequence chars, int pos, int length, long uniqueValue) findUniqueValueFromBranch() argument
934 getNextBranchChars(CharSequence chars, int pos, int length, Appendable out) getNextBranchChars() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationTest.java198 static final String prettify(byte[] skBytes, int length) { in prettify() argument
430 int length; field in CollationTest.CodePointIterator
751 int length; global() field in CollationTest.RootElementsIterator
[all...]
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodeMap.java52 private int length; field in UnicodeMap
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DUtility.java358 encodeRun(T buffer, int value, int length) encodeRun() argument
394 encodeRun(T buffer, short value, int length) encodeRun() argument
426 encodeRun(T buffer, byte value, int length, byte[] state) encodeRun() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Dusprep.cpp546 int32_t index, length; in usprep_map() local
774 usprep_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) usprep_swap() argument
[all...]
H A Duset.cpp120 uset_removeAllCodePoints(USet *set, const UChar *str, int32_t length) { in uset_removeAllCodePoints() argument
136 uset_retainString(USet *set, const UChar *str, int32_t length) { in uset_retainString() argument
142 uset_retainAllCodePoints(USet *set, const UChar *str, int32_t length) { in uset_retainAllCodePoints() argument
168 uset_complementString(USet *set, const UChar *str, int32_t length) { in uset_complementString() argument
174 uset_complementAllCodePoints(USet *set, const UChar *str, int32_t length) uset_complementAllCodePoints() argument
243 uset_span(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) uset_span() argument
248 uset_spanBack(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) uset_spanBack() argument
253 uset_spanUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) uset_spanUTF8() argument
258 uset_spanBackUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) uset_spanBackUTF8() argument
384 int32_t length; uset_getSerializedSet() local
520 int32_t bmpLength, length; uset_getSerializedRange() local
[all...]
H A Dutext.cpp945 int32_t length = ut->b; // Length of original utf-8 in utf8TextAccess() local
[all...]
H A Duts46.cpp511 int32_t length=labelStart+destString.length(); processUTF8() local
606 int32_t length=dest.length(); mapDevChars() local
1088 isASCIIOkBiDi(const UChar *s, int32_t length) isASCIIOkBiDi() argument
1120 isASCIIOkBiDi(const char *s, int32_t length) isASCIIOkBiDi() argument
1337 checkArgs(const void *label, int32_t length, void *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) checkArgs() argument
1367 uidna_labelToASCII(const UIDNA *idna, const UChar *label, int32_t length, UChar *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) uidna_labelToASCII() argument
1383 uidna_labelToUnicode(const UIDNA *idna, const UChar *label, int32_t length, UChar *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) uidna_labelToUnicode() argument
1399 uidna_nameToASCII(const UIDNA *idna, const UChar *name, int32_t length, UChar *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) uidna_nameToASCII() argument
1415 uidna_nameToUnicode(const UIDNA *idna, const UChar *name, int32_t length, UChar *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) uidna_nameToUnicode() argument
1431 uidna_labelToASCII_UTF8(const UIDNA *idna, const char *label, int32_t length, char *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) uidna_labelToASCII_UTF8() argument
1447 uidna_labelToUnicodeUTF8(const UIDNA *idna, const char *label, int32_t length, char *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) uidna_labelToUnicodeUTF8() argument
1463 uidna_nameToASCII_UTF8(const UIDNA *idna, const char *name, int32_t length, char *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) uidna_nameToASCII_UTF8() argument
1479 uidna_nameToUnicodeUTF8(const UIDNA *idna, const char *name, int32_t length, char *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) uidna_nameToUnicodeUTF8() argument
[all...]
H A Dutrie2_builder.cpp371 int32_t length=trie->dataLength; in countInitial() local
890 equal_int32(const int32_t *s, const int32_t *t, int32_t length) { in equal_int32() argument
900 equal_uint32(const uint32_t *s, const uint32_t *t, int32_t length) equal_uint32() argument
1311 int32_t i, length; utrie2_freeze() local
[all...]
H A Dutrie2.h672 int32_t length; /* number of serialized bytes at memory; 0 if not frozen yet */ member
H A Dutrie.cpp37 equal_uint32(const uint32_t *s, const uint32_t *t, int32_t length) { in equal_uint32() argument
749 int32_t i, length; in utrie_serialize() local
857 utrie_unserialize(UTrie *trie, const void *data, int32_t length, UErrorCode *pErrorCode) utrie_unserialize() argument
932 utrie_unserializeDummy(UTrie *trie, void *data, int32_t length, uint32_t initialValue, uint32_t leadUnitValue, UBool make16BitTrie, UErrorCode *pErrorCode) utrie_unserializeDummy() argument
[all...]
H A Duprops.cpp427 u_stringHasBinaryProperty(const UChar *s, int32_t length, UProperty which) { in u_stringHasBinaryProperty() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Ducol.cpp42 ucol_openBinary(const uint8_t *bin, int32_t length, in ucol_openBinary() argument
552 ucol_getRules(const UCollator *coll, int32_t *length) { in ucol_getRules() argument
/third_party/libuv/src/unix/
H A Dibmi.c155 static void iconv_e2a(unsigned char src[], unsigned char dst[], size_t length) { in iconv_e2a() argument
162 static void iconv_a2e(const char* src, unsigned char dst[], size_t length) { in iconv_a2e() argument
/third_party/libuv/test/
H A Dtest-tty-escape-sequence-processing.c86 int length; member
173 DWORD length, number_of_written; in setup_screen() local
186 DWORD length, number_of_written; in clear_screen() local
209 DWORD length; capture_screen() local
278 size_t length = strlen(text); make_expect_screen_write() local
284 make_expect_screen_set_attr(struct captured_screen* cs, COORD cursor_position, size_t length, WORD attr) make_expect_screen_set_attr() argument
[all...]
/third_party/libdrm/nouveau/
H A Dnouveau.c302 nouveau_object_new(struct nouveau_object *parent, uint64_t handle, uint32_t oclass, void *data, uint32_t length, struct nouveau_object **pobj) nouveau_object_new() argument
H A Dnouveau.h28 uint32_t length; /* deprecated */ member
274 uint32_t length; member
H A Dpushbuf.c708 nouveau_pushbuf_data(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint64_t offset, uint64_t length) nouveau_pushbuf_data() argument
/third_party/libcoap/examples/
H A Doscore-interop-server.c340 read_file_mem(const char *file, size_t *length) { in read_file_mem() argument
510 size_t length; in get_oscore_conf() local
/third_party/libcoap/src/
H A Dcoap_pdu.c208 size_t length = old_pdu->used_size - old_pdu->e_token_length - in coap_pdu_duplicate() local
903 next_option_safe(coap_opt_t **optp, size_t *length, uint16_t *max_opt) next_option_safe() argument
959 coap_pdu_parse_size(coap_proto_t proto, const uint8_t *data, size_t length) coap_pdu_parse_size() argument
1297 size_t length = pdu->used_size - pdu->e_token_length; coap_pdu_parse_opt() local
1397 coap_pdu_parse(coap_proto_t proto, const uint8_t *data, size_t length, coap_pdu_t *pdu) coap_pdu_parse() argument
[all...]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtins.c677 uint8_t length = ext_func_p->u.built_in.length_and_bitset_size; in ecma_builtin_routine_try_to_instantiate_property() local
[all...]
/third_party/jerryscript/jerry-main/
H A Dmain-unix.c112 uint32_t length = jerry_get_array_length (backtrace_val); in print_unhandled_exception() local
/third_party/json/tests/src/
H A Dunit-regression2.cpp464 const auto length = 300; variable
481 const auto length = 500; variable
/third_party/jerryscript/jerry-core/lit/
H A Dlit-strings.c294 ecma_length_t length = 0; in lit_utf8_string_length() local
/third_party/jinja2/
H A Druntime.py428 def length(self) -> int: member in LoopContext
594 async def length(self) -> int: # type: ignore member in AsyncLoopContext
[all...]

Completed in 31 milliseconds

1...<<121122123124125126127128129130>>...194