Home
last modified time | relevance | path

Searched defs:length (Results 2201 - 2225 of 5143) sorted by relevance

1...<<81828384858687888990>>...206

/third_party/node/deps/icu-small/source/i18n/
H A Ddouble-conversion-bignum.cpp115 int length = value.length(); in AssignDecimalString() local
H A Dwinnmfmt.cpp198 int length = ResolveLocaleName(bcp47Tag, windowsLocaleName, UPRV_LENGTHOF(windowsLocaleName)); in GetEquivalentWindowsLocaleName() local
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Ducmstate.cpp978 ucm_countChars(UCMStates *states, const uint8_t *bytes, int32_t length) ucm_countChars() argument
/third_party/mesa3d/src/util/
H A Dlist.h140 unsigned length = 0; in list_length() local
H A Dvl_vlc.h51 int8_t length; member
/third_party/icu/icu4c/source/test/cintltst/
H A Dcpluralrulestest.c139 int32_t length; in TestOrdinalRules() local
H A Dsprpdata.c58 int32_t length; in strprepProfileLineFn() local
155 int32_t length=0; in compareMapping() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Ducaconf.cpp159 skipLineBecauseOfBug(const UChar *s, int32_t length, uint32_t flags) { in skipLineBecauseOfBug() argument
H A Dtestidn.cpp151 int32_t length; in strprepProfileLineFn() local
334 int32_t length=0; in compareMapping() local
[all...]
/third_party/icu/icu4c/source/tools/gensprep/
H A Dgensprep.c288 int32_t length; in normalizationCorrectionsLineFn() local
352 int32_t length; in strprepProfileLineFn() local
[all...]
/third_party/icu/icu4c/source/tools/toolutil/
H A Dwritesrc.cpp139 usrc_writeArray(FILE *f, const char *prefix, const void *p, int32_t width, int32_t length, const char *indent, const char *postfix) usrc_writeArray() argument
443 usrc_writeArrayOfMostlyInvChars(FILE *f, const char *prefix, const char *p, int32_t length, const char *postfix) usrc_writeArrayOfMostlyInvChars() argument
482 usrc_writeStringAsASCII(FILE *f, const UChar* ptr, int32_t length, UTargetSyntax) usrc_writeStringAsASCII() argument
[all...]
H A Dppucd.cpp565 int32_t length=u_parseString(s, buffer, uni.getCapacity(), NULL, &errorCode); in parseString() local
H A Dpkg_gencmn.cpp127 uint32_t i, fileOffset, basenameOffset, length, nread; in createCommonDataFile() local
410 uint32_t length; addFile() local
498 allocString(uint32_t length) allocString() argument
513 int32_t length; pathToFullPath() local
[all...]
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/
H A DDetectingViewer.java190 private boolean openTag(byte[] buffer, int offset, int length, byte[] tag) in openTag() argument
205 private boolean closedTag(byte[] buffer, int offset, int length, byte[] tag) in closedTag() argument
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetCallback.java131 call(CharsetDecoderICU decoder, Object context, ByteBuffer source, CharBuffer target, IntBuffer offsets, char[] buffer, int length, CoderResult cr) call() argument
147 call(CharsetEncoderICU encoder, Object context, CharBuffer source, ByteBuffer target, IntBuffer offsets, char[] buffer, int length, int cp, CoderResult cr) call() argument
[all...]
H A DCharsetDecoderICU.java661 copy(byte[] src, int srcOffset, char[] dst, int dstOffset, int length) copy() argument
672 toUWriteUChars( CharsetDecoderICU cnv, char[] ucharsArray, int ucharsBegin, int length, CharBuffer target, IntBuffer offsets, int sourceIndex) toUWriteUChars() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dwinnmfmt.cpp193 int length = ResolveLocaleName(bcp47Tag, windowsLocaleName, UPRV_LENGTHOF(windowsLocaleName)); in GetEquivalentWindowsLocaleName() local
/third_party/icu/icu4c/source/test/thaitest/
H A Dthaitest.cpp399 int generateFile(const UChar *chars, int32_t length) { in generateFile() argument
/third_party/icu/icu4c/source/tools/escapesrc/
H A Descapesrc.cpp274 int32_t length = linestr.size(); in fixAt() local
/third_party/libinput/src/
H A Dutil-strings.h295 double_array_from_string(const char *in, const char *separator, size_t *length) double_array_from_string() argument
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H A Dhugemmap05.c63 static long size = NR_HPAGES, length = (NR_HPAGES + NR_HPAGES/2) * 2; variable
[all...]
/third_party/ltp/testcases/kernel/syscalls/memfd_create/
H A Dmemfd_create_common.c172 void *check_mmap(const char *file, const int lineno, void *addr, size_t length, in check_mmap() argument
72 check_ftruncate(const char *filename, const int lineno, int fd, off_t length) check_ftruncate() argument
81 check_ftruncate_fail(const char *filename, const int lineno, int fd, off_t length) check_ftruncate_fail() argument
186 check_mmap_fail(const char *file, const int lineno, void *addr, size_t length, int prot, int flags, int fd, off_t offset) check_mmap_fail() argument
203 check_munmap(const char *file, const int lineno, void *p, size_t length) check_munmap() argument
223 check_mprotect(const char *file, const int lineno, void *addr, size_t length, int prot) check_mprotect() argument
[all...]
/third_party/ltp/testcases/kernel/io/direct_io/
H A Ddma_thread_diotest.c151 int length; member
166 int length = worker->length; in worker_thread() local
/third_party/lwip/src/apps/snmp/
H A Dsnmp_asn1.c253 snmp_asn1_enc_length_cnt(u16_t length, u8_t *octets_needed) snmp_asn1_enc_length_cnt() argument
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/
H A Dstring_piece.h63 size_type length() const { return length_; } in length() function in i18n::phonenumbers::StringPiece

Completed in 21 milliseconds

1...<<81828384858687888990>>...206