Home
last modified time | relevance | path

Searched refs:resultLength (Results 1 - 25 of 162) sorted by relevance

1234567

/third_party/icu/icu4c/source/common/
H A Dustrenum.cpp44 StringEnumeration::next(int32_t *resultLength, UErrorCode &status) { in next() argument
50 if(resultLength!=NULL) { in next()
51 *resultLength=unistr.length(); in next()
62 StringEnumeration::unext(int32_t *resultLength, UErrorCode &status) { in unext() argument
66 if(resultLength!=NULL) { in unext()
67 *resultLength=unistr.length(); in unext()
164 const char *UStringEnumeration::next(int32_t *resultLength, UErrorCode &status) { in next() argument
165 return uenum_next(uenum, resultLength, &status); in next()
214 int32_t* resultLength, in ustrenum_unext()
217 return THIS(en)->unext(resultLength, *e in ustrenum_unext()
213 ustrenum_unext(UEnumeration* en, int32_t* resultLength, UErrorCode* ec) ustrenum_unext() argument
224 ustrenum_next(UEnumeration* en, int32_t* resultLength, UErrorCode* ec) ustrenum_next() argument
301 ucharstrenum_unext(UEnumeration* en, int32_t* resultLength, UErrorCode* ) ucharstrenum_unext() argument
317 ucharstrenum_next(UEnumeration* en, int32_t* resultLength, UErrorCode* ) ucharstrenum_next() argument
[all...]
H A Duenum.cpp90 int32_t* resultLength, in uenum_unextDefault()
108 if (resultLength) { in uenum_unextDefault()
109 *resultLength = len; in uenum_unextDefault()
117 int32_t* resultLength, in uenum_nextDefault()
122 const UChar *tempUCharVal = en->uNext(en, resultLength, status); in uenum_nextDefault()
127 _getBuffer(en, (*resultLength+1) * sizeof(char)); in uenum_nextDefault()
132 u_UCharsToChars(tempUCharVal, tempCharVal, *resultLength + 1); in uenum_nextDefault()
142 int32_t* resultLength, in uenum_unext()
149 return en->uNext(en, resultLength, status); in uenum_unext()
158 int32_t* resultLength, in uenum_next()
89 uenum_unextDefault(UEnumeration* en, int32_t* resultLength, UErrorCode* status) uenum_unextDefault() argument
116 uenum_nextDefault(UEnumeration* en, int32_t* resultLength, UErrorCode* status) uenum_nextDefault() argument
141 uenum_unext(UEnumeration* en, int32_t* resultLength, UErrorCode* status) uenum_unext() argument
157 uenum_next(UEnumeration* en, int32_t* resultLength, UErrorCode* status) uenum_next() argument
[all...]
H A Duenumimp.h67 * @param resultLength pointer to result length
74 int32_t* resultLength,
84 * @param resultLength pointer to result length
91 int32_t* resultLength,
141 int32_t* resultLength,
152 int32_t* resultLength,
/third_party/node/deps/icu-small/source/common/
H A Dustrenum.cpp44 StringEnumeration::next(int32_t *resultLength, UErrorCode &status) { in next() argument
50 if(resultLength!=nullptr) { in next()
51 *resultLength=unistr.length(); in next()
62 StringEnumeration::unext(int32_t *resultLength, UErrorCode &status) { in unext() argument
66 if(resultLength!=nullptr) { in unext()
67 *resultLength=unistr.length(); in unext()
164 const char *UStringEnumeration::next(int32_t *resultLength, UErrorCode &status) { in next() argument
165 return uenum_next(uenum, resultLength, &status); in next()
214 int32_t* resultLength, in ustrenum_unext()
217 return THIS(en)->unext(resultLength, *e in ustrenum_unext()
213 ustrenum_unext(UEnumeration* en, int32_t* resultLength, UErrorCode* ec) ustrenum_unext() argument
224 ustrenum_next(UEnumeration* en, int32_t* resultLength, UErrorCode* ec) ustrenum_next() argument
301 ucharstrenum_unext(UEnumeration* en, int32_t* resultLength, UErrorCode* ) ucharstrenum_unext() argument
317 ucharstrenum_next(UEnumeration* en, int32_t* resultLength, UErrorCode* ) ucharstrenum_next() argument
[all...]
H A Duenum.cpp90 int32_t* resultLength, in uenum_unextDefault()
108 if (resultLength) { in uenum_unextDefault()
109 *resultLength = len; in uenum_unextDefault()
117 int32_t* resultLength, in uenum_nextDefault()
122 const char16_t *tempUCharVal = en->uNext(en, resultLength, status); in uenum_nextDefault()
127 _getBuffer(en, (*resultLength+1) * sizeof(char)); in uenum_nextDefault()
132 u_UCharsToChars(tempUCharVal, tempCharVal, *resultLength + 1); in uenum_nextDefault()
142 int32_t* resultLength, in uenum_unext()
149 return en->uNext(en, resultLength, status); in uenum_unext()
158 int32_t* resultLength, in uenum_next()
89 uenum_unextDefault(UEnumeration* en, int32_t* resultLength, UErrorCode* status) uenum_unextDefault() argument
116 uenum_nextDefault(UEnumeration* en, int32_t* resultLength, UErrorCode* status) uenum_nextDefault() argument
141 uenum_unext(UEnumeration* en, int32_t* resultLength, UErrorCode* status) uenum_unext() argument
157 uenum_next(UEnumeration* en, int32_t* resultLength, UErrorCode* status) uenum_next() argument
[all...]
H A Duenumimp.h67 * @param resultLength pointer to result length
74 int32_t* resultLength,
84 * @param resultLength pointer to result length
91 int32_t* resultLength,
141 int32_t* resultLength,
152 int32_t* resultLength,
/third_party/skia/third_party/externals/icu/source/common/
H A Dustrenum.cpp44 StringEnumeration::next(int32_t *resultLength, UErrorCode &status) { in next() argument
50 if(resultLength!=NULL) { in next()
51 *resultLength=unistr.length(); in next()
62 StringEnumeration::unext(int32_t *resultLength, UErrorCode &status) { in unext() argument
66 if(resultLength!=NULL) { in unext()
67 *resultLength=unistr.length(); in unext()
164 const char *UStringEnumeration::next(int32_t *resultLength, UErrorCode &status) { in next() argument
165 return uenum_next(uenum, resultLength, &status); in next()
214 int32_t* resultLength, in ustrenum_unext()
217 return THIS(en)->unext(resultLength, *e in ustrenum_unext()
213 ustrenum_unext(UEnumeration* en, int32_t* resultLength, UErrorCode* ec) ustrenum_unext() argument
224 ustrenum_next(UEnumeration* en, int32_t* resultLength, UErrorCode* ec) ustrenum_next() argument
301 ucharstrenum_unext(UEnumeration* en, int32_t* resultLength, UErrorCode* ) ucharstrenum_unext() argument
317 ucharstrenum_next(UEnumeration* en, int32_t* resultLength, UErrorCode* ) ucharstrenum_next() argument
[all...]
H A Duenum.cpp90 int32_t* resultLength, in uenum_unextDefault()
108 if (resultLength) { in uenum_unextDefault()
109 *resultLength = len; in uenum_unextDefault()
117 int32_t* resultLength, in uenum_nextDefault()
122 const UChar *tempUCharVal = en->uNext(en, resultLength, status); in uenum_nextDefault()
127 _getBuffer(en, (*resultLength+1) * sizeof(char)); in uenum_nextDefault()
132 u_UCharsToChars(tempUCharVal, tempCharVal, *resultLength + 1); in uenum_nextDefault()
142 int32_t* resultLength, in uenum_unext()
149 return en->uNext(en, resultLength, status); in uenum_unext()
158 int32_t* resultLength, in uenum_next()
89 uenum_unextDefault(UEnumeration* en, int32_t* resultLength, UErrorCode* status) uenum_unextDefault() argument
116 uenum_nextDefault(UEnumeration* en, int32_t* resultLength, UErrorCode* status) uenum_nextDefault() argument
141 uenum_unext(UEnumeration* en, int32_t* resultLength, UErrorCode* status) uenum_unext() argument
157 uenum_next(UEnumeration* en, int32_t* resultLength, UErrorCode* status) uenum_next() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dunum.cpp179 int32_t resultLength, in unum_format()
183 return unum_formatInt64(fmt, number, result, resultLength, pos, status); in unum_format()
190 int32_t resultLength, in unum_formatInt64()
198 if(!(result==NULL && resultLength==0)) { in unum_formatInt64()
201 res.setTo(result, 0, resultLength); in unum_formatInt64()
216 return res.extract(result, resultLength, *status); in unum_formatInt64()
223 int32_t resultLength, in unum_formatDouble()
231 if(!(result==NULL && resultLength==0)) { in unum_formatDouble()
234 res.setTo(result, 0, resultLength); in unum_formatDouble()
249 return res.extract(result, resultLength, *statu in unum_formatDouble()
176 unum_format( const UNumberFormat* fmt, int32_t number, UChar* result, int32_t resultLength, UFieldPosition *pos, UErrorCode* status) unum_format() argument
187 unum_formatInt64(const UNumberFormat* fmt, int64_t number, UChar* result, int32_t resultLength, UFieldPosition *pos, UErrorCode* status) unum_formatInt64() argument
220 unum_formatDouble( const UNumberFormat* fmt, double number, UChar* result, int32_t resultLength, UFieldPosition *pos, UErrorCode* status) unum_formatDouble() argument
253 unum_formatDoubleForFields(const UNumberFormat* format, double number, UChar* result, int32_t resultLength, UFieldPositionIterator* fpositer, UErrorCode* status) unum_formatDoubleForFields() argument
281 unum_formatDecimal(const UNumberFormat* fmt, const char * number, int32_t length, UChar* result, int32_t resultLength, UFieldPosition *pos, UErrorCode* status) unum_formatDecimal() argument
325 unum_formatDoubleCurrency(const UNumberFormat* fmt, double number, UChar* currency, UChar* result, int32_t resultLength, UFieldPosition* pos, UErrorCode* status) unum_formatDoubleCurrency() argument
642 unum_getTextAttribute(const UNumberFormat* fmt, UNumberFormatTextAttribute tag, UChar* result, int32_t resultLength, UErrorCode* status) unum_getTextAttribute() argument
765 unum_toPattern( const UNumberFormat* fmt, UBool isPatternLocalized, UChar* result, int32_t resultLength, UErrorCode* status) unum_toPattern() argument
945 unum_formatUFormattable(const UNumberFormat* fmt, const UFormattable *number, UChar *result, int32_t resultLength, UFieldPosition *pos, UErrorCode *status) unum_formatUFormattable() argument
[all...]
H A Dumsg.cpp65 int32_t resultLength, in u_formatMessage()
75 actLen = u_vformatMessage(locale,pattern,patternLength,result,resultLength,ap,status); in u_formatMessage()
87 int32_t resultLength, in u_vformatMessage()
94 int32_t retVal = umsg_vformat(fmt,result,resultLength,ap,status); in u_vformatMessage()
104 int32_t resultLength, in u_formatMessageWithError()
115 actLen = u_vformatMessageWithError(locale,pattern,patternLength,result,resultLength,parseError,ap,status); in u_formatMessageWithError()
127 int32_t resultLength, in u_vformatMessageWithError()
135 int32_t retVal = umsg_vformat(fmt,result,resultLength,ap,status); in u_vformatMessageWithError()
340 int32_t resultLength, in umsg_toPattern()
347 if(fmt==NULL||resultLength< in umsg_toPattern()
61 u_formatMessage(const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, UErrorCode *status, ...) u_formatMessage() argument
83 u_vformatMessage( const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, va_list ap, UErrorCode *status) u_vformatMessage() argument
100 u_formatMessageWithError(const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, UParseError *parseError, UErrorCode *status, ...) u_formatMessageWithError() argument
123 u_vformatMessageWithError( const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, UParseError *parseError, va_list ap, UErrorCode *status) u_vformatMessageWithError() argument
338 umsg_toPattern(const UMessageFormat *fmt, UChar* result, int32_t resultLength, UErrorCode* status) umsg_toPattern() argument
364 umsg_format( const UMessageFormat *fmt, UChar *result, int32_t resultLength, UErrorCode *status, ...) umsg_format() argument
389 umsg_vformat( const UMessageFormat *fmt, UChar *result, int32_t resultLength, va_list ap, UErrorCode *status) umsg_vformat() argument
[all...]
H A Dudat.cpp224 int32_t resultLength, in udat_format()
231 if (result == NULL ? resultLength != 0 : resultLength < 0) { in udat_format()
240 res.setTo(result, 0, resultLength); in udat_format()
255 return res.extract(result, resultLength, *status); in udat_format()
262 int32_t resultLength, in udat_formatCalendar()
269 if (result == NULL ? resultLength != 0 : resultLength < 0) { in udat_formatCalendar()
278 res.setTo(result, 0, resultLength); in udat_formatCalendar()
293 return res.extract(result, resultLength, *statu in udat_formatCalendar()
221 udat_format( const UDateFormat* format, UDate dateToFormat, UChar* result, int32_t resultLength, UFieldPosition* position, UErrorCode* status) udat_format() argument
259 udat_formatCalendar(const UDateFormat* format, UCalendar* calendar, UChar* result, int32_t resultLength, UFieldPosition* position, UErrorCode* status) udat_formatCalendar() argument
297 udat_formatForFields( const UDateFormat* format, UDate dateToFormat, UChar* result, int32_t resultLength, UFieldPositionIterator* fpositer, UErrorCode* status) udat_formatForFields() argument
325 udat_formatCalendarForFields(const UDateFormat* format, UCalendar* calendar, UChar* result, int32_t resultLength, UFieldPositionIterator* fpositer, UErrorCode* status) udat_formatCalendarForFields() argument
536 udat_toPattern( const UDateFormat *fmt, UBool localized, UChar *result, int32_t resultLength, UErrorCode *status) udat_toPattern() argument
598 udat_getSymbols(const UDateFormat *fmt, UDateFormatSymbolType type, int32_t index, UChar *result, int32_t resultLength, UErrorCode *status) udat_getSymbols() argument
1299 udat_toPatternRelativeDate(const UDateFormat *fmt, UChar *result, int32_t resultLength, UErrorCode *status) udat_toPatternRelativeDate() argument
1324 udat_toPatternRelativeTime(const UDateFormat *fmt, UChar *result, int32_t resultLength, UErrorCode *status) udat_toPatternRelativeTime() argument
[all...]
H A Dvzone.cpp83 vzone_write(VZone* zone, UChar* & result, int32_t & resultLength, UErrorCode& status) { in vzone_write() argument
87 resultLength = s.length(); in vzone_write()
88 result = (UChar*)uprv_malloc(resultLength); in vzone_write()
89 memcpy(result,s.getBuffer(),resultLength); in vzone_write()
95 vzone_writeFromStart(VZone* zone, UDate start, UChar* & result, int32_t & resultLength, UErrorCode& status) { in vzone_writeFromStart() argument
99 resultLength = s.length(); in vzone_writeFromStart()
100 result = (UChar*)uprv_malloc(resultLength); in vzone_writeFromStart()
101 memcpy(result,s.getBuffer(),resultLength); in vzone_writeFromStart()
107 vzone_writeSimple(VZone* zone, UDate time, UChar* & result, int32_t & resultLength, UErrorCode& status) { in vzone_writeSimple() argument
111 resultLength in vzone_writeSimple()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dunum.cpp195 int32_t resultLength, in unum_format()
199 return unum_formatInt64(fmt, number, result, resultLength, pos, status); in unum_format()
206 int32_t resultLength, in unum_formatInt64()
214 if(!(result==nullptr && resultLength==0)) { in unum_formatInt64()
217 res.setTo(result, 0, resultLength); in unum_formatInt64()
232 return res.extract(result, resultLength, *status); in unum_formatInt64()
239 int32_t resultLength, in unum_formatDouble()
247 if(!(result==nullptr && resultLength==0)) { in unum_formatDouble()
250 res.setTo(result, 0, resultLength); in unum_formatDouble()
265 return res.extract(result, resultLength, *statu in unum_formatDouble()
192 unum_format( const UNumberFormat* fmt, int32_t number, char16_t* result, int32_t resultLength, UFieldPosition *pos, UErrorCode* status) unum_format() argument
203 unum_formatInt64(const UNumberFormat* fmt, int64_t number, char16_t* result, int32_t resultLength, UFieldPosition *pos, UErrorCode* status) unum_formatInt64() argument
236 unum_formatDouble( const UNumberFormat* fmt, double number, char16_t* result, int32_t resultLength, UFieldPosition *pos, UErrorCode* status) unum_formatDouble() argument
269 unum_formatDoubleForFields(const UNumberFormat* format, double number, char16_t* result, int32_t resultLength, UFieldPositionIterator* fpositer, UErrorCode* status) unum_formatDoubleForFields() argument
297 unum_formatDecimal(const UNumberFormat* fmt, const char * number, int32_t length, char16_t* result, int32_t resultLength, UFieldPosition *pos, UErrorCode* status) unum_formatDecimal() argument
341 unum_formatDoubleCurrency(const UNumberFormat* fmt, double number, char16_t* currency, char16_t* result, int32_t resultLength, UFieldPosition* pos, UErrorCode* status) unum_formatDoubleCurrency() argument
658 unum_getTextAttribute(const UNumberFormat* fmt, UNumberFormatTextAttribute tag, char16_t* result, int32_t resultLength, UErrorCode* status) unum_getTextAttribute() argument
784 unum_toPattern( const UNumberFormat* fmt, UBool isPatternLocalized, char16_t* result, int32_t resultLength, UErrorCode* status) unum_toPattern() argument
963 unum_formatUFormattable(const UNumberFormat* fmt, const UFormattable *number, char16_t *result, int32_t resultLength, UFieldPosition *pos, UErrorCode *status) unum_formatUFormattable() argument
[all...]
H A Dumsg.cpp65 int32_t resultLength, in u_formatMessage()
75 actLen = u_vformatMessage(locale,pattern,patternLength,result,resultLength,ap,status); in u_formatMessage()
87 int32_t resultLength, in u_vformatMessage()
94 int32_t retVal = umsg_vformat(fmt,result,resultLength,ap,status); in u_vformatMessage()
104 int32_t resultLength, in u_formatMessageWithError()
115 actLen = u_vformatMessageWithError(locale,pattern,patternLength,result,resultLength,parseError,ap,status); in u_formatMessageWithError()
127 int32_t resultLength, in u_vformatMessageWithError()
135 int32_t retVal = umsg_vformat(fmt,result,resultLength,ap,status); in u_vformatMessageWithError()
340 int32_t resultLength, in umsg_toPattern()
347 if(fmt==nullptr||resultLength< in umsg_toPattern()
61 u_formatMessage(const char *locale, const char16_t *pattern, int32_t patternLength, char16_t *result, int32_t resultLength, UErrorCode *status, ...) u_formatMessage() argument
83 u_vformatMessage( const char *locale, const char16_t *pattern, int32_t patternLength, char16_t *result, int32_t resultLength, va_list ap, UErrorCode *status) u_vformatMessage() argument
100 u_formatMessageWithError(const char *locale, const char16_t *pattern, int32_t patternLength, char16_t *result, int32_t resultLength, UParseError *parseError, UErrorCode *status, ...) u_formatMessageWithError() argument
123 u_vformatMessageWithError( const char *locale, const char16_t *pattern, int32_t patternLength, char16_t *result, int32_t resultLength, UParseError *parseError, va_list ap, UErrorCode *status) u_vformatMessageWithError() argument
338 umsg_toPattern(const UMessageFormat *fmt, char16_t* result, int32_t resultLength, UErrorCode* status) umsg_toPattern() argument
364 umsg_format( const UMessageFormat *fmt, char16_t *result, int32_t resultLength, UErrorCode *status, ...) umsg_format() argument
389 umsg_vformat( const UMessageFormat *fmt, char16_t *result, int32_t resultLength, va_list ap, UErrorCode *status) umsg_vformat() argument
[all...]
H A Dudat.cpp225 int32_t resultLength, in udat_format()
232 if (result == nullptr ? resultLength != 0 : resultLength < 0) { in udat_format()
241 res.setTo(result, 0, resultLength); in udat_format()
256 return res.extract(result, resultLength, *status); in udat_format()
263 int32_t resultLength, in udat_formatCalendar()
270 if (result == nullptr ? resultLength != 0 : resultLength < 0) { in udat_formatCalendar()
279 res.setTo(result, 0, resultLength); in udat_formatCalendar()
294 return res.extract(result, resultLength, *statu in udat_formatCalendar()
222 udat_format( const UDateFormat* format, UDate dateToFormat, char16_t* result, int32_t resultLength, UFieldPosition* position, UErrorCode* status) udat_format() argument
260 udat_formatCalendar(const UDateFormat* format, UCalendar* calendar, char16_t* result, int32_t resultLength, UFieldPosition* position, UErrorCode* status) udat_formatCalendar() argument
298 udat_formatForFields( const UDateFormat* format, UDate dateToFormat, char16_t* result, int32_t resultLength, UFieldPositionIterator* fpositer, UErrorCode* status) udat_formatForFields() argument
326 udat_formatCalendarForFields(const UDateFormat* format, UCalendar* calendar, char16_t* result, int32_t resultLength, UFieldPositionIterator* fpositer, UErrorCode* status) udat_formatCalendarForFields() argument
537 udat_toPattern( const UDateFormat *fmt, UBool localized, char16_t *result, int32_t resultLength, UErrorCode *status) udat_toPattern() argument
599 udat_getSymbols(const UDateFormat *fmt, UDateFormatSymbolType type, int32_t index, char16_t *result, int32_t resultLength, UErrorCode *status) udat_getSymbols() argument
1300 udat_toPatternRelativeDate(const UDateFormat *fmt, char16_t *result, int32_t resultLength, UErrorCode *status) udat_toPatternRelativeDate() argument
1325 udat_toPatternRelativeTime(const UDateFormat *fmt, char16_t *result, int32_t resultLength, UErrorCode *status) udat_toPatternRelativeTime() argument
[all...]
H A Dvzone.cpp83 vzone_write(VZone* zone, char16_t* & result, int32_t & resultLength, UErrorCode& status) { in vzone_write() argument
87 resultLength = s.length(); in vzone_write()
88 result = (char16_t*)uprv_malloc(resultLength); in vzone_write()
89 memcpy(result,s.getBuffer(),resultLength); in vzone_write()
95 vzone_writeFromStart(VZone* zone, UDate start, char16_t* & result, int32_t & resultLength, UErrorCode& status) { in vzone_writeFromStart() argument
99 resultLength = s.length(); in vzone_writeFromStart()
100 result = (char16_t*)uprv_malloc(resultLength); in vzone_writeFromStart()
101 memcpy(result,s.getBuffer(),resultLength); in vzone_writeFromStart()
107 vzone_writeSimple(VZone* zone, UDate time, char16_t* & result, int32_t & resultLength, UErrorCode& status) { in vzone_writeSimple() argument
111 resultLength in vzone_writeSimple()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dunum.cpp182 int32_t resultLength, in unum_format()
186 return unum_formatInt64(fmt, number, result, resultLength, pos, status); in unum_format()
193 int32_t resultLength, in unum_formatInt64()
201 if(!(result==NULL && resultLength==0)) { in unum_formatInt64()
204 res.setTo(result, 0, resultLength); in unum_formatInt64()
219 return res.extract(result, resultLength, *status); in unum_formatInt64()
226 int32_t resultLength, in unum_formatDouble()
234 if(!(result==NULL && resultLength==0)) { in unum_formatDouble()
237 res.setTo(result, 0, resultLength); in unum_formatDouble()
252 return res.extract(result, resultLength, *statu in unum_formatDouble()
179 unum_format( const UNumberFormat* fmt, int32_t number, UChar* result, int32_t resultLength, UFieldPosition *pos, UErrorCode* status) unum_format() argument
190 unum_formatInt64(const UNumberFormat* fmt, int64_t number, UChar* result, int32_t resultLength, UFieldPosition *pos, UErrorCode* status) unum_formatInt64() argument
223 unum_formatDouble( const UNumberFormat* fmt, double number, UChar* result, int32_t resultLength, UFieldPosition *pos, UErrorCode* status) unum_formatDouble() argument
256 unum_formatDoubleForFields(const UNumberFormat* format, double number, UChar* result, int32_t resultLength, UFieldPositionIterator* fpositer, UErrorCode* status) unum_formatDoubleForFields() argument
284 unum_formatDecimal(const UNumberFormat* fmt, const char * number, int32_t length, UChar* result, int32_t resultLength, UFieldPosition *pos, UErrorCode* status) unum_formatDecimal() argument
328 unum_formatDoubleCurrency(const UNumberFormat* fmt, double number, UChar* currency, UChar* result, int32_t resultLength, UFieldPosition* pos, UErrorCode* status) unum_formatDoubleCurrency() argument
623 unum_getTextAttribute(const UNumberFormat* fmt, UNumberFormatTextAttribute tag, UChar* result, int32_t resultLength, UErrorCode* status) unum_getTextAttribute() argument
746 unum_toPattern( const UNumberFormat* fmt, UBool isPatternLocalized, UChar* result, int32_t resultLength, UErrorCode* status) unum_toPattern() argument
926 unum_formatUFormattable(const UNumberFormat* fmt, const UFormattable *number, UChar *result, int32_t resultLength, UFieldPosition *pos, UErrorCode *status) unum_formatUFormattable() argument
[all...]
H A Dumsg.cpp65 int32_t resultLength, in u_formatMessage()
75 actLen = u_vformatMessage(locale,pattern,patternLength,result,resultLength,ap,status); in u_formatMessage()
87 int32_t resultLength, in u_vformatMessage()
94 int32_t retVal = umsg_vformat(fmt,result,resultLength,ap,status); in u_vformatMessage()
104 int32_t resultLength, in u_formatMessageWithError()
115 actLen = u_vformatMessageWithError(locale,pattern,patternLength,result,resultLength,parseError,ap,status); in u_formatMessageWithError()
127 int32_t resultLength, in u_vformatMessageWithError()
135 int32_t retVal = umsg_vformat(fmt,result,resultLength,ap,status); in u_vformatMessageWithError()
340 int32_t resultLength, in umsg_toPattern()
347 if(fmt==NULL||resultLength< in umsg_toPattern()
61 u_formatMessage(const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, UErrorCode *status, ...) u_formatMessage() argument
83 u_vformatMessage( const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, va_list ap, UErrorCode *status) u_vformatMessage() argument
100 u_formatMessageWithError(const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, UParseError *parseError, UErrorCode *status, ...) u_formatMessageWithError() argument
123 u_vformatMessageWithError( const char *locale, const UChar *pattern, int32_t patternLength, UChar *result, int32_t resultLength, UParseError *parseError, va_list ap, UErrorCode *status) u_vformatMessageWithError() argument
338 umsg_toPattern(const UMessageFormat *fmt, UChar* result, int32_t resultLength, UErrorCode* status) umsg_toPattern() argument
364 umsg_format( const UMessageFormat *fmt, UChar *result, int32_t resultLength, UErrorCode *status, ...) umsg_format() argument
389 umsg_vformat( const UMessageFormat *fmt, UChar *result, int32_t resultLength, va_list ap, UErrorCode *status) umsg_vformat() argument
[all...]
H A Dudat.cpp224 int32_t resultLength, in udat_format()
231 if (result == NULL ? resultLength != 0 : resultLength < 0) { in udat_format()
240 res.setTo(result, 0, resultLength); in udat_format()
255 return res.extract(result, resultLength, *status); in udat_format()
262 int32_t resultLength, in udat_formatCalendar()
269 if (result == NULL ? resultLength != 0 : resultLength < 0) { in udat_formatCalendar()
278 res.setTo(result, 0, resultLength); in udat_formatCalendar()
293 return res.extract(result, resultLength, *statu in udat_formatCalendar()
221 udat_format( const UDateFormat* format, UDate dateToFormat, UChar* result, int32_t resultLength, UFieldPosition* position, UErrorCode* status) udat_format() argument
259 udat_formatCalendar(const UDateFormat* format, UCalendar* calendar, UChar* result, int32_t resultLength, UFieldPosition* position, UErrorCode* status) udat_formatCalendar() argument
297 udat_formatForFields( const UDateFormat* format, UDate dateToFormat, UChar* result, int32_t resultLength, UFieldPositionIterator* fpositer, UErrorCode* status) udat_formatForFields() argument
325 udat_formatCalendarForFields(const UDateFormat* format, UCalendar* calendar, UChar* result, int32_t resultLength, UFieldPositionIterator* fpositer, UErrorCode* status) udat_formatCalendarForFields() argument
536 udat_toPattern( const UDateFormat *fmt, UBool localized, UChar *result, int32_t resultLength, UErrorCode *status) udat_toPattern() argument
598 udat_getSymbols(const UDateFormat *fmt, UDateFormatSymbolType type, int32_t index, UChar *result, int32_t resultLength, UErrorCode *status) udat_getSymbols() argument
1261 udat_toPatternRelativeDate(const UDateFormat *fmt, UChar *result, int32_t resultLength, UErrorCode *status) udat_toPatternRelativeDate() argument
1286 udat_toPatternRelativeTime(const UDateFormat *fmt, UChar *result, int32_t resultLength, UErrorCode *status) udat_toPatternRelativeTime() argument
[all...]
H A Dvzone.cpp83 vzone_write(VZone* zone, UChar* & result, int32_t & resultLength, UErrorCode& status) { in vzone_write() argument
87 resultLength = s.length(); in vzone_write()
88 result = (UChar*)uprv_malloc(resultLength); in vzone_write()
89 memcpy(result,s.getBuffer(),resultLength); in vzone_write()
95 vzone_writeFromStart(VZone* zone, UDate start, UChar* & result, int32_t & resultLength, UErrorCode& status) { in vzone_writeFromStart() argument
99 resultLength = s.length(); in vzone_writeFromStart()
100 result = (UChar*)uprv_malloc(resultLength); in vzone_writeFromStart()
101 memcpy(result,s.getBuffer(),resultLength); in vzone_writeFromStart()
107 vzone_writeSimple(VZone* zone, UDate time, UChar* & result, int32_t & resultLength, UErrorCode& status) { in vzone_writeSimple() argument
111 resultLength in vzone_writeSimple()
[all...]
/third_party/icu/icu4c/source/extra/uconv/
H A Duwmsg.c132 int32_t resultLength = UPRV_LENGTHOF(result); in u_wmsg() local
150 resultLength = UPRV_LENGTHOF(gNoFormatting); in u_wmsg()
151 if((msgLen + resultLength) <= UPRV_LENGTHOF(result)) { in u_wmsg()
153 memcpy(result + msgLen, gNoFormatting, resultLength); in u_wmsg()
154 resultLength += msgLen; in u_wmsg()
155 uprint(result, resultLength, fp, &err); in u_wmsg()
163 resultLength = u_vformatMessage(uloc_getDefault(), msg, msgLen, result, resultLength, ap, &err); in u_wmsg()
180 uprint(result, resultLength, fp, &err); in u_wmsg()
/third_party/skia/third_party/externals/icu/source/extra/uconv/
H A Duwmsg.c132 int32_t resultLength = UPRV_LENGTHOF(result); in u_wmsg() local
150 resultLength = UPRV_LENGTHOF(gNoFormatting); in u_wmsg()
151 if((msgLen + resultLength) <= UPRV_LENGTHOF(result)) { in u_wmsg()
153 memcpy(result + msgLen, gNoFormatting, resultLength); in u_wmsg()
154 resultLength += msgLen; in u_wmsg()
155 uprint(result, resultLength, fp, &err); in u_wmsg()
163 resultLength = u_vformatMessage(uloc_getDefault(), msg, msgLen, result, resultLength, ap, &err); in u_wmsg()
180 uprint(result, resultLength, fp, &err); in u_wmsg()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dumsg.h172 * @param resultLength The maximum size of result.
176 * @return The total buffer size needed; if greater than resultLength, the
186 int32_t resultLength,
199 * @param resultLength The maximum size of result.
203 * @return The total buffer size needed; if greater than resultLength, the
213 int32_t resultLength,
276 * @param resultLength The maximum size of result.
282 * @return The total buffer size needed; if greater than resultLength, the
292 int32_t resultLength,
306 * @param resultLength Th
[all...]
/third_party/icu/icu4c/source/i18n/unicode/
H A Dumsg.h172 * @param resultLength The maximum size of result.
176 * @return The total buffer size needed; if greater than resultLength, the
186 int32_t resultLength,
199 * @param resultLength The maximum size of result.
203 * @return The total buffer size needed; if greater than resultLength, the
213 int32_t resultLength,
276 * @param resultLength The maximum size of result.
282 * @return The total buffer size needed; if greater than resultLength, the
292 int32_t resultLength,
306 * @param resultLength Th
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dumsg.h172 * @param resultLength The maximum size of result.
176 * @return The total buffer size needed; if greater than resultLength, the
186 int32_t resultLength,
199 * @param resultLength The maximum size of result.
203 * @return The total buffer size needed; if greater than resultLength, the
213 int32_t resultLength,
276 * @param resultLength The maximum size of result.
282 * @return The total buffer size needed; if greater than resultLength, the
292 int32_t resultLength,
306 * @param resultLength Th
[all...]

Completed in 18 milliseconds

1234567