Home
last modified time | relevance | path

Searched +defs:string +defs:length (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/third_party/glib/gio/
Dstrinfo.c119 strinfo_string_to_words (const gchar *string, in strinfo_string_to_words()
142 guint length, in strinfo_scan()
171 guint length, in strinfo_find_string()
172 const gchar *string, in strinfo_find_string()
188 guint length, in strinfo_find_integer()
208 guint length, in strinfo_is_string_valid()
209 const gchar *string) in strinfo_is_string_valid()
216 guint length, in strinfo_enum_from_string()
217 const gchar *string, in strinfo_enum_from_string()
233 guint length, in strinfo_string_from_enum()
[all …]
/third_party/curl/lib/
Descape.c68 char *curl_escape(const char *string, int inlength) in curl_escape()
74 char *curl_unescape(const char *string, int length) in curl_unescape()
79 char *curl_easy_escape(struct Curl_easy *data, const char *string, in curl_easy_escape()
82 size_t length; in curl_easy_escape() local
143 const char *string, size_t length, in Curl_urldecode()
217 char *curl_easy_unescape(struct Curl_easy *data, const char *string, in curl_easy_unescape()
218 int length, int *olen) in curl_easy_unescape()
/third_party/glib/glib/gnulib/
Dprintf.c57 int _g_gnulib_sprintf (char *string, char const *format, ...) in _g_gnulib_sprintf()
69 int _g_gnulib_snprintf (char *string, size_t n, char const *format, ...) in _g_gnulib_snprintf()
89 size_t length, rlength; in _g_gnulib_vfprintf() local
101 int _g_gnulib_vsprintf (char *string, char const *format, va_list args) in _g_gnulib_vsprintf()
104 size_t length; in _g_gnulib_vsprintf() local
116 int _g_gnulib_vsnprintf (char *string, size_t n, char const *format, va_list args) in _g_gnulib_vsnprintf()
119 size_t length; in _g_gnulib_vsnprintf() local
138 size_t length; in _g_gnulib_vasprintf() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUnicodeSetStringSpan.java118 String string = strings.get(i); in UnicodeSetStringSpan() local
162 String string = strings.get(i); in UnicodeSetStringSpan() local
397 int length = s.length(); in spanWithStrings() local
408 String string = strings.get(i); in spanWithStrings() local
448 String string = strings.get(i); in spanWithStrings() local
571 int length = s.length(); in spanAndCount() local
581 String string = strings.get(i); in spanAndCount() local
606 int length = s.length(); in spanContainedAndCount() local
618 String string = strings.get(i); in spanContainedAndCount() local
649 public synchronized int spanBack(CharSequence s, int length, SpanCondition spanCondition) { in spanBack()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DNumberFormatterImpl.java59 int length = writeNumber(micros, inValue, outString, 0); in formatStatic() local
90 int length = writeNumber(micros, inValue, outString, 0); in format() local
396 FormattedStringBuilder string, in writeAffixes()
400 int length = micros.modInner.apply(string, start, end); in writeAffixes() local
417 FormattedStringBuilder string, in writeNumber()
419 int length = 0; in writeNumber() local
462 FormattedStringBuilder string, in writeIntegerDigits()
464 int length = 0; in writeIntegerDigits() local
493 FormattedStringBuilder string, in writeFractionDigits()
495 int length = 0; in writeFractionDigits() local
/third_party/node/src/inspector/
Dnode_string.cc14 void builderAppendQuotedString(StringBuilder& builder, const String& string) { in builderAppendQuotedString()
26 std::unique_ptr<Value> parseJSON(const String& string) { in parseJSON()
37 std::unique_ptr<Value> parseJSON(v8_inspector::StringView string) { in parseJSON()
79 double toDouble(const char* buffer, size_t length, bool* ok) { in toDouble()
106 String fromUTF8(const uint8_t* data, size_t length) { in fromUTF8()
110 String fromUTF16(const uint16_t* data, size_t length) { in fromUTF16()
/third_party/node/deps/icu-small/source/common/
Dunisetspan.cpp160 int32_t length; member in OffsetList
168 getUTF8Length(const UChar *s, int32_t length) { in getUTF8Length()
183 appendUTF8(const UChar *s, int32_t length, uint8_t *t, int32_t capacity) { in appendUTF8()
231 const UnicodeString &string=*(const UnicodeString *)strings.elementAt(i); in UnicodeSetStringSpan() local
314 const UnicodeString &string=*(const UnicodeString *)strings.elementAt(i); in UnicodeSetStringSpan() local
454 matches16(const UChar *s, const UChar *t, int32_t length) { in matches16()
464 matches8(const uint8_t *s, const uint8_t *t, int32_t length) { in matches8()
477 matches16CPB(const UChar *s, int32_t start, int32_t limit, const UChar *t, int32_t length) { in matches16CPB()
488 spanOne(const UnicodeSet &set, const UChar *s, int32_t length) { in spanOne()
497 spanOneBack(const UnicodeSet &set, const UChar *s, int32_t length) { in spanOneBack()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Dunisetspan.cpp160 int32_t length; member in OffsetList
168 getUTF8Length(const UChar *s, int32_t length) { in getUTF8Length()
183 appendUTF8(const UChar *s, int32_t length, uint8_t *t, int32_t capacity) { in appendUTF8()
231 const UnicodeString &string=*(const UnicodeString *)strings.elementAt(i); in UnicodeSetStringSpan() local
314 const UnicodeString &string=*(const UnicodeString *)strings.elementAt(i); in UnicodeSetStringSpan() local
454 matches16(const UChar *s, const UChar *t, int32_t length) { in matches16()
464 matches8(const uint8_t *s, const uint8_t *t, int32_t length) { in matches8()
477 matches16CPB(const UChar *s, int32_t start, int32_t limit, const UChar *t, int32_t length) { in matches16CPB()
488 spanOne(const UnicodeSet &set, const UChar *s, int32_t length) { in spanOne()
497 spanOneBack(const UnicodeSet &set, const UChar *s, int32_t length) { in spanOneBack()
[all …]
/third_party/icu/icu4c/source/common/
Dunisetspan.cpp160 int32_t length; member in OffsetList
168 getUTF8Length(const UChar *s, int32_t length) { in getUTF8Length()
183 appendUTF8(const UChar *s, int32_t length, uint8_t *t, int32_t capacity) { in appendUTF8()
231 const UnicodeString &string=*(const UnicodeString *)strings.elementAt(i); in UnicodeSetStringSpan() local
311 const UnicodeString &string=*(const UnicodeString *)strings.elementAt(i); in UnicodeSetStringSpan() local
451 matches16(const UChar *s, const UChar *t, int32_t length) { in matches16()
461 matches8(const uint8_t *s, const uint8_t *t, int32_t length) { in matches8()
474 matches16CPB(const UChar *s, int32_t start, int32_t limit, const UChar *t, int32_t length) { in matches16CPB()
485 spanOne(const UnicodeSet &set, const UChar *s, int32_t length) { in spanOne()
494 spanOneBack(const UnicodeSet &set, const UChar *s, int32_t length) { in spanOneBack()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dunisetspan.cpp160 int32_t length; member in OffsetList
168 getUTF8Length(const UChar *s, int32_t length) { in getUTF8Length()
183 appendUTF8(const UChar *s, int32_t length, uint8_t *t, int32_t capacity) { in appendUTF8()
231 const UnicodeString &string=*(const UnicodeString *)strings.elementAt(i); in UnicodeSetStringSpan() local
311 const UnicodeString &string=*(const UnicodeString *)strings.elementAt(i); in UnicodeSetStringSpan() local
451 matches16(const UChar *s, const UChar *t, int32_t length) { in matches16()
461 matches8(const uint8_t *s, const uint8_t *t, int32_t length) { in matches8()
474 matches16CPB(const UChar *s, int32_t start, int32_t limit, const UChar *t, int32_t length) { in matches16CPB()
485 spanOne(const UnicodeSet &set, const UChar *s, int32_t length) { in spanOne()
494 spanOneBack(const UnicodeSet &set, const UChar *s, int32_t length) { in spanOneBack()
[all …]
/third_party/icu/icu4c/source/i18n/
Dnumber_formatimpl.cpp40 int32_t length = writeNumber(micros, inValue, outString, 0, status); in formatStatic() local
62 int32_t length = writeNumber(micros, inValue, outString, 0, status); in format() local
418 int32_t NumberFormatterImpl::writeAffixes(const MicroProps& micros, FormattedStringBuilder& string, in writeAffixes()
421 int32_t length = micros.modInner->apply(string, start, end, status); in writeAffixes() local
433 FormattedStringBuilder& string, int32_t index, in writeNumber()
435 int32_t length = 0; in writeNumber() local
486 FormattedStringBuilder& string, int32_t index, in writeIntegerDigits()
488 int length = 0; in writeIntegerDigits() local
518 FormattedStringBuilder& string, int32_t index, in writeFractionDigits()
520 int length = 0; in writeFractionDigits() local
/third_party/skia/src/core/
DSkFontDescriptor.cpp29 static bool SK_WARN_UNUSED_RESULT read_string(SkStream* stream, SkString* string) { in read_string()
30 size_t length; in read_string() local
39 static bool write_string(SkWStream* stream, const SkString& string, uint32_t id) { in write_string()
103 size_t length; in Deserialize() local
139 size_t length = fontStream->getLength(); in serialize() local
/third_party/grpc/src/php/ext/grpc/
Dbyte_buffer.c27 grpc_byte_buffer *string_to_byte_buffer(char *string, size_t length) { in string_to_byte_buffer()
41 const size_t length = grpc_byte_buffer_length(reader.buffer_out); in byte_buffer_to_zend_string() local
/third_party/node/deps/icu-small/source/i18n/
Dnumber_formatimpl.cpp39 int32_t length = writeNumber(micros, inValue, outString, 0, status); in formatStatic() local
64 int32_t length = writeNumber(micros, inValue, outString, 0, status); in format() local
494 int32_t NumberFormatterImpl::writeAffixes(const MicroProps& micros, FormattedStringBuilder& string, in writeAffixes()
498 int32_t length = micros.modInner->apply(string, start, end, status); in writeAffixes() local
510 FormattedStringBuilder& string, int32_t index, in writeNumber()
512 int32_t length = 0; in writeNumber() local
575 FormattedStringBuilder& string, int32_t index, in writeIntegerDigits()
577 int length = 0; in writeIntegerDigits() local
607 FormattedStringBuilder& string, int32_t index, in writeFractionDigits()
609 int length = 0; in writeFractionDigits() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_formatimpl.cpp39 int32_t length = writeNumber(micros, inValue, outString, 0, status); in formatStatic() local
64 int32_t length = writeNumber(micros, inValue, outString, 0, status); in format() local
488 int32_t NumberFormatterImpl::writeAffixes(const MicroProps& micros, FormattedStringBuilder& string, in writeAffixes()
492 int32_t length = micros.modInner->apply(string, start, end, status); in writeAffixes() local
504 FormattedStringBuilder& string, int32_t index, in writeNumber()
506 int32_t length = 0; in writeNumber() local
557 FormattedStringBuilder& string, int32_t index, in writeIntegerDigits()
559 int length = 0; in writeIntegerDigits() local
589 FormattedStringBuilder& string, int32_t index, in writeFractionDigits()
591 int length = 0; in writeFractionDigits() local
/third_party/flutter/skia/src/core/
DSkFontDescriptor.cpp31 static bool SK_WARN_UNUSED_RESULT read_string(SkStream* stream, SkString* string) { in read_string()
32 size_t length; in read_string() local
41 static bool write_string(SkWStream* stream, const SkString& string, uint32_t id) { in write_string()
105 size_t length; in Deserialize() local
142 size_t length = fontStream->getLength(); in serialize() local
DSkString.cpp23 size_t stackBufferSize, int* length, SkString* heapBuffer) { in apply_format_string()
69 bool SkStrEndsWith(const char string[], const char suffixStr[]) { in SkStrEndsWith()
78 bool SkStrEndsWith(const char string[], const char suffixChar) { in SkStrEndsWith()
88 int SkStrStartsWithOneOf(const char string[], const char prefixes[]) { in SkStrStartsWithOneOf()
101 char* SkStrAppendU32(char string[], uint32_t dec) { in SkStrAppendU32()
121 char* SkStrAppendS32(char string[], int32_t dec) { in SkStrAppendS32()
130 char* SkStrAppendU64(char string[], uint64_t dec, int minDigits) { in SkStrAppendU64()
156 char* SkStrAppendS64(char string[], int64_t dec, int minDigits) { in SkStrAppendS64()
165 char* SkStrAppendFloat(char string[], float value) { in SkStrAppendFloat()
380 size_t length = fRec->fLength; in insert() local
[all …]
/third_party/typescript/tests/baselines/reference/
DrestParameterWithBindingPattern3.js6 function c(...{0: a, length, 3: d}: [boolean, string, number]) { } argument
8 function d(...[a, , , d]: [boolean, string, number]) { } argument
10 function e(...{0: a = 1, 1: b = true, ...rest: rest}: [boolean, string, number]) { } argument
/third_party/gettext/gettext-tools/src/
Dwrite-qt.c260 append_base_string (struct obstack *mempool, const char *string) in append_base_string()
262 size_t length = strlen (string) + 1; in append_base_string() local
269 append_unicode_string (struct obstack *mempool, const unsigned short *string, in append_unicode_string()
270 size_t length) in append_unicode_string()
286 conv_to_iso_8859_1 (const char *string) in conv_to_iso_8859_1()
288 size_t length = strlen (string); in conv_to_iso_8859_1() local
314 conv_to_utf16 (const char *string, size_t *sizep) in conv_to_utf16()
316 size_t length = strlen (string); in conv_to_utf16() local
684 const char *string = mlp->item[j]->msgctxt; in msgdomain_write_qt() local
710 const char *string = mlp->item[j]->msgid; in msgdomain_write_qt() local
/third_party/typescript/tests/cases/conformance/types/tuple/
DarityAndOrderCompatibility01.ts4 length: 2; property
12 length: 2; variable
30 var n1: [number, string] = x; variable
31 var n2: [number, string] = y; variable
32 var n3: [number, string] = z; variable
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_formatimpl.cpp79 int32_t length = writeNumber(micros, inValue, outString, 0, status); in formatStatic() local
101 int32_t length = writeNumber(micros, inValue, outString, 0, status); in format() local
427 int32_t NumberFormatterImpl::writeAffixes(const MicroProps& micros, NumberStringBuilder& string, in writeAffixes()
430 int32_t length = micros.modInner->apply(string, start, end, status); in writeAffixes() local
442 NumberStringBuilder& string, int32_t index, in writeNumber()
444 int32_t length = 0; in writeNumber() local
484 NumberStringBuilder& string, int32_t index, in writeIntegerDigits()
486 int length = 0; in writeIntegerDigits() local
510 NumberStringBuilder& string, int32_t index, in writeFractionDigits()
512 int length = 0; in writeFractionDigits() local
/third_party/node/deps/npm/node_modules/gauge/
Dprogress-bar.js15 {type: 'complete', value: repeat(theme.complete, sofar), length: sofar}, property
16 {type: 'remaining', value: repeat(theme.remaining, rest), length: rest} property
22 function repeat (string, width) { argument
/third_party/node/src/
Dstring_bytes.h48 v8::Local<v8::String> string, in Decode()
54 const size_t length = in Decode() local
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstring.c274 g_string_maybe_expand (GString* string, in g_string_maybe_expand()
287 GString *string = g_slice_new (GString); in g_string_sized_new() local
302 GString *string; in g_string_new() local
323 GString *string; in g_string_new_len() local
339 g_string_free (GString *string, in g_string_free()
465 g_string_insert_len (GString *string, in g_string_insert_len()
536 g_string_append (GString *string, in g_string_append()
546 g_string_append_len (GString *string, in g_string_append_len()
560 g_string_append_c (GString *string, in g_string_append_c()
579 g_string_append_unichar (GString *string, in g_string_append_unichar()
[all …]
/third_party/node/deps/npm/node_modules/buffer-from/
Dindex.js37 function fromString (string, encoding) { argument
51 function bufferFrom (value, encodingOrOffset, length) { argument

12345678910>>...15