Searched defs:destCapacity (Results 26 - 50 of 85) sorted by relevance

1234

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dspreptst.c296 char* dest, int32_t destCapacity,
308 u_strToUTF8(dest, destCapacity, &destLen, b1, b1Len, status);
295 unescapeData(const char* src, int32_t srcLen, char* dest, int32_t destCapacity, UErrorCode* status) argument
/external/chromium_org/third_party/icu/source/test/perf/utrie2perf/
H A Dutrie2perf.cpp177 destCapacity=unorm_normalize(testcase.getBuffer(), testcase.getBufferLen(),
181 dest=new UChar[destCapacity];
194 dest, destCapacity,
196 if(U_FAILURE(errorCode) || destLength!=destCapacity) {
204 int32_t destCapacity; member in class:ToNFC
/external/icu/icu4c/source/common/
H A Dpunycode.cpp183 UChar *dest, int32_t destCapacity,
196 if(src==NULL || srcLength<-1 || (dest==NULL && destCapacity!=0)) {
219 if(destLength<destCapacity) {
252 if(destLength<destCapacity) {
279 if(destLength<destCapacity) {
350 if(destLength<destCapacity) {
357 if(destLength<destCapacity) {
371 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode);
376 UChar *dest, int32_t destCapacity,
388 if(src==NULL || srcLength<-1 || (dest==NULL && destCapacity!
182 u_strToPunycode(const UChar *src, int32_t srcLength, UChar *dest, int32_t destCapacity, const UBool *caseFlags, UErrorCode *pErrorCode) argument
375 u_strFromPunycode(const UChar *src, int32_t srcLength, UChar *dest, int32_t destCapacity, UBool *caseFlags, UErrorCode *pErrorCode) argument
[all...]
H A Ducasemap.cpp122 appendResult(uint8_t *dest, int32_t destIndex, int32_t destCapacity, argument
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,
214 _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
258 ucasemap_internalUTF8ToTitle(const UCaseMap *csm, uint8_t *dest, int32_t destCapacity, const uint8_t *src, int32_t srcLength, UErrorCode *pErrorCode) argument
390 ucasemap_internalUTF8ToLower(const UCaseMap *csm, uint8_t *dest, int32_t destCapacity, const uint8_t *src, int32_t srcLength, UErrorCode *pErrorCode) argument
405 ucasemap_internalUTF8ToUpper(const UCaseMap *csm, uint8_t *dest, int32_t destCapacity, const uint8_t *src, int32_t srcLength, UErrorCode *pErrorCode) argument
420 utf8_foldCase(const UCaseProps *csp, uint8_t *dest, int32_t destCapacity, const uint8_t *src, int32_t srcLength, uint32_t options, UErrorCode *pErrorCode) argument
458 ucasemap_internalUTF8Fold(const UCaseMap *csm, uint8_t *dest, int32_t destCapacity, const uint8_t *src, int32_t srcLength, UErrorCode *pErrorCode) argument
466 ucasemap_mapUTF8(const UCaseMap *csm, uint8_t *dest, int32_t destCapacity, const uint8_t *src, int32_t srcLength, UTF8CaseMapper *stringCaseMapper, UErrorCode *pErrorCode) argument
507 ucasemap_utf8ToLower(const UCaseMap *csm, char *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) argument
518 ucasemap_utf8ToUpper(const UCaseMap *csm, char *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) argument
529 ucasemap_utf8FoldCase(const UCaseMap *csm, char *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) argument
[all...]
H A Dustr_wcs.cpp64 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
63 _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 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 Duprops.cpp166 // Small destCapacity for NFKC_CF(c).
561 u_getFC_NFKC_Closure(UChar32 c, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) { argument
565 if(destCapacity<0 || (dest==NULL && destCapacity>0)) {
587 return u_terminateUChars(dest, destCapacity, 0, pErrorCode); // c does not change at all under CaseFolding+NFKC
603 return u_terminateUChars(dest, destCapacity, 0, pErrorCode);
605 return kc2.extract(dest, destCapacity, *pErrorCode);
H A Dustrcase.cpp40 appendResult(UChar *dest, int32_t destIndex, int32_t destCapacity, argument
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) {
128 _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
165 ustrcase_internalToTitle(const UCaseMap *csm, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
300 ustrcase_internalToLower(const UCaseMap *csm, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
315 ustrcase_internalToUpper(const UCaseMap *csm, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
330 ustr_foldCase(const UCaseProps *csp, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, uint32_t options, UErrorCode *pErrorCode) argument
360 ustrcase_internalFold(const UCaseMap *csm, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
368 ustrcase_map(const UCaseMap *csm, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UStringCaseMapper *stringCaseMapper, UErrorCode *pErrorCode) argument
437 u_strFoldCase(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, uint32_t options, UErrorCode *pErrorCode) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dcollationkeys.h32 SortKeyByteSink(char *dest, int32_t destCapacity) argument
33 : buffer_(dest), capacity_(destCapacity),
H A Drepattrn.cpp580 int32_t destCapacity,
591 r = m.split(input, dest, destCapacity, status);
601 int32_t destCapacity,
612 r = m.split(input, dest, destCapacity, status);
578 split(const UnicodeString &input, UnicodeString dest[], int32_t destCapacity, UErrorCode &status) const argument
599 split(UText *input, UText *dest[], int32_t destCapacity, UErrorCode &status) const argument
H A Dudatpg.cpp218 UChar *dest, int32_t destCapacity,
222 dest, destCapacity, pErrorCode);
230 UChar *dest, int32_t destCapacity,
242 return result.extract(dest, destCapacity, *pErrorCode);
215 udatpg_replaceFieldTypes(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, const UChar *skeleton, int32_t skeletonLength, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
226 udatpg_replaceFieldTypesWithOptions(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, const UChar *skeleton, int32_t skeletonLength, UDateTimePatternMatchOptions options, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
H A Duspoof_wsconf.cpp76 URegularExpression *e, int32_t group, char *destBuf, int32_t destCapacity, UErrorCode &status) {
82 if (U_FAILURE(status) || len == -1 || len >= destCapacity) {
86 s.extract(0, len, destBuf, destCapacity, US_INV);
75 extractGroup( URegularExpression *e, int32_t group, char *destBuf, int32_t destCapacity, UErrorCode &status) argument
H A Dumsg.cpp618 #define MAppend(c) if (len < destCapacity) dest[len++] = c; else len++
623 int32_t destCapacity,
634 if (pattern == NULL || patternLength < -1 || (dest == NULL && destCapacity > 0)) {
638 U_ASSERT(destCapacity >= 0);
709 return u_terminateUChars(dest, destCapacity, len, ec);
620 umsg_autoQuoteApostrophe(const UChar* pattern, int32_t patternLength, UChar* dest, int32_t destCapacity, UErrorCode* ec) argument
/external/icu/icu4c/source/test/cintltst/
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...]
H A Dspreptst.c296 char* dest, int32_t destCapacity,
308 u_strToUTF8(dest, destCapacity, &destLen, b1, b1Len, status);
295 unescapeData(const char* src, int32_t srcLen, char* dest, int32_t destCapacity, UErrorCode* status) argument
/external/icu/icu4c/source/test/perf/utrie2perf/
H A Dutrie2perf.cpp177 destCapacity=unorm_normalize(testcase.getBuffer(), testcase.getBufferLen(),
181 dest=new UChar[destCapacity];
194 dest, destCapacity,
196 if(U_FAILURE(errorCode) || destLength!=destCapacity) {
204 int32_t destCapacity; member in class:ToNFC
/external/chromium_org/third_party/icu/source/common/
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 Duprops.cpp166 // Small destCapacity for NFKC_CF(c).
582 u_getFC_NFKC_Closure(UChar32 c, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) { argument
586 if(destCapacity<0 || (dest==NULL && destCapacity>0)) {
608 return u_terminateUChars(dest, destCapacity, 0, pErrorCode); // c does not change at all under CaseFolding+NFKC
624 return u_terminateUChars(dest, destCapacity, 0, pErrorCode);
626 return kc2.extract(dest, destCapacity, *pErrorCode);
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 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 Duset.cpp337 uset_serialize(const USet* set, uint16_t* dest, int32_t destCapacity, UErrorCode* ec) { argument
342 return ((const UnicodeSet*) set)->UnicodeSet::serialize(dest, destCapacity,* ec);
/external/chromium_org/third_party/icu/source/i18n/
H A Dtblcoll.cpp591 int32_t destCapacity,
594 return ucol_getReorderCodes(ucollator, dest, destCapacity, &status);
590 getReorderCodes(int32_t *dest, int32_t destCapacity, UErrorCode& status) const argument
H A Dumsg.cpp614 #define MAppend(c) if (len < destCapacity) dest[len++] = c; else len++
619 int32_t destCapacity,
630 if (pattern == NULL || patternLength < -1 || (dest == NULL && destCapacity > 0)) {
703 return u_terminateUChars(dest, destCapacity, len, ec);
616 umsg_autoQuoteApostrophe(const UChar* pattern, int32_t patternLength, UChar* dest, int32_t destCapacity, UErrorCode* ec) argument
/external/chromium_org/third_party/icu/source/test/intltest/
H A Didnaref.cpp130 UChar* dest, int32_t destCapacity,
181 if(b2Len < destCapacity){
200 UChar* dest, int32_t destCapacity,
228 u_strFromUTF32(dest,destCapacity,&destLen,(UChar32*)b2,b2Len,&status);
245 UChar* dest, int32_t destCapacity,
253 if((src == NULL) || (srcLength < -1) || (destCapacity<0) || (!dest && destCapacity > 0)){
339 if(b1Len <= destCapacity){
376 if(reqLength > destCapacity){
406 return u_terminateUChars(dest, destCapacity, reqLengt
129 convertToPuny(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, UErrorCode& status) argument
199 convertFromPuny( const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, UErrorCode& status) argument
244 idnaref_toASCII(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) argument
411 idnaref_toUnicode(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) argument
676 idnaref_IDNToASCII( const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) argument
831 idnaref_IDNToUnicode( const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) argument
[all...]
/external/icu/icu4c/source/test/intltest/
H A Didnaref.cpp130 UChar* dest, int32_t destCapacity,
181 if(b2Len < destCapacity){
200 UChar* dest, int32_t destCapacity,
228 u_strFromUTF32(dest,destCapacity,&destLen,(UChar32*)b2,b2Len,&status);
245 UChar* dest, int32_t destCapacity,
253 if((src == NULL) || (srcLength < -1) || (destCapacity<0) || (!dest && destCapacity > 0)){
341 if(b1Len <= destCapacity){
378 if(reqLength > destCapacity){
408 return u_terminateUChars(dest, destCapacity, reqLengt
129 convertToPuny(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, UErrorCode& status) argument
199 convertFromPuny( const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, UErrorCode& status) argument
244 idnaref_toASCII(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) argument
413 idnaref_toUnicode(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) argument
678 idnaref_IDNToASCII( const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) argument
833 idnaref_IDNToUnicode( const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) argument
[all...]

Completed in 512 milliseconds

1234