Searched refs:destCapacity (Results 1 - 25 of 95) sorted by relevance

1234

/external/icu4c/test/cintltst/
H A Dnfsprep.h46 * @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,
H A Dnfsprep.c41 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, reqLe
40 nfs4_prepare( const char* src, int32_t srcLength, char* dest, int32_t destCapacity, NFS4ProfileState state, UParseError* parseError, UErrorCode* status) argument
206 nfs4_mixed_prepare( const char* src, int32_t srcLength, char* dest, int32_t destCapacity, UParseError* parseError, UErrorCode* status) argument
280 nfs4_cis_prepare( const char* src, int32_t srcLength, char* dest, int32_t destCapacity, UParseError* parseError, UErrorCode* status) argument
289 nfs4_cs_prepare( const char* src, int32_t srcLength, char* dest, int32_t destCapacity, UBool isCaseSensitive, UParseError* parseError, UErrorCode* status) argument
[all...]
/external/icu4c/common/
H A Dpunycode.h47 * @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,
H A Dunorm.cpp99 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, *pErrorCod
97 unorm_normalize(const UChar *src, int32_t srcLength, UNormalizationMode mode, int32_t options, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
117 unorm_iterate(UCharIterator *src, UBool forward, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
190 unorm_previous(UCharIterator *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
203 unorm_next(UCharIterator *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
218 unorm_concatenate(const UChar *left, int32_t leftLength, const UChar *right, int32_t rightLength, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode) argument
[all...]
H A Dlocdispnames.cpp299 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,
294 _getStringOrCopyKey(const char *path, const char *locale, const char *tableKey, const char* subTableKey, const char *itemKey, const char *substitute, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
348 _getDisplayNameForComponent(const char *locale, const char *displayLocale, UChar *dest, int32_t destCapacity, UDisplayNameGetter *getter, const char *tag, UErrorCode *pErrorCode) argument
389 uloc_getDisplayLanguage(const char *locale, const char *displayLocale, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
398 uloc_getDisplayScript(const char* locale, const char* displayLocale, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
408 uloc_getDisplayCountry(const char *locale, const char *displayLocale, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
422 uloc_getDisplayVariant(const char *locale, const char *displayLocale, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
431 uloc_getDisplayName(const char *locale, const char *displayLocale, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
708 uloc_getDisplayKeyword(const char* keyword, const char* displayLocale, UChar* dest, int32_t destCapacity, UErrorCode* status) argument
739 uloc_getDisplayKeywordValue( const char* locale, const char* keyword, const char* displayLocale, UChar* dest, int32_t destCapacity, UErrorCode* status) argument
[all...]
H A Dustr_imp.h126 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_
[all...]
H A Dustr_wcs.c68 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,pDestLengt
67 _strToWCS(wchar_t *dest, int32_t destCapacity, int32_t *pDestLength, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
230 u_strToWCS(wchar_t *dest, int32_t destCapacity, int32_t *pDestLength, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
281 _strFromWCS( UChar *dest, int32_t destCapacity, int32_t *pDestLength, const wchar_t *src, int32_t srcLength, UErrorCode *pErrorCode) argument
484 u_strFromWCS(UChar *dest, int32_t destCapacity, int32_t *pDestLength, const wchar_t *src, int32_t srcLength, UErrorCode *pErrorCode) argument
[all...]
H A Ducasemap.c130 appendResult(uint8_t *dest, int32_t destIndex, int32_t destCapacity, argument
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,
222 _caseMap(const UCaseMap *csm, UCaseMapFull *map, uint8_t *dest, int32_t destCapacity, const uint8_t *src, UCaseContext *csc, int32_t srcStart, int32_t srcLimit, UErrorCode *pErrorCode) argument
269 _toTitle(UCaseMap *csm, uint8_t *dest, int32_t destCapacity, const uint8_t *src, UCaseContext *csc, int32_t srcLength, UErrorCode *pErrorCode) argument
408 utf8_foldCase(const UCaseProps *csp, uint8_t *dest, int32_t destCapacity, const uint8_t *src, int32_t srcLength, uint32_t options, UErrorCode *pErrorCode) argument
453 caseMap(const UCaseMap *csm, uint8_t *dest, int32_t destCapacity, const uint8_t *src, int32_t srcLength, int32_t toWhichCase, UErrorCode *pErrorCode) argument
529 ucasemap_utf8ToLower(const UCaseMap *csm, char *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) argument
540 ucasemap_utf8ToUpper(const UCaseMap *csm, char *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) argument
553 ucasemap_utf8ToTitle(UCaseMap *csm, char *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) argument
566 ucasemap_utf8FoldCase(const UCaseMap *csm, char *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) argument
[all...]
H A Dunistr_cnv.cpp215 UnicodeString::extract(char *dest, int32_t destCapacity, argument
223 if(isBogus() || destCapacity<0 || (destCapacity>0 && dest==0)) {
230 return u_terminateChars(dest, destCapacity, 0, &errorCode);
247 int32_t len=doExtract(0, length(), dest, destCapacity, cnv, errorCode);
259 char *dest, int32_t destCapacity,
264 if(destCapacity!=0) {
274 if(destCapacity==0) {
276 } else if(destCapacity==-1) {
277 // Pin the limit to U_MAX_PTR if the "magic" destCapacity i
258 doExtract(int32_t start, int32_t length, char *dest, int32_t destCapacity, UConverter *cnv, UErrorCode &errorCode) const argument
[all...]
H A Dustrcase.c34 appendResult(UChar *dest, int32_t destIndex, int32_t destCapacity, argument
52 if(destIndex<destCapacity) {
57 U16_APPEND(dest, destIndex, destCapacity, c, isError);
64 if((destIndex+length)<=destCapacity) {
123 UChar *dest, int32_t destCapacity,
142 if((destIndex<destCapacity) && (c<0 ? (c2=~c)<=0xffff : UCASE_MAX_STRING_LENGTH<c && (c2=c)<=0xffff)) {
146 destIndex=appendResult(dest, destIndex, destCapacity, c, s);
150 if(destIndex>destCapacity) {
210 UChar *dest, int32_t destCapacity,
283 if((destIndex+length)<=destCapacity) {
122 _caseMap(const UCaseMap *csm, UCaseMapFull *map, UChar *dest, int32_t destCapacity, const UChar *src, UCaseContext *csc, int32_t srcStart, int32_t srcLimit, UErrorCode *pErrorCode) argument
209 _toTitle(UCaseMap *csm, UChar *dest, int32_t destCapacity, const UChar *src, UCaseContext *csc, int32_t srcLength, UErrorCode *pErrorCode) argument
344 ustr_toLower(const UCaseProps *csp, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, const char *locale, UErrorCode *pErrorCode) argument
364 ustr_toUpper(const UCaseProps *csp, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, const char *locale, UErrorCode *pErrorCode) argument
386 ustr_toTitle(const UCaseProps *csp, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UBreakIterator *titleIter, const char *locale, uint32_t options, UErrorCode *pErrorCode) argument
416 ustr_foldCase(const UCaseProps *csp, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, uint32_t options, UErrorCode *pErrorCode) argument
453 caseMap(const UCaseMap *csm, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, int32_t toWhichCase, UErrorCode *pErrorCode) argument
555 u_strToLower(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, const char *locale, UErrorCode *pErrorCode) argument
568 u_strToUpper(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, const char *locale, UErrorCode *pErrorCode) argument
583 u_strToTitle(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UBreakIterator *titleIter, const char *locale, UErrorCode *pErrorCode) argument
604 ucasemap_toTitle(UCaseMap *csm, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
617 u_strFoldCase(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, uint32_t options, UErrorCode *pErrorCode) argument
[all...]
H A Duidna.cpp195 UChar* dest, int32_t destCapacity,
318 if(b1Len <= destCapacity){
360 if(reqLength > destCapacity){
390 return u_terminateUChars(dest, destCapacity, reqLength, status);
395 UChar* dest, int32_t destCapacity,
544 if(b2Len <= destCapacity) {
573 if(srcLength <= destCapacity){
598 if(dest && srcLength <= destCapacity){
607 return u_terminateUChars(dest, destCapacity, reqLength, status);
612 UChar* dest, int32_t destCapacity,
194 _internal_toASCII(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UStringPrepProfile* nameprep, UParseError* parseError, UErrorCode* status) argument
394 _internal_toUnicode(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UStringPrepProfile* nameprep, UParseError* parseError, UErrorCode* status) argument
611 uidna_toASCII(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) argument
640 uidna_toUnicode(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) argument
669 uidna_IDNToASCII( const UChar *src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError *parseError, UErrorCode *status) argument
762 uidna_IDNToUnicode( const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) argument
[all...]
H A Dpunycode.c180 UChar *dest, int32_t destCapacity,
193 if(src==NULL || srcLength<-1 || (dest==NULL && destCapacity!=0)) {
216 if(destLength<destCapacity) {
249 if(destLength<destCapacity) {
276 if(destLength<destCapacity) {
347 if(destLength<destCapacity) {
354 if(destLength<destCapacity) {
368 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode);
373 UChar *dest, int32_t destCapacity,
385 if(src==NULL || srcLength<-1 || (dest==NULL && destCapacity!
179 u_strToPunycode(const UChar *src, int32_t srcLength, UChar *dest, int32_t destCapacity, const UBool *caseFlags, UErrorCode *pErrorCode) argument
372 u_strFromPunycode(const UChar *src, int32_t srcLength, UChar *dest, int32_t destCapacity, UBool *caseFlags, UErrorCode *pErrorCode) argument
[all...]
H A Dustrtrns.c35 int32_t destCapacity,
53 (destCapacity<0) || (dest == NULL && destCapacity > 0) ||
65 destLimit = dest + destCapacity;
128 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode);
135 int32_t destCapacity,
141 dest, destCapacity, pDestLength,
149 int32_t destCapacity,
168 (destCapacity<0) || (dest == NULL && destCapacity >
34 u_strFromUTF32WithSub(UChar *dest, int32_t destCapacity, int32_t *pDestLength, const UChar32 *src, int32_t srcLength, UChar32 subchar, int32_t *pNumSubstitutions, UErrorCode *pErrorCode) argument
134 u_strFromUTF32(UChar *dest, int32_t destCapacity, int32_t *pDestLength, const UChar32 *src, int32_t srcLength, UErrorCode *pErrorCode) argument
148 u_strToUTF32WithSub(UChar32 *dest, int32_t destCapacity, int32_t *pDestLength, const UChar *src, int32_t srcLength, UChar32 subchar, int32_t *pNumSubstitutions, UErrorCode *pErrorCode) argument
240 u_strToUTF32(UChar32 *dest, int32_t destCapacity, int32_t *pDestLength, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
394 u_strFromUTF8WithSub(UChar *dest, int32_t destCapacity, int32_t *pDestLength, const char* src, int32_t srcLength, UChar32 subchar, int32_t *pNumSubstitutions, UErrorCode *pErrorCode) argument
718 u_strFromUTF8(UChar *dest, int32_t destCapacity, int32_t *pDestLength, const char* src, int32_t srcLength, UErrorCode *pErrorCode) argument
732 u_strFromUTF8Lenient(UChar *dest, int32_t destCapacity, int32_t *pDestLength, const char *src, int32_t srcLength, UErrorCode *pErrorCode) argument
971 u_strToUTF8WithSub(char *dest, int32_t destCapacity, int32_t *pDestLength, const UChar *pSrc, int32_t srcLength, UChar32 subchar, int32_t *pNumSubstitutions, UErrorCode *pErrorCode) argument
1235 u_strToUTF8(char *dest, int32_t destCapacity, int32_t *pDestLength, const UChar *pSrc, int32_t srcLength, UErrorCode *pErrorCode) argument
1249 u_strFromJavaModifiedUTF8WithSub( UChar *dest, int32_t destCapacity, int32_t *pDestLength, const char *src, int32_t srcLength, UChar32 subchar, int32_t *pNumSubstitutions, UErrorCode *pErrorCode) argument
1502 u_strToJavaModifiedUTF8( char *dest, int32_t destCapacity, int32_t *pDestLength, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
[all...]
/external/icu4c/test/intltest/
H A Didnaref.h41 * @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 Siz
[all...]
/external/icu4c/tools/genrb/
H A Dprscmnts.h34 UChar** dest, int32_t destCapacity,
41 UChar** dest, int32_t destCapacity,
45 UChar** dest, int32_t destCapacity,
50 UChar** dest, int32_t destCapacity,
H A Dprscmnts.cpp76 UChar** dest, int32_t destCapacity,
102 return out.extract(*dest, destCapacity,*status);
113 UChar** dest, int32_t destCapacity,
129 int32_t destLen = stringArray[0].extract(*dest, destCapacity, *status);
173 UChar** dest, int32_t destCapacity,
202 return out.extract(*dest, destCapacity,*status);
214 UChar** dest, int32_t destCapacity,
218 int32_t destLen = getText(source, srcLen, dest, destCapacity, notePatternString, status);
224 UChar** dest, int32_t destCapacity,
228 int32_t destLen = getText(source, srcLen, dest, destCapacity, notePatternStrin
75 getText(const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UnicodeString patternString, UErrorCode* status) argument
112 getDescription( const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UErrorCode* status) argument
172 getAt(const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, int32_t index, UParseCommentsOption option, UErrorCode* status) argument
213 getTranslate( const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UErrorCode* status) argument
223 getNote(const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UErrorCode* status) argument
[all...]
/external/webkit/Source/WebCore/icu/unicode/
H A Duidna.h88 * @param destCapacity Size of dest.
111 * U_BUFFER_OVERFLOW_ERROR if destCapacity is not enough
117 UChar* dest, int32_t destCapacity,
133 * @param destCapacity Size of dest.
161 * U_BUFFER_OVERFLOW_ERROR if destCapacity is not enough
167 UChar* dest, int32_t destCapacity,
188 * @param destCapacity Size of dest.
211 * U_BUFFER_OVERFLOW_ERROR if destCapacity is not enough
217 UChar* dest, int32_t destCapacity,
234 * @param destCapacity Siz
[all...]
/external/webkit/Source/WebCore/platform/text/mac/
H A DShapeArabic.h37 int32_t shapeArabic(const UChar *source, int32_t sourceLength, UChar *dest, int32_t destCapacity, uint32_t options, UErrorCode *pErrorCode);
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Duidna.h88 * @param destCapacity Size of dest.
111 * U_BUFFER_OVERFLOW_ERROR if destCapacity is not enough
117 UChar* dest, int32_t destCapacity,
133 * @param destCapacity Size of dest.
161 * U_BUFFER_OVERFLOW_ERROR if destCapacity is not enough
167 UChar* dest, int32_t destCapacity,
188 * @param destCapacity Size of dest.
211 * U_BUFFER_OVERFLOW_ERROR if destCapacity is not enough
217 UChar* dest, int32_t destCapacity,
234 * @param destCapacity Siz
[all...]
/external/icu4c/common/unicode/
H A Ducasemap.h254 * @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 Th
[all...]
H A Dustring.h993 * @param destCapacity the number of UChars that may be written at
1003 UChar *dest, int32_t destCapacity);
1063 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1071 * @return The length of the result string. It may be greater than destCapacity. In that case,
1076 u_strToUpper(UChar *dest, int32_t destCapacity,
1089 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1097 * @return The length of the result string. It may be greater than destCapacity. In that case,
1102 u_strToLower(UChar *dest, int32_t destCapacity,
1131 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1143 * @return The length of the result string. It may be greater than destCapacity
[all...]
/external/icu4c/tools/toolutil/
H A Duparse.c182 * store them as a UTF-32 string in dest[destCapacity]
187 uint32_t *dest, int32_t destCapacity,
196 if(s==NULL || destCapacity<0 || (destCapacity>0 && dest==NULL)) {
216 if(count<destCapacity) {
229 * store them as a string in dest[destCapacity]
235 UChar *dest, int32_t destCapacity,
245 if(s==NULL || destCapacity<0 || (destCapacity>0 && dest==NULL)) {
257 if(destLength<destCapacity) {
186 u_parseCodePoints(const char *s, uint32_t *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
234 u_parseString(const char *s, UChar *dest, int32_t destCapacity, uint32_t *pFirst, UErrorCode *pErrorCode) argument
362 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_t destCapacity, UErrorCode *status) argument
[all...]
H A Duparse.h97 uint32_t *dest, int32_t destCapacity,
109 * @param destCapacity Capacity of dest in numbers of UChars.
117 UChar *dest, int32_t destCapacity,
147 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_t destCapacity, UErrorCode *status);
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dustring.h969 * @param destCapacity the number of UChars that may be written at
979 UChar *dest, int32_t destCapacity);
1039 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1047 * @return The length of the result string. It may be greater than destCapacity. In that case,
1052 u_strToUpper(UChar *dest, int32_t destCapacity,
1065 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1073 * @return The length of the result string. It may be greater than destCapacity. In that case,
1078 u_strToLower(UChar *dest, int32_t destCapacity,
1107 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1119 * @return The length of the result string. It may be greater than destCapacity
[all...]
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dustring.h969 * @param destCapacity the number of UChars that may be written at
979 UChar *dest, int32_t destCapacity);
1039 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1047 * @return The length of the result string. It may be greater than destCapacity. In that case,
1052 u_strToUpper(UChar *dest, int32_t destCapacity,
1065 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1073 * @return The length of the result string. It may be greater than destCapacity. In that case,
1078 u_strToLower(UChar *dest, int32_t destCapacity,
1107 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1119 * @return The length of the result string. It may be greater than destCapacity
[all...]

Completed in 340 milliseconds

1234