Searched defs:newValueLength (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dunum.cpp599 int32_t newValueLength,
605 UnicodeString val(newValue, newValueLength);
596 unum_setTextAttribute( UNumberFormat* fmt, UNumberFormatTextAttribute tag, const UChar* newValue, int32_t newValueLength, UErrorCode *status) argument
/external/icu/icu4c/source/i18n/
H A Dunum.cpp603 int32_t newValueLength,
609 UnicodeString val(newValue, newValueLength);
600 unum_setTextAttribute( UNumberFormat* fmt, UNumberFormatTextAttribute tag, const UChar* newValue, int32_t newValueLength, UErrorCode *status) argument

Completed in 32 milliseconds