Home
last modified time | relevance | path

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

/external/icu/icu4c/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 …]
/external/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()
/external/icu/icu4c/source/tools/gendict/
Dgendict.cpp358 int32_t valueLength = fileLine.length() - valueStart; in main() local
359 if (valueLength > 15) { in main()
365 fileLine.extract(valueStart, valueLength, s, 16, US_INV); in main()
368 … if (end == s || *end != 0 || (int32_t)uprv_strlen(s) != valueLength || value > 0xffffffff) { in main()
/external/svox/pico/compat/jni/
Dcom_android_tts_compat_SynthProxy.cpp509 size_t valueLength = env->GetStringUTFLength(value); in com_android_tts_compat_SynthProxy_setProperty() local
511 int result = engine->funcs->setProperty(engine, nameChars, valueChars, valueLength); in com_android_tts_compat_SynthProxy_setProperty()
/external/icu/icu4c/source/test/cintltst/
Dcnmdptst.c910 int32_t valueLength = 0; in TestGetKeywordValuesForLocale() local
937 … if ((value = uenum_next(pref, &valueLength, &status)) != NULL && U_SUCCESS(status)) { in TestGetKeywordValuesForLocale()
968 if ((value = uenum_next(all, &valueLength, &status)) != NULL && U_SUCCESS(status)) { in TestGetKeywordValuesForLocale()
Dccaltst.c1585 int32_t valueLength; in TestGetKeywordValuesForLocale() local
1599 valueLength = 0; in TestGetKeywordValuesForLocale()
1604 … if ((value = uenum_next(pref, &valueLength, &status)) != NULL && U_SUCCESS(status)) { in TestGetKeywordValuesForLocale()
1631 … if ((value = uenum_next(all, &valueLength, &status)) != NULL && U_SUCCESS(status)) { in TestGetKeywordValuesForLocale()
Dcnumtst.c934 int32_t valueLength = 10; in TestNumberFormat() local
947 unum_setSymbol(fmt, (UNumberFormatSymbol)badsymbolLarge, value, valueLength, &status); in TestNumberFormat()
951 unum_setSymbol(fmt, (UNumberFormatSymbol)badsymbolSmall, value, valueLength, &status); in TestNumberFormat()
/external/icu/icu4c/source/common/unicode/
Duset.h490 const UChar *value, int32_t valueLength,
/external/icu/icu4c/source/i18n/unicode/
Dudat.h1536 int32_t valueLength,
/external/protobuf/objectivec/
DGPBCodedOutputStream.m1058 NSUInteger valueLength = [value length];
1059 return GPBComputeRawVarint32SizeForInteger(valueLength) + valueLength;
/external/libcups/cups/
Dauth.c965 auth_right.valueLength = 0; in cups_local_auth()
/external/icu/icu4c/source/test/intltest/
Dcaltest.cpp626 int32_t valueLength; in TestGenericAPI() local
627 while ((charValue = values->next(&valueLength, status)) != NULL) { in TestGenericAPI()
628 if (valueLength == 6 && strcmp(charValue, "hebrew") == 0) { in TestGenericAPI()
640 while ((ucharValue = values->unext(&valueLength, status)) != NULL) { in TestGenericAPI()
641 UnicodeString value(FALSE, ucharValue, valueLength); in TestGenericAPI()