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

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DBaseTextInputType.cpp62 int valueLength = value.length(); local
64 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/icu/icu4c/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/skia/src/ports/
H A DSkFontConfigParser_android.cpp84 int valueLength = strlen(attributeValue); local
86 if (strncmp(attributeValue, "elegant", valueLength) == 0) {
88 } else if (strncmp(attributeValue, "compact", valueLength) == 0) {
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DPlatformLocale.cpp211 String Locale::validationMessageTooLongText(unsigned valueLength, int maxLength) argument
213 return queryString(WebLocalizedString::ValidationTooLong, convertToLocalizedNumber(String::number(valueLength)), convertToLocalizedNumber(String::number(maxLength)));
/external/chromium_org/third_party/icu/source/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/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.c1575 int32_t valueLength; local
1589 valueLength = 0;
1594 if ((value = uenum_next(pref, &valueLength, &status)) != NULL && U_SUCCESS(status)) {
1621 if ((value = uenum_next(all, &valueLength, &status)) != NULL && U_SUCCESS(status)) {
H A Dcnumtst.c920 int32_t valueLength = 10; local
933 unum_setSymbol(fmt, (UNumberFormatSymbol)badsymbolLarge, value, valueLength, &status);
937 unum_setSymbol(fmt, (UNumberFormatSymbol)badsymbolSmall, value, valueLength, &status);
H A Dcapitst.c2363 int32_t i, n, size, valueLength; local
2370 valueLength = 0;
2382 if ((value = uenum_next(keywordValues, &valueLength, &status)) != NULL && U_SUCCESS(status)) {
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigParser_android.cpp325 size_t valueLength = strlen(attributeValue); local
328 if (valueLength == 7 && strncmp(attributeValue, "elegant", valueLength) == 0) {
330 } else if (valueLength == 7 &&
331 strncmp(attributeValue, "compact", valueLength) == 0) {
/external/icu/icu4c/source/i18n/
H A Dudat.cpp693 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
701 array[index].setTo(value, valueLength);
708 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
710 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode);
715 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
717 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode);
722 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
724 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode);
729 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
731 setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCod
692 setSymbol(UnicodeString *array, int32_t count, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
707 setEra(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
714 setEraName(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
721 setMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
728 setShortMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
735 setNarrowMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
742 setStandaloneMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
749 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
756 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
763 setWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
770 setShortWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
777 setShorterWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
784 setNarrowWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
791 setStandaloneWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
798 setStandaloneShortWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
805 setStandaloneShorterWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
812 setStandaloneNarrowWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
819 setQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
826 setShortQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
833 setStandaloneQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
840 setStandaloneShortQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
847 setAmPm(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
854 setLocalPatternChars(DateFormatSymbols *syms, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
864 udat_setSymbols( UDateFormat *format, UDateFormatSymbolType type, int32_t index, UChar *value, int32_t valueLength, UErrorCode *status) argument
[all...]
/external/icu/icu4c/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.c1579 int32_t valueLength; local
1593 valueLength = 0;
1598 if ((value = uenum_next(pref, &valueLength, &status)) != NULL && U_SUCCESS(status)) {
1625 if ((value = uenum_next(all, &valueLength, &status)) != NULL && U_SUCCESS(status)) {
H A Dcnumtst.c926 int32_t valueLength = 10; local
939 unum_setSymbol(fmt, (UNumberFormatSymbol)badsymbolLarge, value, valueLength, &status);
943 unum_setSymbol(fmt, (UNumberFormatSymbol)badsymbolSmall, value, valueLength, &status);
H A Dcapitst.c2415 int32_t i, n, size, valueLength; local
2422 valueLength = 0;
2434 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.cpp940 int valueLength = static_cast<int>(attributes[i].end - attributes[i].value); local
941 AtomicString attrValue = toAtomicString(attributes[i].value, valueLength);
1627 int valueLength = (int) (attributes[i].end - attributes[i].value); local
1628 String attrValue = toString(attributes[i].value, valueLength);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcaltest.cpp585 int32_t valueLength; local
586 while ((charValue = values->next(&valueLength, status)) != NULL) {
587 if (valueLength == 6 && strcmp(charValue, "hebrew") == 0) {
599 while ((ucharValue = values->unext(&valueLength, status)) != NULL) {
600 UnicodeString value(FALSE, ucharValue, valueLength);
/external/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp606 int32_t valueLength; local
607 while ((charValue = values->next(&valueLength, status)) != NULL) {
608 if (valueLength == 6 && strcmp(charValue, "hebrew") == 0) {
620 while ((ucharValue = values->unext(&valueLength, status)) != NULL) {
621 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 ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1772 milliseconds