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

/external/icu4c/i18n/
H A Dudat.cpp578 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
586 array[index].setTo(value, valueLength);
593 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
595 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode);
600 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
602 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode);
607 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
609 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode);
614 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
616 setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCod
577 setSymbol(UnicodeString *array, int32_t count, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
592 setEra(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
599 setEraName(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
606 setMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
613 setShortMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
620 setNarrowMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
627 setStandaloneMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
634 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
641 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
648 setWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
655 setShortWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
662 setNarrowWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
669 setStandaloneWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
676 setStandaloneShortWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
683 setStandaloneNarrowWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
690 setQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
697 setShortQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
704 setStandaloneQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
711 setStandaloneShortQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
718 setAmPm(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
725 setLocalPatternChars(DateFormatSymbols *syms, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
735 udat_setSymbols( UDateFormat *format, UDateFormatSymbolType type, int32_t index, UChar *value, int32_t valueLength, UErrorCode *status) argument
[all...]
/external/webkit/WebCore/page/
H A DEventSource.cpp269 int valueLength = lineLength - step;
274 if (valueLength)
275 m_data.append(&m_receiveBuf[bufPos], valueLength);
277 m_eventName = valueLength ? String(&m_receiveBuf[bufPos], valueLength) : "";
279 m_lastEventId = valueLength ? String(&m_receiveBuf[bufPos], valueLength) : "";
281 if (!valueLength)
284 String value(&m_receiveBuf[bufPos], valueLength);
/external/webkit/WebCore/platform/graphics/win/
H A DFontDatabase.cpp169 DWORD valueLength = value.size(); local
171 if (FAILED(RegEnumValue(key, i, name.data(), &nameLength, 0, &type, value.data(), &valueLength)))
176 RetainPtr<CFDataRef> filename(AdoptCF, CFDataCreate(kCFAllocatorDefault, value.data(), valueLength));
/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/opencore/android/
H A Dmetadatadriver.cpp212 // a. If the metadata value(s) is too long, and cannot be hold in valueLength bytes
216 status_t MetadataDriver::extractMetadata(const char* key, char* value, uint32 valueLength) argument
227 if (length > valueLength) {
236 if (length > valueLength) {
239 length = oscl_UnicodeToUTF8(mMetadataValueList[i].value.pWChar_value, length, value, valueLength);
261 oscl_snprintf(value, valueLength, "%d", duration);
265 oscl_snprintf(value, valueLength, "%d", mMetadataValueList[i].value.int32_value);
269 oscl_snprintf(value, valueLength, "%d", mMetadataValueList[i].value.uint8_value);
273 oscl_snprintf(value, valueLength, "%f", mMetadataValueList[i].value.float_value);
277 oscl_snprintf(value, valueLength, "
[all...]
H A Dmetadatadriver.h152 status_t extractMetadata(const char* key, char* value, uint32 valueLength);
/external/webkit/WebKit/mac/Plugins/Hosted/
H A DProxyInstance.mm381 mach_msg_type_number_t valueLength;
383 m_instanceProxy->marshalValue(exec, value, valueData, valueLength);
386 m_objectID, serverIdentifier, valueData, valueLength);
387 mig_deallocate(reinterpret_cast<vm_address_t>(valueData), valueLength);
H A DNetscapePluginInstanceProxy.h124 bool setProperty(uint32_t objectID, const JSC::Identifier& propertyName, data_t valueData, mach_msg_type_number_t valueLength);
125 bool setProperty(uint32_t objectID, unsigned propertyName, data_t valueData, mach_msg_type_number_t valueLength);
147 JSC::JSValue demarshalValue(JSC::ExecState*, const char* valueData, mach_msg_type_number_t valueLength);
H A DNetscapePluginHostProxy.mm729 kern_return_t WKPCSetProperty(mach_port_t clientPort, uint32_t pluginID, uint32_t requestID, uint32_t objectID, uint64_t serverIdentifier, data_t valueData, mach_msg_type_number_t valueLength)
731 DataDeallocator deallocator(valueData, valueLength);
750 result = instanceProxy->setProperty(objectID, propertyNameIdentifier, valueData, valueLength);
752 result = instanceProxy->setProperty(objectID, identifier->number(), valueData, valueLength);
H A DNetscapePluginInstanceProxy.mm918 bool NetscapePluginInstanceProxy::setProperty(uint32_t objectID, const Identifier& propertyName, data_t valueData, mach_msg_type_number_t valueLength)
934 JSValue value = demarshalValue(exec, valueData, valueLength);
942 bool NetscapePluginInstanceProxy::setProperty(uint32_t objectID, unsigned propertyName, data_t valueData, mach_msg_type_number_t valueLength)
958 JSValue value = demarshalValue(exec, valueData, valueLength);
1228 JSValue NetscapePluginInstanceProxy::demarshalValue(ExecState* exec, const char* valueData, mach_msg_type_number_t valueLength)
1230 RetainPtr<NSData*> data(AdoptNS, [[NSData alloc] initWithBytesNoCopy:(void*)valueData length:valueLength freeWhenDone:NO]);
/external/icu4c/common/unicode/
H A Duset.h451 * @param valueLength the length of the value, or -1 if NULL
460 const UChar *value, int32_t valueLength,
/external/icu4c/i18n/unicode/
H A Dudat.h878 * @param valueLength The length of value, or -1 if null-terminated
889 int32_t valueLength,
/external/webkit/JavaScriptCore/icu/unicode/
H A Duset.h260 * @param valueLength the length of the value, or -1 if NULL
269 const UChar *value, int32_t valueLength,
/external/webkit/WebCore/icu/unicode/
H A Duset.h260 * @param valueLength the length of the value, or -1 if NULL
269 const UChar *value, int32_t valueLength,
/external/webkit/WebCore/dom/
H A DXMLTokenizerLibxml2.cpp708 int valueLength = (int) (attributes[i].end - attributes[i].value); local
709 String attrValue = toString(attributes[i].value, valueLength);
1438 int valueLength = (int) (attributes[i].end - attributes[i].value); local
1439 String attrValue = toString(attributes[i].value, valueLength);
/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)) {
947 if ((value = uenum_next(all, &valueLength, &status)) != NULL && U_SUCCESS(status)) {
H A Dccaltst.c1419 int32_t valueLength; local
1433 valueLength = 0;
1438 if ((value = uenum_next(pref, &valueLength, &status)) != NULL && U_SUCCESS(status)) {
1465 if ((value = uenum_next(all, &valueLength, &status)) != NULL && U_SUCCESS(status)) {
H A Dcapitst.c2311 int32_t i, n, size, valueLength; local
2318 valueLength = 0;
2330 if ((value = uenum_next(keywordValues, &valueLength, &status)) != NULL && U_SUCCESS(status)) {
/external/webkit/WebCore/html/
H A DHTMLInputElement.cpp247 int valueLength = value.length(); local
250 return matchOffset != 0 || matchLength != valueLength;

Completed in 1045 milliseconds