Home
last modified time | relevance | path

Searched refs:valueLength (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/icu/source/i18n/
Dudat.cpp912 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setSymbol() argument
920 array[index].setTo(value, valueLength); in setSymbol()
927 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setEra() argument
929 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode); in setEra()
934 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setEraName() argument
936 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode); in setEraName()
941 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setMonth() argument
943 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode); in setMonth()
948 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShortMonth() argument
950 … setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode); in setShortMonth()
[all …]
/third_party/icu/icu4c/source/i18n/
Dudat.cpp907 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setSymbol() argument
915 array[index].setTo(value, valueLength); in setSymbol()
922 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setEra() argument
924 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode); in setEra()
929 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setEraName() argument
931 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode); in setEraName()
936 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setMonth() argument
938 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode); in setMonth()
943 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShortMonth() argument
945 … setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode); in setShortMonth()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dudat.cpp903 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setSymbol() argument
911 array[index].setTo(value, valueLength); in setSymbol()
918 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setEra() argument
920 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode); in setEra()
925 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setEraName() argument
927 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode); in setEraName()
932 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setMonth() argument
934 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode); in setMonth()
939 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShortMonth() argument
941 … setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode); in setShortMonth()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dudat.cpp928 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setSymbol() argument
936 array[index].setTo(value, valueLength); in setSymbol()
943 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setEra() argument
945 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode); in setEra()
950 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setEraName() argument
952 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode); in setEraName()
957 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setMonth() argument
959 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode); in setMonth()
964 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShortMonth() argument
966 … setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode); in setShortMonth()
[all …]
/third_party/node/deps/npm/node_modules/form-data/lib/
Dform_data.js82 var valueLength = 0;
89 valueLength += +options.knownLength;
91 valueLength = value.length;
93 valueLength = Buffer.byteLength(value);
96 this._valueLength += valueLength;
/third_party/node/deps/icu-small/source/common/
Duset_props.cpp110 const UChar *value, int32_t valueLength, in uset_applyPropertyAlias() argument
114 UnicodeString v(value, valueLength); in uset_applyPropertyAlias()
/third_party/skia/third_party/externals/icu/source/common/
Duset_props.cpp110 const UChar *value, int32_t valueLength, in uset_applyPropertyAlias() argument
114 UnicodeString v(value, valueLength); in uset_applyPropertyAlias()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duset_props.cpp110 const UChar *value, int32_t valueLength, in uset_applyPropertyAlias() argument
114 UnicodeString v(value, valueLength); in uset_applyPropertyAlias()
/third_party/icu/icu4c/source/common/
Duset_props.cpp110 const UChar *value, int32_t valueLength, in uset_applyPropertyAlias() argument
114 UnicodeString v(value, valueLength); in uset_applyPropertyAlias()
/third_party/skia/third_party/externals/icu/source/tools/gendict/
Dgendict.cpp359 int32_t valueLength = fileLine.length() - valueStart; in main() local
360 if (valueLength > 15) { in main()
366 fileLine.extract(valueStart, valueLength, s, 16, US_INV); in main()
369 … if (end == s || *end != 0 || (int32_t)uprv_strlen(s) != valueLength || value > 0xffffffff) { in main()
/third_party/icu/icu4c/source/tools/gendict/
Dgendict.cpp359 int32_t valueLength = fileLine.length() - valueStart; in main() local
360 if (valueLength > 15) { in main()
366 fileLine.extract(valueStart, valueLength, s, 16, US_INV); in main()
369 … if (end == s || *end != 0 || (int32_t)uprv_strlen(s) != valueLength || value > 0xffffffff) { in main()
/third_party/flutter/skia/third_party/externals/icu/source/tools/gendict/
Dgendict.cpp359 int32_t valueLength = fileLine.length() - valueStart; in main() local
360 if (valueLength > 15) { in main()
366 fileLine.extract(valueStart, valueLength, s, 16, US_INV); in main()
369 … if (end == s || *end != 0 || (int32_t)uprv_strlen(s) != valueLength || value > 0xffffffff) { in main()
/third_party/grpc/templates/src/csharp/Grpc.Core/Internal/
Dnative_methods.include67 …_metadata_array_add(MetadataArraySafeHandle array, string key, byte[] value, UIntPtr valueLength)',
70 … grpcsharp_metadata_array_get_value(IntPtr metadataArray, UIntPtr index, out UIntPtr valueLength)',
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs969 …a_array_add_delegate(MetadataArraySafeHandle array, string key, byte[] value, UIntPtr valueLength); in grpcsharp_metadata_array_add_delegate() argument
972 …rp_metadata_array_get_value_delegate(IntPtr metadataArray, UIntPtr index, out UIntPtr valueLength); in grpcsharp_metadata_array_get_value_delegate() argument
1211 …p_metadata_array_add(MetadataArraySafeHandle array, string key, byte[] value, UIntPtr valueLength); in grpcsharp_metadata_array_add() argument
1220 …r grpcsharp_metadata_array_get_value(IntPtr metadataArray, UIntPtr index, out UIntPtr valueLength); in grpcsharp_metadata_array_get_value() argument
1531 …p_metadata_array_add(MetadataArraySafeHandle array, string key, byte[] value, UIntPtr valueLength); in grpcsharp_metadata_array_add() argument
1540 …r grpcsharp_metadata_array_get_value(IntPtr metadataArray, UIntPtr index, out UIntPtr valueLength); in grpcsharp_metadata_array_get_value() argument
1851 …p_metadata_array_add(MetadataArraySafeHandle array, string key, byte[] value, UIntPtr valueLength); in grpcsharp_metadata_array_add() argument
1860 …r grpcsharp_metadata_array_get_value(IntPtr metadataArray, UIntPtr index, out UIntPtr valueLength); in grpcsharp_metadata_array_get_value() argument
2171 …p_metadata_array_add(MetadataArraySafeHandle array, string key, byte[] value, UIntPtr valueLength); in grpcsharp_metadata_array_add() argument
2180 …r grpcsharp_metadata_array_get_value(IntPtr metadataArray, UIntPtr index, out UIntPtr valueLength); in grpcsharp_metadata_array_get_value() argument
[all …]
/third_party/icu/icu4c/source/test/cintltst/
Dcnmdptst.c843 int32_t valueLength = 0; in TestGetKeywordValuesForLocale() local
870 … if ((value = uenum_next(pref, &valueLength, &status)) != NULL && U_SUCCESS(status)) { in TestGetKeywordValuesForLocale()
901 if ((value = uenum_next(all, &valueLength, &status)) != NULL && U_SUCCESS(status)) { in TestGetKeywordValuesForLocale()
Dccaltst.c1614 int32_t valueLength; in TestGetKeywordValuesForLocale() local
1628 valueLength = 0; in TestGetKeywordValuesForLocale()
1633 … if ((value = uenum_next(pref, &valueLength, &status)) != NULL && U_SUCCESS(status)) { in TestGetKeywordValuesForLocale()
1660 … if ((value = uenum_next(all, &valueLength, &status)) != NULL && U_SUCCESS(status)) { in TestGetKeywordValuesForLocale()
/third_party/icu/icu4c/source/common/unicode/
Duset.h494 const UChar *value, int32_t valueLength,
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duset.h494 const UChar *value, int32_t valueLength,
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duset.h497 const UChar *value, int32_t valueLength,
/third_party/node/deps/icu-small/source/common/unicode/
Duset.h497 const UChar *value, int32_t valueLength,
/third_party/icu/icu4c/source/i18n/unicode/
Dudat.h1587 int32_t valueLength,
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dudat.h1534 int32_t valueLength,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dudat.h1603 int32_t valueLength,
/third_party/node/deps/icu-small/source/i18n/unicode/
Dudat.h1617 int32_t valueLength,
/third_party/protobuf/objectivec/
DGPBCodedOutputStream.m1085 NSUInteger valueLength = [value length];
1086 return GPBComputeRawVarint32SizeForInteger(valueLength) + valueLength;

12