/external/chromium_org/third_party/icu/source/i18n/ |
D | udat.cpp | 625 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setSymbol() argument 633 array[index].setTo(value, valueLength); in setSymbol() 640 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setEra() argument 642 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode); in setEra() 647 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setEraName() argument 649 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode); in setEraName() 654 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setMonth() argument 656 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode); in setMonth() 661 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShortMonth() argument 663 … setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode); in setShortMonth() [all …]
|
/external/icu4c/i18n/ |
D | udat.cpp | 690 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setSymbol() argument 698 array[index].setTo(value, valueLength); in setSymbol() 705 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setEra() argument 707 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode); in setEra() 712 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setEraName() argument 714 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode); in setEraName() 719 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setMonth() argument 721 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode); in setMonth() 726 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShortMonth() argument 728 … setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode); in setShortMonth() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | EventSource.cpp | 399 int valueLength = lineLength - step; in parseEventStreamLine() local 402 if (valueLength) in parseEventStreamLine() 403 m_data.append(&m_receiveBuf[bufPos], valueLength); in parseEventStreamLine() 406 m_eventName = valueLength ? String(&m_receiveBuf[bufPos], valueLength) : ""; in parseEventStreamLine() 408 … m_currentlyParsedEventId = valueLength ? String(&m_receiveBuf[bufPos], valueLength) : ""; in parseEventStreamLine() 410 if (!valueLength) in parseEventStreamLine() 413 String value(&m_receiveBuf[bufPos], valueLength); in parseEventStreamLine()
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
D | BaseTextInputType.cpp | 48 int valueLength = value.length(); in patternMismatch() local 50 return matchOffset || matchLength != valueLength; in patternMismatch()
|
/external/chromium_org/third_party/icu/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/icu4c/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/chromium_org/third_party/skia/src/ports/ |
D | SkFontConfigParser_android.cpp | 88 int valueLength = strlen(attributeValue); in fontFileElementHandler() local 90 if (strncmp(attributeValue, "elegant", valueLength) == 0) { in fontFileElementHandler() 92 } else if (strncmp(attributeValue, "compact", valueLength) == 0) { in fontFileElementHandler()
|
/external/skia/src/ports/ |
D | SkFontConfigParser_android.cpp | 88 int valueLength = strlen(attributeValue); in fontFileElementHandler() local 90 if (strncmp(attributeValue, "elegant", valueLength) == 0) { in fontFileElementHandler() 92 } else if (strncmp(attributeValue, "compact", valueLength) == 0) { in fontFileElementHandler()
|
/external/icu4c/tools/gendict/ |
D | gendict.cpp | 388 int32_t valueLength = fileLine.length() - valueStart; in main() local 389 if (valueLength > 15) { in main() 395 fileLine.extract(valueStart, valueLength, s, 16, US_INV); in main() 398 … if (end == s || *end != 0 || (int32_t)uprv_strlen(s) != valueLength || value > 0xffffffff) { in main()
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | PlatformLocale.h | 46 String validationMessageTooLongText(unsigned valueLength, int maxLength);
|
D | PlatformLocale.cpp | 211 String Locale::validationMessageTooLongText(unsigned valueLength, int maxLength) in validationMessageTooLongText() argument 213 …izedString::ValidationTooLong, convertToLocalizedNumber(String::number(valueLength)), convertToLoc… in validationMessageTooLongText()
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | udat.h | 923 int32_t valueLength,
|
/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/chromium_org/third_party/WebKit/Source/core/xml/parser/ |
D | XMLDocumentParser.cpp | 928 int valueLength = static_cast<int>(attributes[i].end - attributes[i].value); in handleElementAttributes() local 929 AtomicString attrValue = toAtomicString(attributes[i].value, valueLength); in handleElementAttributes() 1614 int valueLength = (int) (attributes[i].end - attributes[i].value); in attributesStartElementNsHandler() local 1615 String attrValue = toString(attributes[i].value, valueLength); in attributesStartElementNsHandler()
|
/external/icu4c/i18n/unicode/ |
D | udat.h | 1241 int32_t valueLength,
|
/external/chromium_org/third_party/icu/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 | 1425 int32_t valueLength; in TestGetKeywordValuesForLocale() local 1439 valueLength = 0; in TestGetKeywordValuesForLocale() 1444 … if ((value = uenum_next(pref, &valueLength, &status)) != NULL && U_SUCCESS(status)) { in TestGetKeywordValuesForLocale() 1471 … if ((value = uenum_next(all, &valueLength, &status)) != NULL && U_SUCCESS(status)) { in TestGetKeywordValuesForLocale()
|
D | capitst.c | 2305 int32_t i, n, size, valueLength; in TestGetKeywordValuesForLocale() local 2312 valueLength = 0; in TestGetKeywordValuesForLocale() 2324 … if ((value = uenum_next(keywordValues, &valueLength, &status)) != NULL && U_SUCCESS(status)) { in TestGetKeywordValuesForLocale()
|
/external/icu4c/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 | 1568 int32_t valueLength; in TestGetKeywordValuesForLocale() local 1582 valueLength = 0; in TestGetKeywordValuesForLocale() 1587 … if ((value = uenum_next(pref, &valueLength, &status)) != NULL && U_SUCCESS(status)) { in TestGetKeywordValuesForLocale() 1614 … if ((value = uenum_next(all, &valueLength, &status)) != NULL && U_SUCCESS(status)) { in TestGetKeywordValuesForLocale()
|
D | cnumtst.c | 910 int32_t valueLength = 10; in TestNumberFormat() local 923 unum_setSymbol(fmt, (UNumberFormatSymbol)badsymbolLarge, value, valueLength, &status); in TestNumberFormat() 927 unum_setSymbol(fmt, (UNumberFormatSymbol)badsymbolSmall, value, valueLength, &status); in TestNumberFormat()
|
D | capitst.c | 2385 int32_t i, n, size, valueLength; in TestGetKeywordValuesForLocale() local 2392 valueLength = 0; in TestGetKeywordValuesForLocale() 2404 … if ((value = uenum_next(keywordValues, &valueLength, &status)) != NULL && U_SUCCESS(status)) { in TestGetKeywordValuesForLocale()
|
/external/icu4c/common/unicode/ |
D | uset.h | 484 const UChar *value, int32_t valueLength,
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | uset.h | 480 const UChar *value, int32_t valueLength,
|
/external/icu4c/test/intltest/ |
D | caltest.cpp | 566 int32_t valueLength; in TestGenericAPI() local 567 while ((charValue = values->next(&valueLength, status)) != NULL) { in TestGenericAPI() 568 if (valueLength == 6 && strcmp(charValue, "hebrew") == 0) { in TestGenericAPI() 580 while ((ucharValue = values->unext(&valueLength, status)) != NULL) { in TestGenericAPI() 581 UnicodeString value(FALSE, ucharValue, valueLength); in TestGenericAPI()
|