Searched refs:valueLength (Results 1 - 11 of 11) sorted by last modified time

/external/svox/pico/compat/jni/
H A Dcom_android_tts_compat_SynthProxy.cpp509 size_t valueLength = env->GetStringUTFLength(value); local
511 int result = engine->funcs->setProperty(engine, nameChars, valueChars, valueLength);
/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.c1579 int32_t valueLength; local
1593 valueLength = 0;
1598 if ((value = uenum_next(pref, &valueLength, &status)) != NULL && U_SUCCESS(status)) {
1625 if ((value = uenum_next(all, &valueLength, &status)) != NULL && U_SUCCESS(status)) {
H A Dcnmdptst.c897 int32_t valueLength = 0; local
920 if ((value = uenum_next(pref, &valueLength, &status)) != NULL && U_SUCCESS(status)) {
951 if ((value = uenum_next(all, &valueLength, &status)) != NULL && U_SUCCESS(status)) {
H A Dcnumtst.c930 int32_t valueLength = 10; local
943 unum_setSymbol(fmt, (UNumberFormatSymbol)badsymbolLarge, value, valueLength, &status);
947 unum_setSymbol(fmt, (UNumberFormatSymbol)badsymbolSmall, value, valueLength, &status);
/external/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp617 int32_t valueLength; local
618 while ((charValue = values->next(&valueLength, status)) != NULL) {
619 if (valueLength == 6 && strcmp(charValue, "hebrew") == 0) {
631 while ((ucharValue = values->unext(&valueLength, status)) != NULL) {
632 UnicodeString value(FALSE, ucharValue, valueLength);
/external/icu/icu4c/source/tools/gendict/
H A Dgendict.cpp352 int32_t valueLength = fileLine.length() - valueStart;
353 if (valueLength > 15) {
359 fileLine.extract(valueStart, valueLength, s, 16, US_INV);
362 if (end == s || *end != 0 || (int32_t)uprv_strlen(s) != valueLength || value > 0xffffffff) {
/external/icu/icu4c/source/common/unicode/
H A Duset.h477 * @param valueLength the length of the value, or -1 if NULL
486 const UChar *value, int32_t valueLength,
/external/icu/icu4c/source/common/
H A Duset_props.cpp108 const UChar *value, int32_t valueLength,
112 UnicodeString v(value, valueLength);
106 uset_applyPropertyAlias(USet* set, const UChar *prop, int32_t propLength, const UChar *value, int32_t valueLength, UErrorCode* ec) argument
/external/icu/icu4c/source/i18n/
H A Dudat.cpp901 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
909 array[index].setTo(value, valueLength);
916 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
918 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode);
923 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
925 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode);
930 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
932 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode);
937 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
939 setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCod
900 setSymbol(UnicodeString *array, int32_t count, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
915 setEra(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
922 setEraName(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
929 setMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
936 setShortMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
943 setNarrowMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
950 setStandaloneMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
957 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
964 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
971 setWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
978 setShortWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
985 setShorterWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
992 setNarrowWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
999 setStandaloneWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
1006 setStandaloneShortWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
1013 setStandaloneShorterWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
1020 setStandaloneNarrowWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
1027 setQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
1034 setShortQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
1041 setStandaloneQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
1048 setStandaloneShortQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
1055 setShortYearNames(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
1062 setShortZodiacNames(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
1069 setAmPm(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
1076 setLocalPatternChars(DateFormatSymbols *syms, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
1086 udat_setSymbols( UDateFormat *format, UDateFormatSymbolType type, int32_t index, UChar *value, int32_t valueLength, UErrorCode *status) argument
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dudat.h1507 * @param valueLength The length of value, or -1 if null-terminated
1518 int32_t valueLength,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 372 milliseconds