HomeSort by relevance Sort by last modified time
    Searched full:resultlength (Results 26 - 50 of 146) sorted by null

12 3 4 5 6

  /external/chromium_org/third_party/icu/source/i18n/
umsg.cpp 63 int32_t resultLength,
73 actLen = u_vformatMessage(locale,pattern,patternLength,result,resultLength,ap,status);
85 int32_t resultLength,
92 int32_t retVal = umsg_vformat(fmt,result,resultLength,ap,status);
102 int32_t resultLength,
113 actLen = u_vformatMessageWithError(locale,pattern,patternLength,result,resultLength,parseError,ap,status);
125 int32_t resultLength,
133 int32_t retVal = umsg_vformat(fmt,result,resultLength,ap,status);
340 int32_t resultLength,
347 if(fmt==NULL||resultLength<0 || (resultLength>0 && result==0))
    [all...]
udat.cpp 209 int32_t resultLength,
216 if(!(result==NULL && resultLength==0)) {
219 res.setTo(result, 0, resultLength);
234 return res.extract(result, resultLength, *status);
371 int32_t resultLength,
377 if(!(result==NULL && resultLength==0)) {
380 res.setTo(result, 0, resultLength);
398 return res.extract(result, resultLength, *status);
428 int32_t resultLength,
476 if(!(result==NULL && resultLength==0))
    [all...]
utrans.cpp 229 int32_t *resultLength) {
232 if(resultLength!=NULL) {
233 *resultLength=ID.length();
320 int32_t* resultLength,
331 if(resultLength!=NULL) {
332 *resultLength=ID.length();
338 if(resultLength!=NULL) {
339 *resultLength=0;
  /external/icu/icu4c/source/i18n/
umsg.cpp 63 int32_t resultLength,
73 actLen = u_vformatMessage(locale,pattern,patternLength,result,resultLength,ap,status);
85 int32_t resultLength,
92 int32_t retVal = umsg_vformat(fmt,result,resultLength,ap,status);
102 int32_t resultLength,
113 actLen = u_vformatMessageWithError(locale,pattern,patternLength,result,resultLength,parseError,ap,status);
125 int32_t resultLength,
133 int32_t retVal = umsg_vformat(fmt,result,resultLength,ap,status);
340 int32_t resultLength,
347 if(fmt==NULL||resultLength<0 || (resultLength>0 && result==0))
    [all...]
utrans.cpp 230 int32_t *resultLength) {
233 if(resultLength!=NULL) {
234 *resultLength=ID.length();
321 int32_t* resultLength,
332 if(resultLength!=NULL) {
333 *resultLength=ID.length();
339 if(resultLength!=NULL) {
340 *resultLength=0;
499 UChar* result, int32_t resultLength,
502 if ( (result==NULL)? resultLength!=0: resultLength<0 )
    [all...]
udat.cpp 212 int32_t resultLength,
219 if(!(result==NULL && resultLength==0)) {
222 res.setTo(result, 0, resultLength);
237 return res.extract(result, resultLength, *status);
374 int32_t resultLength,
380 if(!(result==NULL && resultLength==0)) {
383 res.setTo(result, 0, resultLength);
401 return res.extract(result, resultLength, *status);
431 int32_t resultLength,
479 if(!(result==NULL && resultLength==0))
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cdattst.c 73 int32_t resultlength; local
157 resultlength=0;
158 resultlengthneeded=udat_format(def, d, NULL, resultlength, NULL, &status);
162 resultlength=resultlengthneeded+1;
167 result=(UChar*)malloc(sizeof(UChar) * resultlength);
168 udat_format(def, d, result, resultlength, NULL, &status);
270 resultlength=0;
271 resultlengthneeded=udat_toPattern(def1, FALSE, NULL, resultlength, &status);
275 resultlength=resultlengthneeded + 1;
276 result=(UChar*)malloc(sizeof(UChar) * resultlength);
560 int32_t resultlength; local
992 int32_t resultlength, resultlengthout; local
1026 int32_t resultlength, resultlengthout; local
1068 int32_t resultlength, resultlengthout; local
1121 int32_t resultlength, resultlengthneeded; local
    [all...]
cdtrgtst.c 51 int32_t resultlength, resultlengthneeded; local
69 resultlength=0;
70 resultlengthneeded=udat_toPattern(df, TRUE, NULL, resultlength, &status);
74 resultlength=resultlengthneeded + 1;
75 pat=(UChar*)malloc(sizeof(UChar) * resultlength);
76 udat_toPattern(df, TRUE, pat, resultlength, &status);
241 int32_t resultlength, resultlengthneeded; local
247 resultlength=0;
248 resultlengthneeded=udat_toPattern(fmt, TRUE, NULL, resultlength, &status);
252 resultlength=resultlengthneeded + 1
605 int32_t resultlength, resultlengthneeded; local
    [all...]
cnumtst.c 147 int32_t resultlength; local
251 resultlength=0;
253 resultlengthneeded=unum_format(cur_def, l, NULL, resultlength, &pos1, &status);
257 resultlength=resultlengthneeded+1;
258 result=(UChar*)malloc(sizeof(UChar) * resultlength);
261 unum_format(cur_def, l, result, resultlength, &pos1, &status);
284 resultlength=0;
286 resultlengthneeded=unum_formatDouble(cur_def, d, NULL, resultlength, &pos2, &status);
290 resultlength=resultlengthneeded+1;
291 result=(UChar*)malloc(sizeof(UChar) * resultlength);
1177 int32_t resultlength; local
1258 int32_t resultlength; local
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ulist.h 40 U_CAPI const char * U_EXPORT2 ulist_next_keyword_value(UEnumeration* en, int32_t *resultLength, UErrorCode* status);
  /external/icu/icu4c/source/common/
ulist.h 40 U_CAPI const char * U_EXPORT2 ulist_next_keyword_value(UEnumeration* en, int32_t *resultLength, UErrorCode* status);
  /external/chromium_org/third_party/icu/source/common/unicode/
strenum.h 101 * 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, status)
    [all...]
  /external/icu/icu4c/source/common/unicode/
strenum.h 101 * 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, status)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
UnicodeIcu.h 122 inline int foldCase(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error)
125 int realLength = u_strFoldCase(result, resultLength, src, srcLength, U_FOLD_CASE_DEFAULT, &status);
130 inline int toLower(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error)
133 int realLength = u_strToLower(result, resultLength, src, srcLength, "", &status);
148 inline int toUpper(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error)
151 int realLength = u_strToUpper(result, resultLength, src, srcLength, "", &status);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
unum.h 61 * uint32_t i, resultlength, reslenneeded;
71 * resultlength=0;
72 * reslenneeded=unum_format(nf, a[i], NULL, resultlength, &pos, &status);
76 * resultlength=reslenneeded+1;
77 * result=(UChar*)malloc(sizeof(UChar) * resultlength);
78 * unum_format(nf, a[i], result, resultlength, &pos, &status);
405 * 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,
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
unum.h 62 * uint32_t i, resultlength, reslenneeded;
72 * resultlength=0;
73 * reslenneeded=unum_format(nf, a[i], NULL, resultlength, &pos, &status);
77 * resultlength=reslenneeded+1;
78 * result=(UChar*)malloc(sizeof(UChar) * resultlength);
79 * unum_format(nf, a[i], result, resultlength, &pos, &status);
414 * the formatted number fits into dest but cannot be NULL-terminated (length == resultLength)
417 * @param resultLength The maximum size of result.
423 * @return The total buffer size needed; if greater than resultLength, the output was truncated.
436 int32_t resultLength,
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
convtest.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cdtrgtst.c 51 int32_t resultlength, resultlengthneeded; local
69 resultlength=0;
70 resultlengthneeded=udat_toPattern(df, TRUE, NULL, resultlength, &status);
74 resultlength=resultlengthneeded + 1;
75 pat=(UChar*)malloc(sizeof(UChar) * resultlength);
76 udat_toPattern(df, TRUE, pat, resultlength, &status);
241 int32_t resultlength, resultlengthneeded; local
247 resultlength=0;
248 resultlengthneeded=udat_toPattern(fmt, TRUE, NULL, resultlength, &status);
252 resultlength=resultlengthneeded + 1
605 int32_t resultlength, resultlengthneeded; local
    [all...]
cnumtst.c 141 int32_t resultlength; local
245 resultlength=0;
247 resultlengthneeded=unum_format(cur_def, l, NULL, resultlength, &pos1, &status);
251 resultlength=resultlengthneeded+1;
252 result=(UChar*)malloc(sizeof(UChar) * resultlength);
255 unum_format(cur_def, l, result, resultlength, &pos1, &status);
278 resultlength=0;
280 resultlengthneeded=unum_formatDouble(cur_def, d, NULL, resultlength, &pos2, &status);
284 resultlength=resultlengthneeded+1;
285 result=(UChar*)malloc(sizeof(UChar) * resultlength);
1174 int32_t resultlength; local
1255 int32_t resultlength; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/text/
SurrogatePairAwareTextIterator.cpp 87 int32_t resultLength = unorm_normalize(m_characters, 2, UNORM_NFC, UNORM_UNICODE_3_2, &normalizedCharacters[0], 2, &uStatus);
88 if (resultLength == 1 && !uStatus)
  /developers/build/prebuilts/gradle/CardReader/Application/src/main/java/com/example/android/cardreader/
LoyaltyCardReader.java 85 int resultLength = result.length;
86 byte[] statusWord = {result[resultLength-2], result[resultLength-1]};
87 byte[] payload = Arrays.copyOf(result, resultLength-2);
  /developers/samples/android/connectivity/nfc/CardReader/Application/src/main/java/com/example/android/cardreader/
LoyaltyCardReader.java 85 int resultLength = result.length;
86 byte[] statusWord = {result[resultLength-2], result[resultLength-1]};
87 byte[] payload = Arrays.copyOf(result, resultLength-2);
  /development/samples/browseable/CardReader/src/com.example.android.cardreader/
LoyaltyCardReader.java 85 int resultLength = result.length;
86 byte[] statusWord = {result[resultLength-2], result[resultLength-1]};
87 byte[] payload = Arrays.copyOf(result, resultLength-2);
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecLatin1.cpp 221 size_t resultLength = 0;
235 result.grow(resultLength + replacementLength + length - i);
237 memcpy(bytes + resultLength, replacement, replacementLength);
238 resultLength += replacementLength;
242 bytes[resultLength++] = b;
245 return CString(bytes, resultLength);
  /external/icu/icu4c/source/test/intltest/
convtest.cpp     [all...]

Completed in 554 milliseconds

12 3 4 5 6