/external/icu/icu4c/source/i18n/ |
D | udat.cpp | 903 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/ |
D | uset_props.cpp | 110 const UChar *value, int32_t valueLength, in uset_applyPropertyAlias() argument 114 UnicodeString v(value, valueLength); in uset_applyPropertyAlias()
|
/external/icu/icu4c/source/tools/gendict/ |
D | gendict.cpp | 358 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/ |
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 | 910 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()
|
D | ccaltst.c | 1585 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()
|
D | cnumtst.c | 934 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/ |
D | uset.h | 490 const UChar *value, int32_t valueLength,
|
/external/icu/icu4c/source/i18n/unicode/ |
D | udat.h | 1536 int32_t valueLength,
|
/external/protobuf/objectivec/ |
D | GPBCodedOutputStream.m | 1058 NSUInteger valueLength = [value length]; 1059 return GPBComputeRawVarint32SizeForInteger(valueLength) + valueLength;
|
/external/libcups/cups/ |
D | auth.c | 965 auth_right.valueLength = 0; in cups_local_auth()
|
/external/icu/icu4c/source/test/intltest/ |
D | caltest.cpp | 626 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()
|