Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/
Dudat.cpp625 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/
Dudat.cpp690 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/
DEventSource.cpp399 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/
DBaseTextInputType.cpp48 int valueLength = value.length(); in patternMismatch() local
50 return matchOffset || matchLength != valueLength; in patternMismatch()
/external/chromium_org/third_party/icu/source/common/
Duset_props.cpp108 const UChar *value, int32_t valueLength, in uset_applyPropertyAlias() argument
112 UnicodeString v(value, valueLength); in uset_applyPropertyAlias()
/external/icu4c/common/
Duset_props.cpp108 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/
DSkFontConfigParser_android.cpp88 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/
DSkFontConfigParser_android.cpp88 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/
Dgendict.cpp388 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/
DPlatformLocale.h46 String validationMessageTooLongText(unsigned valueLength, int maxLength);
DPlatformLocale.cpp211 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/
Dudat.h923 int32_t valueLength,
/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/chromium_org/third_party/WebKit/Source/core/xml/parser/
DXMLDocumentParser.cpp928 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/
Dudat.h1241 int32_t valueLength,
/external/chromium_org/third_party/icu/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.c1425 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()
Dcapitst.c2305 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/
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.c1568 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()
Dcnumtst.c910 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()
Dcapitst.c2385 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/
Duset.h484 const UChar *value, int32_t valueLength,
/external/chromium_org/third_party/icu/source/common/unicode/
Duset.h480 const UChar *value, int32_t valueLength,
/external/icu4c/test/intltest/
Dcaltest.cpp566 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()