Searched defs:valueLength (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DBaseTextInputType.cpp48 int valueLength = value.length(); local
50 return matchOffset || matchLength != valueLength;
/external/chromium_org/third_party/icu/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/icu4c/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/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigParser_android.cpp87 int valueLength = strlen(attributeValue); local
89 if (strncmp(attributeValue, "elegant", valueLength) == 0) {
91 } else if (strncmp(attributeValue, "compact", valueLength) == 0) {
/external/skia/src/ports/
H A DSkFontConfigParser_android.cpp87 int valueLength = strlen(attributeValue); local
89 if (strncmp(attributeValue, "elegant", valueLength) == 0) {
91 } else if (strncmp(attributeValue, "compact", valueLength) == 0) {
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
H A DLocalizedStringsChromium.cpp477 String validationMessageTooLongText(int valueLength, int maxLength) argument
479 return query(WebLocalizedString::ValidationTooLong, String::number(valueLength), String::number(maxLength));
/external/chromium_org/third_party/icu/source/i18n/
H A Dudat.cpp625 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
633 array[index].setTo(value, valueLength);
640 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
642 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode);
647 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
649 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode);
654 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
656 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode);
661 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
663 setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCod
624 setSymbol(UnicodeString *array, int32_t count, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
639 setEra(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
646 setEraName(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
653 setMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
660 setShortMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
667 setNarrowMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
674 setStandaloneMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
681 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
688 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
695 setWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
702 setShortWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
709 setNarrowWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
716 setStandaloneWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
723 setStandaloneShortWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
730 setStandaloneNarrowWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
737 setQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
744 setShortQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
751 setStandaloneQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
758 setStandaloneShortQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
765 setAmPm(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
772 setLocalPatternChars(DateFormatSymbols *syms, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
782 udat_setSymbols( UDateFormat *format, UDateFormatSymbolType type, int32_t index, UChar *value, int32_t valueLength, UErrorCode *status) argument
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
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 Dccaltst.c1425 int32_t valueLength; local
1439 valueLength = 0;
1444 if ((value = uenum_next(pref, &valueLength, &status)) != NULL && U_SUCCESS(status)) {
1471 if ((value = uenum_next(all, &valueLength, &status)) != NULL && U_SUCCESS(status)) {
H A Dcapitst.c2305 int32_t i, n, size, valueLength; local
2312 valueLength = 0;
2324 if ((value = uenum_next(keywordValues, &valueLength, &status)) != NULL && U_SUCCESS(status)) {
/external/icu4c/i18n/
H A Dudat.cpp690 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
698 array[index].setTo(value, valueLength);
705 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
707 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode);
712 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
714 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode);
719 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
721 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode);
726 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
728 setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCod
689 setSymbol(UnicodeString *array, int32_t count, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
704 setEra(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
711 setEraName(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
718 setMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
725 setShortMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
732 setNarrowMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
739 setStandaloneMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
746 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
753 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
760 setWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
767 setShortWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
774 setShorterWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
781 setNarrowWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
788 setStandaloneWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
795 setStandaloneShortWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
802 setStandaloneShorterWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
809 setStandaloneNarrowWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
816 setQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
823 setShortQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
830 setStandaloneQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
837 setStandaloneShortQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
844 setAmPm(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
851 setLocalPatternChars(DateFormatSymbols *syms, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
861 udat_setSymbols( UDateFormat *format, UDateFormatSymbolType type, int32_t index, UChar *value, int32_t valueLength, UErrorCode *status) argument
[all...]
/external/icu4c/test/cintltst/
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 Dccaltst.c1568 int32_t valueLength; local
1582 valueLength = 0;
1587 if ((value = uenum_next(pref, &valueLength, &status)) != NULL && U_SUCCESS(status)) {
1614 if ((value = uenum_next(all, &valueLength, &status)) != NULL && U_SUCCESS(status)) {
H A Dcnumtst.c910 int32_t valueLength = 10; local
923 unum_setSymbol(fmt, (UNumberFormatSymbol)badsymbolLarge, value, valueLength, &status);
927 unum_setSymbol(fmt, (UNumberFormatSymbol)badsymbolSmall, value, valueLength, &status);
H A Dcapitst.c2385 int32_t i, n, size, valueLength; local
2392 valueLength = 0;
2404 if ((value = uenum_next(keywordValues, &valueLength, &status)) != NULL && U_SUCCESS(status)) {
/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/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.cpp917 int valueLength = static_cast<int>(attributes[i].end - attributes[i].value); local
918 AtomicString attrValue = toAtomicString(attributes[i].value, valueLength);
1603 int valueLength = (int) (attributes[i].end - attributes[i].value); local
1604 String attrValue = toString(attributes[i].value, valueLength);
/external/icu4c/test/intltest/
H A Dcaltest.cpp566 int32_t valueLength; local
567 while ((charValue = values->next(&valueLength, status)) != NULL) {
568 if (valueLength == 6 && strcmp(charValue, "hebrew") == 0) {
580 while ((ucharValue = values->unext(&valueLength, status)) != NULL) {
581 UnicodeString value(FALSE, ucharValue, 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 726 milliseconds