Home
last modified time | relevance | path

Searched defs:valueLength (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/i18n/
Dudat.cpp541 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setSymbol()
556 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setEra()
563 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setEraName()
570 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setMonth()
577 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setShortMonth()
584 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setNarrowMonth()
591 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneMonth()
598 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneShortMonth()
605 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setStandaloneNarrowMonth()
612 const UChar *value, int32_t valueLength, UErrorCode &errorCode) in setWeekday()
[all …]
/external/icu4c/common/
Duset_props.cpp108 const UChar *value, int32_t valueLength, in uset_applyPropertyAlias()
/external/opencore/android/
Dmetadatadriver.cpp207 status_t MetadataDriver::extractMetadata(const char* key, char* value, uint32 valueLength) in extractMetadata()
/external/webkit/WebCore/dom/
DXMLTokenizerLibxml2.cpp686 int valueLength = (int) (attributes[i].end - attributes[i].value); in handleElementAttributes() local
1331 int valueLength = (int) (attributes[i].end - attributes[i].value); in attributesStartElementNsHandler() local
/external/sqlite/dist/
Dsqlite3.c58567 int valueLength = strlen(value); in groupConcatStep() local