Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dudat.cpp901 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setSymbol() argument
909 array[index].setTo(value, valueLength); in setSymbol()
916 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setEra() argument
918 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode); in setEra()
923 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setEraName() argument
925 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode); in setEraName()
930 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setMonth() argument
932 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode); in setMonth()
937 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShortMonth() argument
939 … setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode); in setShortMonth()
[all …]
/external/icu/icu4c/source/common/
Duset_props.cpp108 const UChar *value, int32_t valueLength, in uset_applyPropertyAlias() argument
112 UnicodeString v(value, valueLength); in uset_applyPropertyAlias()
/external/icu/icu4c/source/tools/gendict/
Dgendict.cpp352 int32_t valueLength = fileLine.length() - valueStart; in main() local
353 if (valueLength > 15) { in main()
359 fileLine.extract(valueStart, valueLength, s, 16, US_INV); in main()
362 … 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.c897 int32_t valueLength = 0; in TestGetKeywordValuesForLocale() local
920 … if ((value = uenum_next(pref, &valueLength, &status)) != NULL && U_SUCCESS(status)) { in TestGetKeywordValuesForLocale()
951 if ((value = uenum_next(all, &valueLength, &status)) != NULL && U_SUCCESS(status)) { in TestGetKeywordValuesForLocale()
Dccaltst.c1579 int32_t valueLength; in TestGetKeywordValuesForLocale() local
1593 valueLength = 0; in TestGetKeywordValuesForLocale()
1598 … if ((value = uenum_next(pref, &valueLength, &status)) != NULL && U_SUCCESS(status)) { in TestGetKeywordValuesForLocale()
1625 … if ((value = uenum_next(all, &valueLength, &status)) != NULL && U_SUCCESS(status)) { in TestGetKeywordValuesForLocale()
Dcnumtst.c930 int32_t valueLength = 10; in TestNumberFormat() local
943 unum_setSymbol(fmt, (UNumberFormatSymbol)badsymbolLarge, value, valueLength, &status); in TestNumberFormat()
947 unum_setSymbol(fmt, (UNumberFormatSymbol)badsymbolSmall, value, valueLength, &status); in TestNumberFormat()
/external/icu/icu4c/source/common/unicode/
Duset.h486 const UChar *value, int32_t valueLength,
/external/icu/icu4c/source/i18n/unicode/
Dudat.h1518 int32_t valueLength,
/external/icu/icu4c/source/test/intltest/
Dcaltest.cpp617 int32_t valueLength; in TestGenericAPI() local
618 while ((charValue = values->next(&valueLength, status)) != NULL) { in TestGenericAPI()
619 if (valueLength == 6 && strcmp(charValue, "hebrew") == 0) { in TestGenericAPI()
631 while ((ucharValue = values->unext(&valueLength, status)) != NULL) { in TestGenericAPI()
632 UnicodeString value(FALSE, ucharValue, valueLength); in TestGenericAPI()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...