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

123456

/external/chromium_org/third_party/icu/source/common/
H A Duenumimp.h65 * @param resultLength pointer to result length
72 int32_t* resultLength,
82 * @param resultLength pointer to result length
89 int32_t* resultLength,
139 int32_t* resultLength,
150 int32_t* resultLength,
H A Duenum.c88 int32_t* resultLength,
106 if (resultLength) {
107 *resultLength = len;
115 int32_t* resultLength,
120 const UChar *tempUCharVal = en->uNext(en, resultLength, status);
125 _getBuffer(en, (*resultLength+1) * sizeof(char));
130 u_UCharsToChars(tempUCharVal, tempCharVal, *resultLength + 1);
140 int32_t* resultLength,
147 return en->uNext(en, resultLength, status);
156 int32_t* resultLength,
87 uenum_unextDefault(UEnumeration* en, int32_t* resultLength, UErrorCode* status) argument
114 uenum_nextDefault(UEnumeration* en, int32_t* resultLength, UErrorCode* status) argument
139 uenum_unext(UEnumeration* en, int32_t* resultLength, UErrorCode* status) argument
155 uenum_next(UEnumeration* en, int32_t* resultLength, UErrorCode* status) argument
[all...]
H A Dustrenum.cpp42 StringEnumeration::next(int32_t *resultLength, UErrorCode &status) { argument
48 if(resultLength!=NULL) {
49 *resultLength=unistr.length();
60 StringEnumeration::unext(int32_t *resultLength, UErrorCode &status) { argument
64 if(resultLength!=NULL) {
65 *resultLength=unistr.length();
146 const char *UStringEnumeration::next(int32_t *resultLength, UErrorCode &status) { argument
147 return uenum_next(uenum, resultLength, &status);
196 int32_t* resultLength,
199 return THIS(en)->unext(resultLength, *e
195 ustrenum_unext(UEnumeration* en, int32_t* resultLength, UErrorCode* ec) argument
206 ustrenum_next(UEnumeration* en, int32_t* resultLength, UErrorCode* ec) argument
283 ucharstrenum_unext(UEnumeration* en, int32_t* resultLength, UErrorCode* ) argument
299 ucharstrenum_next(UEnumeration* en, int32_t* resultLength, UErrorCode* ) argument
[all...]
H A Dustrenum.h50 virtual const char* next(int32_t *resultLength, UErrorCode& status);
/external/icu/icu4c/source/common/
H A Duenumimp.h65 * @param resultLength pointer to result length
72 int32_t* resultLength,
82 * @param resultLength pointer to result length
89 int32_t* resultLength,
139 int32_t* resultLength,
150 int32_t* resultLength,
H A Duenum.c88 int32_t* resultLength,
106 if (resultLength) {
107 *resultLength = len;
115 int32_t* resultLength,
120 const UChar *tempUCharVal = en->uNext(en, resultLength, status);
125 _getBuffer(en, (*resultLength+1) * sizeof(char));
130 u_UCharsToChars(tempUCharVal, tempCharVal, *resultLength + 1);
140 int32_t* resultLength,
147 return en->uNext(en, resultLength, status);
156 int32_t* resultLength,
87 uenum_unextDefault(UEnumeration* en, int32_t* resultLength, UErrorCode* status) argument
114 uenum_nextDefault(UEnumeration* en, int32_t* resultLength, UErrorCode* status) argument
139 uenum_unext(UEnumeration* en, int32_t* resultLength, UErrorCode* status) argument
155 uenum_next(UEnumeration* en, int32_t* resultLength, UErrorCode* status) argument
[all...]
H A Dustrenum.cpp42 StringEnumeration::next(int32_t *resultLength, UErrorCode &status) { argument
48 if(resultLength!=NULL) {
49 *resultLength=unistr.length();
60 StringEnumeration::unext(int32_t *resultLength, UErrorCode &status) { argument
64 if(resultLength!=NULL) {
65 *resultLength=unistr.length();
146 const char *UStringEnumeration::next(int32_t *resultLength, UErrorCode &status) { argument
147 return uenum_next(uenum, resultLength, &status);
196 int32_t* resultLength,
199 return THIS(en)->unext(resultLength, *e
195 ustrenum_unext(UEnumeration* en, int32_t* resultLength, UErrorCode* ec) argument
206 ustrenum_next(UEnumeration* en, int32_t* resultLength, UErrorCode* ec) argument
283 ucharstrenum_unext(UEnumeration* en, int32_t* resultLength, UErrorCode* ) argument
299 ucharstrenum_next(UEnumeration* en, int32_t* resultLength, UErrorCode* ) argument
[all...]
H A Dustrenum.h50 virtual const char* next(int32_t *resultLength, UErrorCode& status);
/external/chromium_org/third_party/icu/source/extra/uconv/
H A Duwmsg.c130 int32_t resultLength = LENGTHOF(result); local
148 resultLength = sizeof(gNoFormatting) / U_SIZEOF_UCHAR;
149 if((msgLen + resultLength) <= LENGTHOF(result)) {
151 memcpy(result + msgLen, gNoFormatting, resultLength);
152 resultLength += msgLen;
153 uprint(result, resultLength, fp, &err);
160 resultLength = u_vformatMessage(uloc_getDefault(), msg, msgLen, result, resultLength, ap, &err);
177 uprint(result, resultLength, fp, &err);
/external/icu/icu4c/source/extra/uconv/
H A Duwmsg.c130 int32_t resultLength = LENGTHOF(result); local
148 resultLength = sizeof(gNoFormatting) / U_SIZEOF_UCHAR;
149 if((msgLen + resultLength) <= LENGTHOF(result)) {
151 memcpy(result + msgLen, gNoFormatting, resultLength);
152 resultLength += msgLen;
153 uprint(result, resultLength, fp, &err);
160 resultLength = u_vformatMessage(uloc_getDefault(), msg, msgLen, result, resultLength, ap, &err);
177 uprint(result, resultLength, fp, &err);
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodecUserDefined.cpp71 size_t resultLength = 0; local
77 bytes[resultLength++] = signedByte;
82 result.grow(resultLength + replacementLength + length - i);
84 memcpy(bytes + resultLength, replacement, replacementLength);
85 resultLength += replacementLength;
89 return CString(bytes, resultLength);
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DSurrogatePairAwareTextIterator.cpp87 int32_t resultLength = unorm_normalize(m_characters, 2, UNORM_NFC, UNORM_UNICODE_3_2, &normalizedCharacters[0], 2, &uStatus); local
88 if (resultLength == 1 && !uStatus)
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dstrenum.h101 * are no more elements, returns NULL. If the resultLength pointer
104 * status is returned, the value at resultLength is undefined.</p>
124 * @param resultLength a pointer to receive the length, can be NULL.
129 virtual const char* next(int32_t *resultLength, UErrorCode& status);
133 * are no more elements, returns NULL. If the resultLength pointer
136 * status is returned, the value at resultLength is undefined.</p>
149 * @param resultLength a ponter to receive the length, can be NULL.
154 virtual const UChar* unext(int32_t *resultLength, UErrorCode& status);
258 * int32_t resultLength=0;
259 * const char *s=next(&resultLength, statu
[all...]
H A Duenum.h95 * @param resultLength pointer to receive the length of the result
110 int32_t* resultLength,
124 * @param resultLength pointer to receive the length of the result
143 int32_t* resultLength,
/external/icu/icu4c/source/common/unicode/
H A Dstrenum.h101 * are no more elements, returns NULL. If the resultLength pointer
104 * status is returned, the value at resultLength is undefined.</p>
124 * @param resultLength a pointer to receive the length, can be NULL.
129 virtual const char* next(int32_t *resultLength, UErrorCode& status);
133 * are no more elements, returns NULL. If the resultLength pointer
136 * status is returned, the value at resultLength is undefined.</p>
149 * @param resultLength a ponter to receive the length, can be NULL.
154 virtual const UChar* unext(int32_t *resultLength, UErrorCode& status);
258 * int32_t resultLength=0;
259 * const char *s=next(&resultLength, statu
[all...]
H A Duenum.h95 * @param resultLength pointer to receive the length of the result
110 int32_t* resultLength,
124 * @param resultLength pointer to receive the length of the result
143 int32_t* resultLength,
/external/chromium_org/third_party/icu/source/i18n/
H A Dvzone.cpp81 vzone_write(VZone* zone, UChar* & result, int32_t & resultLength, UErrorCode& status) { argument
85 resultLength = s.length();
86 result = (UChar*)uprv_malloc(resultLength);
87 memcpy(result,s.getBuffer(),resultLength);
93 vzone_writeFromStart(VZone* zone, UDate start, UChar* & result, int32_t & resultLength, UErrorCode& status) { argument
97 resultLength = s.length();
98 result = (UChar*)uprv_malloc(resultLength);
99 memcpy(result,s.getBuffer(),resultLength);
105 vzone_writeSimple(VZone* zone, UDate time, UChar* & result, int32_t & resultLength, UErrorCode& status) { argument
109 resultLength
[all...]
H A Dunum.cpp160 int32_t resultLength,
164 return unum_formatInt64(fmt, number, result, resultLength, pos, status);
171 int32_t resultLength,
179 if(!(result==NULL && resultLength==0)) {
182 res.setTo(result, 0, resultLength);
197 return res.extract(result, resultLength, *status);
204 int32_t resultLength,
212 if(!(result==NULL && resultLength==0)) {
215 res.setTo(result, 0, resultLength);
230 return res.extract(result, resultLength, *statu
157 unum_format( const UNumberFormat* fmt, int32_t number, UChar* result, int32_t resultLength, UFieldPosition *pos, UErrorCode* status) argument
168 unum_formatInt64(const UNumberFormat* fmt, int64_t number, UChar* result, int32_t resultLength, UFieldPosition *pos, UErrorCode* status) argument
201 unum_formatDouble( const UNumberFormat* fmt, double number, UChar* result, int32_t resultLength, UFieldPosition *pos, UErrorCode* status) argument
235 unum_formatDecimal(const UNumberFormat* fmt, const char * number, int32_t length, UChar* result, int32_t resultLength, UFieldPosition *pos, UErrorCode* status) argument
279 unum_formatDoubleCurrency(const UNumberFormat* fmt, double number, UChar* currency, UChar* result, int32_t resultLength, UFieldPosition* pos, UErrorCode* status) argument
527 unum_getTextAttribute(const UNumberFormat* fmt, UNumberFormatTextAttribute tag, UChar* result, int32_t resultLength, UErrorCode* status) argument
650 unum_toPattern( const UNumberFormat* fmt, UBool isPatternLocalized, UChar* result, int32_t resultLength, UErrorCode* status) argument
811 unum_formatUFormattable(const UNumberFormat* fmt, const UFormattable *number, UChar *result, int32_t resultLength, UFieldPosition *pos, UErrorCode *status) argument
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dconvtest.h60 int32_t resultLength; member in struct:ConversionCase
86 const UChar *result, int32_t resultLength,
92 const uint8_t *result, int32_t resultLength,
/external/icu/icu4c/source/i18n/
H A Dvzone.cpp81 vzone_write(VZone* zone, UChar* & result, int32_t & resultLength, UErrorCode& status) { argument
85 resultLength = s.length();
86 result = (UChar*)uprv_malloc(resultLength);
87 memcpy(result,s.getBuffer(),resultLength);
93 vzone_writeFromStart(VZone* zone, UDate start, UChar* & result, int32_t & resultLength, UErrorCode& status) { argument
97 resultLength = s.length();
98 result = (UChar*)uprv_malloc(resultLength);
99 memcpy(result,s.getBuffer(),resultLength);
105 vzone_writeSimple(VZone* zone, UDate time, UChar* & result, int32_t & resultLength, UErrorCode& status) { argument
109 resultLength
[all...]
H A Dunum.cpp164 int32_t resultLength,
168 return unum_formatInt64(fmt, number, result, resultLength, pos, status);
175 int32_t resultLength,
183 if(!(result==NULL && resultLength==0)) {
186 res.setTo(result, 0, resultLength);
201 return res.extract(result, resultLength, *status);
208 int32_t resultLength,
216 if(!(result==NULL && resultLength==0)) {
219 res.setTo(result, 0, resultLength);
234 return res.extract(result, resultLength, *statu
161 unum_format( const UNumberFormat* fmt, int32_t number, UChar* result, int32_t resultLength, UFieldPosition *pos, UErrorCode* status) argument
172 unum_formatInt64(const UNumberFormat* fmt, int64_t number, UChar* result, int32_t resultLength, UFieldPosition *pos, UErrorCode* status) argument
205 unum_formatDouble( const UNumberFormat* fmt, double number, UChar* result, int32_t resultLength, UFieldPosition *pos, UErrorCode* status) argument
239 unum_formatDecimal(const UNumberFormat* fmt, const char * number, int32_t length, UChar* result, int32_t resultLength, UFieldPosition *pos, UErrorCode* status) argument
283 unum_formatDoubleCurrency(const UNumberFormat* fmt, double number, UChar* currency, UChar* result, int32_t resultLength, UFieldPosition* pos, UErrorCode* status) argument
531 unum_getTextAttribute(const UNumberFormat* fmt, UNumberFormatTextAttribute tag, UChar* result, int32_t resultLength, UErrorCode* status) argument
654 unum_toPattern( const UNumberFormat* fmt, UBool isPatternLocalized, UChar* result, int32_t resultLength, UErrorCode* status) argument
834 unum_formatUFormattable(const UNumberFormat* fmt, const UFormattable *number, UChar *result, int32_t resultLength, UFieldPosition *pos, UErrorCode *status) argument
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dconvtest.h60 int32_t resultLength; member in struct:ConversionCase
86 const UChar *result, int32_t resultLength,
92 const uint8_t *result, int32_t resultLength,
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dumsg.h167 * @param resultLength The maximum size of result.
171 * @return The total buffer size needed; if greater than resultLength, the
181 int32_t resultLength,
194 * @param resultLength The maximum size of result.
198 * @return The total buffer size needed; if greater than resultLength, the
208 int32_t resultLength,
271 * @param resultLength The maximum size of result.
277 * @return The total buffer size needed; if greater than resultLength, the
287 int32_t resultLength,
301 * @param resultLength Th
[all...]
H A Dunum.h405 * the formatted number fits into dest but cannot be NULL-terminated (length == resultLength)
408 * @param resultLength The maximum size of result.
414 * @return The total buffer size needed; if greater than resultLength, the output was truncated.
427 int32_t resultLength,
437 * the formatted number fits into dest but cannot be NULL-terminated (length == resultLength)
440 * @param resultLength The maximum size of result.
446 * @return The total buffer size needed; if greater than resultLength, the output was truncated.
459 int32_t resultLength,
469 * the formatted number fits into dest but cannot be NULL-terminated (length == resultLength)
472 * @param resultLength Th
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dumsg.h167 * @param resultLength The maximum size of result.
171 * @return The total buffer size needed; if greater than resultLength, the
181 int32_t resultLength,
194 * @param resultLength The maximum size of result.
198 * @return The total buffer size needed; if greater than resultLength, the
208 int32_t resultLength,
271 * @param resultLength The maximum size of result.
277 * @return The total buffer size needed; if greater than resultLength, the
287 int32_t resultLength,
301 * @param resultLength Th
[all...]

Completed in 8415 milliseconds

123456