/external/chromium_org/third_party/icu/source/test/cintltst/ |
nfsprep.h | 46 * @param destCapacity 53 char* dest, int32_t destCapacity, 60 * @param destCapacity 69 char* dest, int32_t destCapacity, 75 * @param destCapacity 84 char* dest, int32_t destCapacity, 90 * @param destCapacity 99 char* dest, int32_t destCapacity,
|
nfsprep.c | 41 char* dest, int32_t destCapacity, 66 if((src==NULL) || (srcLength < -1) || (destCapacity<0) || (!dest && destCapacity > 0)){ 117 if(dest!=NULL && reqLength <= destCapacity){ 132 return u_terminateChars(dest, destCapacity, reqLength, status); 207 char* dest, int32_t destCapacity, 224 if((src==NULL) || (srcLength < -1) || (destCapacity<0) || (!dest && destCapacity > 0)){ 259 if(dest != NULL && reqLen <= destCapacity){ 276 return u_terminateChars(dest, destCapacity, reqLen, status) [all...] |
/external/icu4c/test/cintltst/ |
nfsprep.h | 46 * @param destCapacity 53 char* dest, int32_t destCapacity, 60 * @param destCapacity 69 char* dest, int32_t destCapacity, 75 * @param destCapacity 84 char* dest, int32_t destCapacity, 90 * @param destCapacity 99 char* dest, int32_t destCapacity,
|
nfsprep.c | 41 char* dest, int32_t destCapacity, 66 if((src==NULL) || (srcLength < -1) || (destCapacity<0) || (!dest && destCapacity > 0)){ 117 if(dest!=NULL && reqLength <= destCapacity){ 132 return u_terminateChars(dest, destCapacity, reqLength, status); 207 char* dest, int32_t destCapacity, 224 if((src==NULL) || (srcLength < -1) || (destCapacity<0) || (!dest && destCapacity > 0)){ 259 if(dest != NULL && reqLen <= destCapacity){ 276 return u_terminateChars(dest, destCapacity, reqLen, status) [all...] |
/external/chromium_org/third_party/icu/source/common/ |
punycode.h | 47 * @param destCapacity Size of dest. 68 UChar *dest, int32_t destCapacity, 80 * @param destCapacity Size of dest in number of UChars, 103 UChar *dest, int32_t destCapacity,
|
unorm.cpp | 99 UChar *dest, int32_t destCapacity, 106 src, srcLength, dest, destCapacity, pErrorCode); 109 src, srcLength, dest, destCapacity, pErrorCode); 118 UChar *dest, int32_t destCapacity, 136 if( destCapacity<0 || (dest==NULL && destCapacity>0) || 147 return u_terminateUChars(dest, destCapacity, 0, pErrorCode); 176 UnicodeString destString(dest, 0, destCapacity); 178 n2->normalize(buffer, destString, *pErrorCode).extract(dest, destCapacity, *pErrorCode); 185 return buffer.extract(dest, destCapacity, *pErrorCode) [all...] |
locdispnames.cpp | 299 UChar *dest, int32_t destCapacity, 331 int32_t copyLength=uprv_min(length, destCapacity); 338 u_charsToUChars(substitute, dest, uprv_min(length, destCapacity)); 342 return u_terminateUChars(dest, destCapacity, length, pErrorCode); 350 UChar *dest, int32_t destCapacity, 364 if(destCapacity<0 || (destCapacity>0 && dest==NULL)) { 376 return u_terminateUChars(dest, destCapacity, 0, pErrorCode); 384 dest, destCapacity, 391 UChar *dest, int32_t destCapacity, [all...] |
ustr_imp.h | 126 UChar *dest, int32_t destCapacity, 136 UChar *dest, int32_t destCapacity, 148 UChar *dest, int32_t destCapacity, 162 UChar *dest, int32_t destCapacity, 169 * If length < destCapacity then NUL-terminate. 170 * If length == destCapacity then do not terminate but set U_STRING_NOT_TERMINATED_WARNING. 171 * If length > destCapacity then do not terminate but set U_BUFFER_OVERFLOW_ERROR. 173 * @param dest Destination buffer, can be NULL if destCapacity==0. 174 * @param destCapacity Number of UChars available at dest. 181 u_terminateUChars(UChar *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode) [all...] |
ustr_wcs.c | 61 int32_t destCapacity, 195 if(0 < count && count <= destCapacity){ 214 u_terminateWChars(dest,destCapacity,count,pErrorCode); 224 int32_t destCapacity, 236 (destCapacity<0) || (dest == NULL && destCapacity > 0) 247 if(0 < srcLength && srcLength <= destCapacity){ 254 u_terminateUChars(dest,destCapacity,srcLength,pErrorCode); 260 return (wchar_t*)u_strToUTF32((UChar32*)dest, destCapacity, pDestLength, 265 return _strToWCS(dest,destCapacity,pDestLength,src,srcLength, pErrorCode) [all...] |
ucasemap.c | 130 appendResult(uint8_t *dest, int32_t destIndex, int32_t destCapacity, 149 if(destIndex<destCapacity) { 154 U8_APPEND(dest, destIndex, destCapacity, c, isError); 163 (char *)(dest+destIndex), destCapacity-destIndex, &destLength, 223 uint8_t *dest, int32_t destCapacity, 243 while(destIndex<destCapacity && i<srcIndex) { 249 if((destIndex<destCapacity) && (c<0 ? (c2=~c)<=0x7f : UCASE_MAX_STRING_LENGTH<c && (c2=c)<=0x7f)) { 253 destIndex=appendResult(dest, destIndex, destCapacity, c, s); 257 if(destIndex>destCapacity) { 270 uint8_t *dest, int32_t destCapacity, [all...] |
/external/icu4c/common/ |
punycode.h | 47 * @param destCapacity Size of dest. 68 UChar *dest, int32_t destCapacity, 80 * @param destCapacity Size of dest in number of UChars, 103 UChar *dest, int32_t destCapacity,
|
ucasemap.cpp | 122 appendResult(uint8_t *dest, int32_t destIndex, int32_t destCapacity, 141 if(destIndex<destCapacity) { 146 U8_APPEND(dest, destIndex, destCapacity, c, isError); 155 (char *)(dest+destIndex), destCapacity-destIndex, &destLength, 215 uint8_t *dest, int32_t destCapacity, 235 while(destIndex<destCapacity && i<srcIndex) { 241 if((destIndex<destCapacity) && (c<0 ? (c2=~c)<=0x7f : UCASE_MAX_STRING_LENGTH<c && (c2=c)<=0x7f)) { 245 destIndex=appendResult(dest, destIndex, destCapacity, c, s); 249 if(destIndex>destCapacity) { 259 uint8_t *dest, int32_t destCapacity, [all...] |
unorm.cpp | 99 UChar *dest, int32_t destCapacity, 106 src, srcLength, dest, destCapacity, pErrorCode); 109 src, srcLength, dest, destCapacity, pErrorCode); 118 UChar *dest, int32_t destCapacity, 125 if(destCapacity<0 || (dest==NULL && destCapacity>0) || src==NULL) { 134 return u_terminateUChars(dest, destCapacity, 0, pErrorCode); 163 UnicodeString destString(dest, 0, destCapacity); 165 n2->normalize(buffer, destString, *pErrorCode).extract(dest, destCapacity, *pErrorCode); 172 return buffer.extract(dest, destCapacity, *pErrorCode) [all...] |
ustr_imp.h | 122 UChar *dest, int32_t destCapacity, 131 UChar *dest, int32_t destCapacity, 138 UChar *dest, int32_t destCapacity, 147 UChar *dest, int32_t destCapacity, 156 UChar *dest, int32_t destCapacity, 166 UChar *dest, int32_t destCapacity, 180 uint8_t *dest, int32_t destCapacity, 187 uint8_t *dest, int32_t destCapacity, 197 uint8_t *dest, int32_t destCapacity, 213 * If length < destCapacity then NUL-terminate [all...] |
locdispnames.cpp | 300 UChar *dest, int32_t destCapacity, 332 int32_t copyLength=uprv_min(length, destCapacity); 339 u_charsToUChars(substitute, dest, uprv_min(length, destCapacity)); 343 return u_terminateUChars(dest, destCapacity, length, pErrorCode); 351 UChar *dest, int32_t destCapacity, 365 if(destCapacity<0 || (destCapacity>0 && dest==NULL)) { 377 return u_terminateUChars(dest, destCapacity, 0, pErrorCode); 385 dest, destCapacity, 392 UChar *dest, int32_t destCapacity, [all...] |
ustr_titlecase_brkiter.cpp | 51 u_strToTitle(UChar *dest, int32_t destCapacity, 65 dest, destCapacity, 76 UChar *dest, int32_t destCapacity, 86 dest, destCapacity,
|
ustrcase_locale.cpp | 85 u_strToLower(UChar *dest, int32_t destCapacity, 93 dest, destCapacity, 99 u_strToUpper(UChar *dest, int32_t destCapacity, 107 dest, destCapacity,
|
ustr_wcs.cpp | 64 int32_t destCapacity, 202 if(0 < count && count <= destCapacity){ 221 u_terminateWChars(dest,destCapacity,count,pErrorCode); 231 int32_t destCapacity, 243 (destCapacity<0) || (dest == NULL && destCapacity > 0) 254 if(0 < srcLength && srcLength <= destCapacity){ 261 u_terminateUChars(dest,destCapacity,srcLength,pErrorCode); 267 return (wchar_t*)u_strToUTF32((UChar32*)dest, destCapacity, pDestLength, 272 return _strToWCS(dest,destCapacity,pDestLength,src,srcLength, pErrorCode) [all...] |
ustrcase.cpp | 40 appendResult(UChar *dest, int32_t destIndex, int32_t destCapacity, 58 if(destIndex<destCapacity) { 63 U16_APPEND(dest, destIndex, destCapacity, c, isError); 70 if((destIndex+length)<=destCapacity) { 129 UChar *dest, int32_t destCapacity, 148 if((destIndex<destCapacity) && (c<0 ? (c2=~c)<=0xffff : UCASE_MAX_STRING_LENGTH<c && (c2=c)<=0xffff)) { 152 destIndex=appendResult(dest, destIndex, destCapacity, c, s); 156 if(destIndex>destCapacity) { 166 UChar *dest, int32_t destCapacity, 239 if((destIndex+length)<=destCapacity) { [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
idnaref.h | 41 * @param destCapacity Size of dest. 58 * U_BUFFER_OVERFLOW_ERROR if destCapacity is not enough 64 UChar* dest, int32_t destCapacity, 80 * @param destCapacity Size of dest. 97 * U_BUFFER_OVERFLOW_ERROR if destCapacity is not enough 103 UChar* dest, int32_t destCapacity, 124 * @param destCapacity Size of dest. 141 * U_BUFFER_OVERFLOW_ERROR if destCapacity is not enough 147 UChar* dest, int32_t destCapacity, 164 * @param destCapacity Size of dest [all...] |
/external/chromium_org/third_party/icu/source/tools/genrb/ |
prscmnts.h | 34 UChar** dest, int32_t destCapacity, 41 UChar** dest, int32_t destCapacity, 45 UChar** dest, int32_t destCapacity, 50 UChar** dest, int32_t destCapacity,
|
/external/icu4c/test/intltest/ |
idnaref.h | 41 * @param destCapacity Size of dest. 58 * U_BUFFER_OVERFLOW_ERROR if destCapacity is not enough 63 UChar* dest, int32_t destCapacity, 79 * @param destCapacity Size of dest. 96 * U_BUFFER_OVERFLOW_ERROR if destCapacity is not enough 101 UChar* dest, int32_t destCapacity, 122 * @param destCapacity Size of dest. 139 * U_BUFFER_OVERFLOW_ERROR if destCapacity is not enough 144 UChar* dest, int32_t destCapacity, 161 * @param destCapacity Size of dest [all...] |
/external/icu4c/tools/genrb/ |
prscmnts.h | 34 UChar** dest, int32_t destCapacity, 41 UChar** dest, int32_t destCapacity, 45 UChar** dest, int32_t destCapacity, 50 UChar** dest, int32_t destCapacity,
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
ucasemap.h | 254 * @param destCapacity The size of the buffer (number of bytes). If it is 0, then 262 * in which case it will be greater than destCapacity. 269 UChar *dest, int32_t destCapacity, 285 * @param destCapacity The size of the buffer (number of bytes). If it is 0, then 293 * in which case it will be greater than destCapacity. 300 char *dest, int32_t destCapacity, 314 * @param destCapacity The size of the buffer (number of bytes). If it is 0, then 322 * in which case it will be greater than destCapacity. 329 char *dest, int32_t destCapacity, 364 * @param destCapacity The size of the buffer (number of bytes). If it is 0, the [all...] |
/external/icu4c/common/unicode/ |
ucasemap.h | 254 * @param destCapacity The size of the buffer (number of bytes). If it is 0, then 262 * in which case it will be greater than destCapacity. 269 UChar *dest, int32_t destCapacity, 285 * @param destCapacity The size of the buffer (number of bytes). If it is 0, then 293 * in which case it will be greater than destCapacity. 300 char *dest, int32_t destCapacity, 314 * @param destCapacity The size of the buffer (number of bytes). If it is 0, then 322 * in which case it will be greater than destCapacity. 329 char *dest, int32_t destCapacity, 364 * @param destCapacity The size of the buffer (number of bytes). If it is 0, the [all...] |