/external/icu/icu4c/source/i18n/ |
D | udat.cpp | 901 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/ |
D | uset_props.cpp | 108 const UChar *value, int32_t valueLength, in uset_applyPropertyAlias() argument 112 UnicodeString v(value, valueLength); in uset_applyPropertyAlias()
|
/external/icu/icu4c/source/tools/gendict/ |
D | gendict.cpp | 352 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/ |
D | com_android_tts_compat_SynthProxy.cpp | 509 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/ |
D | cnmdptst.c | 897 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()
|
D | ccaltst.c | 1579 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()
|
D | cnumtst.c | 930 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/ |
D | uset.h | 486 const UChar *value, int32_t valueLength,
|
/external/icu/icu4c/source/i18n/unicode/ |
D | udat.h | 1518 int32_t valueLength,
|
/external/icu/icu4c/source/test/intltest/ |
D | caltest.cpp | 617 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/ |
D | org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |