Searched refs:srcLength (Results 1 - 25 of 107) sorted by relevance

12345

/external/chromium_org/third_party/icu/source/common/
H A Dustr_titlecase_brkiter.cpp52 const UChar *src, int32_t srcLength,
59 ubrk_setText(csm.iter=titleIter, src, srcLength, pErrorCode);
61 csm.iter=ubrk_open(UBRK_WORD, csm.locale, src, srcLength, pErrorCode);
66 src, srcLength,
77 const UChar *src, int32_t srcLength,
80 ubrk_setText(csm->iter, src, srcLength, pErrorCode);
82 csm->iter=ubrk_open(UBRK_WORD, csm->locale, src, srcLength, pErrorCode);
87 src, srcLength,
51 u_strToTitle(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UBreakIterator *titleIter, const char *locale, UErrorCode *pErrorCode) argument
75 ucasemap_toTitle(UCaseMap *csm, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
H A Dustr_wcs.cpp67 int32_t srcLength,
89 if(srcLength == -1){
90 srcLength = u_strlen(pSrc);
93 pSrcLimit = pSrc + srcLength;
108 int32_t newCapacity = 2 * srcLength;
190 nulVal = (nulLen < srcLength) ? 1 : 0;
234 int32_t srcLength,
242 if( (src==NULL && srcLength!=0) || srcLength < -1 ||
251 if(srcLength
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 Dubidiwrt.c62 doWriteForward(const UChar *src, int32_t srcLength, argument
70 int32_t length=srcLength;
73 return srcLength;
78 return srcLength;
85 if(destSize<srcLength) {
87 return srcLength;
90 U16_NEXT(src, i, srcLength, c);
93 } while(i<srcLength);
94 return srcLength;
107 while(--srcLength>
155 doWriteReverse(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) argument
312 ubidi_writeReverse(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) argument
[all...]
H A Dpunycode.h45 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
67 u_strToPunycode(const UChar *src, int32_t srcLength,
78 * @param srcLength Length of puny, or -1 if NUL-terminated
102 u_strFromPunycode(const UChar *src, int32_t srcLength,
H A Ducasemap_titlecase_brkiter.cpp46 const char *src, int32_t srcLength,
49 utext_openUTF8(&utext, (const char *)src, srcLength, pErrorCode);
61 (const uint8_t *)src, srcLength,
44 ucasemap_utf8ToTitle(UCaseMap *csm, char *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) argument
H A Duidna.cpp57 startsWithPrefix(const UChar* src , int32_t srcLength){ argument
60 if(srcLength < ACE_PREFIX_LENGTH){
145 getNextSeparator(UChar *src, int32_t srcLength, argument
147 if(srcLength == -1){
163 for(i=0;i<srcLength;i++){
170 // if(i==srcLength)
171 *limit = src+srcLength;
194 _internal_toASCII(const UChar* src, int32_t srcLength, argument
226 if(srcLength == -1){
227 srcLength
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 Dustrcase_locale.cpp86 const UChar *src, int32_t srcLength,
94 src, srcLength,
100 const UChar *src, int32_t srcLength,
108 src, srcLength,
85 u_strToLower(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, const char *locale, UErrorCode *pErrorCode) argument
99 u_strToUpper(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, const char *locale, UErrorCode *pErrorCode) argument
H A Ducasemap.cpp211 * context [0..srcLength[ into account.
260 const uint8_t *src, int32_t srcLength,
279 csc.limit=srcLength;
285 while(prev<srcLength) {
293 if(idx==UBRK_DONE || idx>srcLength) {
294 idx=srcLength;
392 const uint8_t *src, int32_t srcLength,
396 csc.limit=srcLength;
400 src, &csc, 0, srcLength,
407 const uint8_t *src, int32_t srcLength,
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...]
/external/icu/icu4c/source/common/
H A Dustr_titlecase_brkiter.cpp52 const UChar *src, int32_t srcLength,
59 ubrk_setText(csm.iter=titleIter, src, srcLength, pErrorCode);
61 csm.iter=ubrk_open(UBRK_WORD, csm.locale, src, srcLength, pErrorCode);
66 src, srcLength,
77 const UChar *src, int32_t srcLength,
80 ubrk_setText(csm->iter, src, srcLength, pErrorCode);
82 csm->iter=ubrk_open(UBRK_WORD, csm->locale, src, srcLength, pErrorCode);
87 src, srcLength,
51 u_strToTitle(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UBreakIterator *titleIter, const char *locale, UErrorCode *pErrorCode) argument
75 ucasemap_toTitle(UCaseMap *csm, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
H A Dustr_wcs.cpp67 int32_t srcLength,
89 if(srcLength == -1){
90 srcLength = u_strlen(pSrc);
93 pSrcLimit = pSrc + srcLength;
108 int32_t newCapacity = 2 * srcLength;
190 nulVal = (nulLen < srcLength) ? 1 : 0;
234 int32_t srcLength,
242 if( (src==NULL && srcLength!=0) || srcLength < -1 ||
251 if(srcLength
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 Dubidiwrt.c62 doWriteForward(const UChar *src, int32_t srcLength, argument
70 int32_t length=srcLength;
73 return srcLength;
78 return srcLength;
85 if(destSize<srcLength) {
87 return srcLength;
90 U16_NEXT(src, i, srcLength, c);
93 } while(i<srcLength);
94 return srcLength;
107 while(--srcLength>
155 doWriteReverse(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) argument
312 ubidi_writeReverse(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) argument
[all...]
H A Dpunycode.h45 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
67 u_strToPunycode(const UChar *src, int32_t srcLength,
78 * @param srcLength Length of puny, or -1 if NUL-terminated
102 u_strFromPunycode(const UChar *src, int32_t srcLength,
H A Ducasemap_titlecase_brkiter.cpp46 const char *src, int32_t srcLength,
49 utext_openUTF8(&utext, (const char *)src, srcLength, pErrorCode);
61 (const uint8_t *)src, srcLength,
44 ucasemap_utf8ToTitle(UCaseMap *csm, char *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) argument
H A Duidna.cpp57 startsWithPrefix(const UChar* src , int32_t srcLength){ argument
60 if(srcLength < ACE_PREFIX_LENGTH){
145 getNextSeparator(UChar *src, int32_t srcLength, argument
147 if(srcLength == -1){
163 for(i=0;i<srcLength;i++){
170 // if(i==srcLength)
171 *limit = src+srcLength;
194 _internal_toASCII(const UChar* src, int32_t srcLength, argument
226 if(srcLength == -1){
227 srcLength
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 Dustrcase_locale.cpp86 const UChar *src, int32_t srcLength,
94 src, srcLength,
100 const UChar *src, int32_t srcLength,
108 src, srcLength,
85 u_strToLower(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, const char *locale, UErrorCode *pErrorCode) argument
99 u_strToUpper(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, const char *locale, UErrorCode *pErrorCode) argument
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dnfsprep.h52 nfs4_prepare(const char* src, int32_t srcLength,
68 nfs4_mixed_prepare( const char* src, int32_t srcLength,
83 nfs4_cis_prepare( const char* src, int32_t srcLength,
98 nfs4_cs_prepare( const char* src, int32_t srcLength,
H A Dnfsprep.c40 nfs4_prepare( const char* src, int32_t srcLength, argument
66 if((src==NULL) || (srcLength < -1) || (destCapacity<0) || (!dest && destCapacity > 0)){
73 u_strFromUTF8(b1,b1Capacity,&b1Len,src,srcLength,status);
86 u_strFromUTF8(b1, b1Capacity, &b1Len, src, srcLength, status);
174 getPrefixSuffix(const char *src, int32_t srcLength, argument
181 while(i<srcLength){
183 if((i+1) == srcLength){
196 *suffixLen = srcLength - i;
206 nfs4_mixed_prepare( const char* src, int32_t srcLength, argument
224 if((src==NULL) || (srcLength <
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/icu/icu4c/source/test/cintltst/
H A Dnfsprep.h52 nfs4_prepare(const char* src, int32_t srcLength,
68 nfs4_mixed_prepare( const char* src, int32_t srcLength,
83 nfs4_cis_prepare( const char* src, int32_t srcLength,
98 nfs4_cs_prepare( const char* src, int32_t srcLength,
H A Dnfsprep.c40 nfs4_prepare( const char* src, int32_t srcLength, argument
66 if((src==NULL) || (srcLength < -1) || (destCapacity<0) || (!dest && destCapacity > 0)){
73 u_strFromUTF8(b1,b1Capacity,&b1Len,src,srcLength,status);
86 u_strFromUTF8(b1, b1Capacity, &b1Len, src, srcLength, status);
174 getPrefixSuffix(const char *src, int32_t srcLength, argument
181 while(i<srcLength){
183 if((i+1) == srcLength){
196 *suffixLen = srcLength - i;
206 nfs4_mixed_prepare( const char* src, int32_t srcLength, argument
224 if((src==NULL) || (srcLength <
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/chromium_org/third_party/icu/source/common/unicode/
H A Dunistr.h71 const UChar *src, int32_t srcLength,
361 * [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>).
366 * @param srcLength the number of characters in <TT>src</TT> to compare
378 int32_t srcLength) const;
382 * <TT>srcLength</TT> characters in <TT>srcChars</TT>.
384 * @param srcLength the number of characters in <TT>srcChars</TT> to compare
393 int32_t srcLength) const;
417 * [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>).
422 * @param srcLength the number of characters in <TT>srcChars</TT> to compare
434 int32_t srcLength) cons
3815 doCaseCompare(int32_t start, int32_t thisLength, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3844 caseCompare(const UChar *srcChars, int32_t srcLength, uint32_t options) const argument
3851 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3869 caseCompare(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3889 indexOf(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength, int32_t start, int32_t _length) const argument
3922 indexOf(const UChar *srcChars, int32_t srcLength, int32_t start) const argument
3930 indexOf(const UChar *srcChars, int32_t srcLength, int32_t start, int32_t _length) const argument
3971 lastIndexOf(const UChar *srcChars, int32_t srcLength, int32_t start, int32_t _length) const argument
3978 lastIndexOf(const UChar *srcChars, int32_t srcLength, int32_t start) const argument
3986 lastIndexOf(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength, int32_t start, int32_t _length) const argument
4125 replace(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) argument
4133 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcLength) argument
4140 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) argument
4291 setTo(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) argument
4315 setTo(const UChar *srcChars, int32_t srcLength) argument
4337 append(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) argument
4347 append(const UChar *srcChars, int32_t srcStart, int32_t srcLength) argument
4353 append(const UChar *srcChars, int32_t srcLength) argument
4375 insert(int32_t start, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) argument
4387 insert(int32_t start, const UChar *srcChars, int32_t srcStart, int32_t srcLength) argument
4394 insert(int32_t start, const UChar *srcChars, int32_t srcLength) argument
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h71 const UChar *src, int32_t srcLength,
361 * [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>).
366 * @param srcLength the number of characters in <TT>src</TT> to compare
378 int32_t srcLength) const;
382 * <TT>srcLength</TT> characters in <TT>srcChars</TT>.
384 * @param srcLength the number of characters in <TT>srcChars</TT> to compare
393 int32_t srcLength) const;
417 * [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>).
422 * @param srcLength the number of characters in <TT>srcChars</TT> to compare
434 int32_t srcLength) cons
3815 doCaseCompare(int32_t start, int32_t thisLength, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3844 caseCompare(const UChar *srcChars, int32_t srcLength, uint32_t options) const argument
3851 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3869 caseCompare(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3889 indexOf(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength, int32_t start, int32_t _length) const argument
3922 indexOf(const UChar *srcChars, int32_t srcLength, int32_t start) const argument
3930 indexOf(const UChar *srcChars, int32_t srcLength, int32_t start, int32_t _length) const argument
3971 lastIndexOf(const UChar *srcChars, int32_t srcLength, int32_t start, int32_t _length) const argument
3978 lastIndexOf(const UChar *srcChars, int32_t srcLength, int32_t start) const argument
3986 lastIndexOf(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength, int32_t start, int32_t _length) const argument
4125 replace(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) argument
4133 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcLength) argument
4140 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) argument
4291 setTo(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) argument
4315 setTo(const UChar *srcChars, int32_t srcLength) argument
4337 append(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) argument
4347 append(const UChar *srcChars, int32_t srcStart, int32_t srcLength) argument
4353 append(const UChar *srcChars, int32_t srcLength) argument
4375 insert(int32_t start, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) argument
4387 insert(int32_t start, const UChar *srcChars, int32_t srcStart, int32_t srcLength) argument
4394 insert(int32_t start, const UChar *srcChars, int32_t srcLength) argument
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Didnaref.cpp47 startsWithPrefix(const UChar* src , int32_t srcLength){ argument
50 if(srcLength < ACE_PREFIX_LENGTH){
129 static int32_t convertToPuny(const UChar* src, int32_t srcLength, argument
141 u_strToUTF32((UChar32*)b1,b1Capacity,&b1Len,src,srcLength,&status);
153 u_strToUTF32((UChar32*)b1,b1Len,&b1Len,src,srcLength,&status);
199 static int32_t convertFromPuny( const UChar* src, int32_t srcLength, argument
206 convertUCharsToASCII(src, b1,srcLength);
211 unsigned char* caseFlags = NULL; //(unsigned char*) uprv_malloc(srcLength * sizeof(unsigned char*));
212 punycode_status error = punycode_decode(srcLength,b1,(uint32_t*)&b2Len,b2,caseFlags);
220 error = punycode_decode(srcLength,b
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
642 getNextSeparator(UChar *src,int32_t srcLength,NamePrepTransform* prep, UChar **limit, UBool *done, 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...]
H A Didnaref.h39 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
62 idnaref_toASCII(const UChar* src, int32_t srcLength,
77 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
100 idnaref_toUnicode(const UChar* src, int32_t srcLength,
120 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
143 idnaref_IDNToASCII( const UChar* src, int32_t srcLength,
159 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
182 idnaref_IDNToUnicode( const UChar* src, int32_t srcLength,
/external/icu/icu4c/source/test/intltest/
H A Didnaref.cpp47 startsWithPrefix(const UChar* src , int32_t srcLength){ argument
50 if(srcLength < ACE_PREFIX_LENGTH){
129 static int32_t convertToPuny(const UChar* src, int32_t srcLength, argument
141 u_strToUTF32((UChar32*)b1,b1Capacity,&b1Len,src,srcLength,&status);
153 u_strToUTF32((UChar32*)b1,b1Len,&b1Len,src,srcLength,&status);
199 static int32_t convertFromPuny( const UChar* src, int32_t srcLength, argument
206 convertUCharsToASCII(src, b1,srcLength);
211 unsigned char* caseFlags = NULL; //(unsigned char*) uprv_malloc(srcLength * sizeof(unsigned char*));
212 punycode_status error = punycode_decode(srcLength,b1,(uint32_t*)&b2Len,b2,caseFlags);
220 error = punycode_decode(srcLength,b
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
642 getNextSeparator(UChar *src,int32_t srcLength,NamePrepTransform* prep, UChar **limit, UBool *done, 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...]
H A Didnaref.h39 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
62 idnaref_toASCII(const UChar* src, int32_t srcLength,
77 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
100 idnaref_toUnicode(const UChar* src, int32_t srcLength,
120 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
143 idnaref_IDNToASCII( const UChar* src, int32_t srcLength,
159 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
182 idnaref_IDNToUnicode( const UChar* src, int32_t srcLength,

Completed in 345 milliseconds

12345