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

123

/external/icu4c/common/
H A Dustr_wcs.c71 int32_t srcLength,
93 if(srcLength == -1){
94 srcLength = u_strlen(pSrc);
97 pSrcLimit = pSrc + srcLength;
113 (_BUFFER_CAPACITY_MULTIPLIER * (srcLength)), count,sizeof(char))){
190 nulVal = (nulLen < srcLength) ? 1 : 0;
234 int32_t srcLength,
242 if( (src==NULL && srcLength!=0) || srcLength < -1 ||
251 if(srcLength
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 Dubidiwrt.c61 doWriteForward(const UChar *src, int32_t srcLength, argument
69 int32_t length=srcLength;
72 return srcLength;
77 return srcLength;
84 if(destSize<srcLength) {
86 return srcLength;
89 UTF_NEXT_CHAR(src, i, srcLength, c);
92 } while(i<srcLength);
93 return srcLength;
106 while(--srcLength>
154 doWriteReverse(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) argument
311 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 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 Dunorm.cpp48 int32_t srcLength,
52 return unorm2_quickCheck((const UNormalizer2 *)n2, src, srcLength, pErrorCode);
56 unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength, argument
64 src, srcLength, pErrorCode);
66 return unorm2_quickCheck((const UNormalizer2 *)n2, src, srcLength, pErrorCode);
71 unorm_isNormalized(const UChar *src, int32_t srcLength, argument
75 return unorm2_isNormalized((const UNormalizer2 *)n2, src, srcLength, pErrorCode);
79 unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength, argument
87 src, srcLength, pErrorCode);
89 return unorm2_isNormalized((const UNormalizer2 *)n2, src, srcLength, pErrorCod
47 unorm_quickCheck(const UChar *src, int32_t srcLength, UNormalizationMode mode, UErrorCode *pErrorCode) argument
97 unorm_normalize(const UChar *src, int32_t srcLength, UNormalizationMode mode, int32_t options, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
[all...]
H A Dustrtrns.c38 int32_t srcLength,
52 if( (src==NULL && srcLength!=0) || srcLength < -1 ||
69 if(srcLength < 0) {
86 srcLimit = src + srcLength;
138 int32_t srcLength,
142 src, srcLength,
152 int32_t srcLength,
167 if( (src==NULL && srcLength!=0) || srcLength <
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...]
H A Dunistr_case.cpp42 int32_t srcLength,
55 srcStart = srcLength = 0;
66 int32_t result=u_strcmpFold(chars, length, srcChars, srcLength,
72 // get the srcLength if necessary
73 if(srcLength < 0) {
74 srcLength = u_strlen(srcChars + srcStart);
76 if(length != srcLength) {
77 return (int8_t)((length - srcLength) >> 24 | 1);
38 doCaseCompare(int32_t start, int32_t length, const UChar *srcChars, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
H A Ducasemap.c219 * context [0..srcLength[ into account.
272 int32_t srcLength,
280 utext_openUTF8(&utext, (const char *)src, srcLength, pErrorCode);
301 while(prev<srcLength) {
309 if(idx==UBRK_DONE || idx>srcLength) {
310 idx=srcLength;
410 const uint8_t *src, int32_t srcLength,
421 while(srcIndex<srcLength) {
423 U8_NEXT(src, srcIndex, srcLength, c);
455 const uint8_t *src, int32_t srcLength,
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 Dustrcase.c119 * context [0..srcLength[ into account.
212 int32_t srcLength,
220 ubrk_setText(csm->iter, src, srcLength, pErrorCode);
223 src, srcLength,
236 while(prev<srcLength) {
244 if(idx==UBRK_DONE || idx>srcLength) {
245 idx=srcLength;
346 const UChar *src, int32_t srcLength,
355 csc.limit=srcLength;
359 src, &csc, 0, srcLength,
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 Dpunycode.c179 u_strToPunycode(const UChar *src, int32_t srcLength, argument
193 if(src==NULL || srcLength<-1 || (dest==NULL && destCapacity!=0)) {
203 if(srcLength==-1) {
240 for(j=0; j<srcLength; ++j) {
260 } else if(UTF_IS_LEAD(c) && (j+1)<srcLength && UTF_IS_TRAIL(c2=src[j+1])) {
372 u_strFromPunycode(const UChar *src, int32_t srcLength, argument
385 if(src==NULL || srcLength<-1 || (dest==NULL && destCapacity!=0)) {
390 if(srcLength==-1) {
391 srcLength=u_strlen(src);
402 for(j=srcLength;
[all...]
H A Dustr_imp.h112 const UChar *src, int32_t srcLength,
119 const UChar *src, int32_t srcLength,
128 const UChar *src, int32_t srcLength,
141 const UChar *src, int32_t srcLength,
H A Dunistr.cpp344 int32_t srcLength)
349 setTo(that, srcStart, srcLength);
485 int32_t srcLength = src.length(); local
486 setLength(srcLength);
493 uprv_memcpy(fUnion.fStackBuffer, src.fUnion.fStackBuffer, srcLength * U_SIZEOF_UCHAR);
517 if(allocate(srcLength)) {
518 uprv_memcpy(getArrayStart(), src.getArrayStart(), srcLength * U_SIZEOF_UCHAR);
575 int32_t srcLength) const
587 srcStart = srcLength = 0;
599 // get the srcLength i
342 UnicodeString(const UnicodeString& that, int32_t srcStart, int32_t srcLength) argument
894 indexOf(const UChar *srcChars, int32_t srcStart, int32_t srcLength, int32_t start, int32_t length) const argument
958 lastIndexOf(const UChar *srcChars, int32_t srcStart, int32_t srcLength, int32_t start, int32_t length) const argument
1204 doReplace( int32_t start, int32_t length, const UnicodeString& src, int32_t srcStart, int32_t srcLength) argument
1224 doReplace(int32_t start, int32_t length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) argument
[all...]
/external/icu4c/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/icu4c/common/unicode/
H A Dunistr.h303 * [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>).
308 * @param srcLength the number of characters in <TT>src</TT> to compare
320 int32_t srcLength) const;
324 * <TT>srcLength</TT> characters in <TT>srcChars</TT>.
326 * @param srcLength the number of characters in <TT>srcChars</TT> to compare
335 int32_t srcLength) const;
359 * [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>).
364 * @param srcLength the number of characters in <TT>srcChars</TT> to compare
376 int32_t srcLength) const;
458 * @param srcLength Th
3709 doCaseCompare(int32_t start, int32_t thisLength, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3738 caseCompare(const UChar *srcChars, int32_t srcLength, uint32_t options) const argument
3745 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3763 caseCompare(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3783 indexOf(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength, int32_t start, int32_t _length) const argument
3816 indexOf(const UChar *srcChars, int32_t srcLength, int32_t start) const argument
3824 indexOf(const UChar *srcChars, int32_t srcLength, int32_t start, int32_t _length) const argument
3865 lastIndexOf(const UChar *srcChars, int32_t srcLength, int32_t start, int32_t _length) const argument
3872 lastIndexOf(const UChar *srcChars, int32_t srcLength, int32_t start) const argument
3880 lastIndexOf(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength, int32_t start, int32_t _length) const argument
4019 replace(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) argument
4027 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcLength) argument
4034 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) argument
4275 setTo(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) argument
4299 setTo(const UChar *srcChars, int32_t srcLength) argument
4321 append(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) argument
4331 append(const UChar *srcChars, int32_t srcStart, int32_t srcLength) argument
4337 append(const UChar *srcChars, int32_t srcLength) argument
4368 insert(int32_t start, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) argument
4380 insert(int32_t start, const UChar *srcChars, int32_t srcStart, int32_t srcLength) argument
4387 insert(int32_t start, const UChar *srcChars, int32_t srcLength) argument
[all...]
H A Ducasemap.h258 * @param srcLength The length of the original string. If -1, then src must be NUL-terminated.
270 const UChar *src, int32_t srcLength,
289 * @param srcLength The length of the original string. If -1, then src must be NUL-terminated.
301 const char *src, int32_t srcLength,
318 * @param srcLength The length of the original string. If -1, then src must be NUL-terminated.
330 const char *src, int32_t srcLength,
368 * @param srcLength The length of the original string. If -1, then src must be NUL-terminated.
382 const char *src, int32_t srcLength,
403 * @param srcLength The length of the original string. If -1, then src must be NUL-terminated.
418 const char *src, int32_t srcLength,
[all...]
H A Dustring.h1067 * @param srcLength The length of the original string. If -1, then src must be zero-terminated.
1077 const UChar *src, int32_t srcLength,
1093 * @param srcLength The length of the original string. If -1, then src must be zero-terminated.
1103 const UChar *src, int32_t srcLength,
1135 * @param srcLength The length of the original string. If -1, then src must be zero-terminated.
1149 const UChar *src, int32_t srcLength,
1170 * @param srcLength The length of the original string. If -1, then src must be zero-terminated.
1180 const UChar *src, int32_t srcLength,
1201 * @param srcLength The length of the original string. If -1, then src must be zero-terminated.
1212 int32_t srcLength,
[all...]
/external/icu4c/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
411 idnaref_toUnicode(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) argument
640 getNextSeparator(UChar *src,int32_t srcLength,NamePrepTransform* prep, UChar **limit, UBool *done, 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...]
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,
H A Dnptrans.h72 * @param srcLength Number of characters in the source label
82 int32_t map(const UChar* src, int32_t srcLength,
93 * @param srcLength Number of characters in the source label
103 int32_t process(const UChar* src, int32_t srcLength,
/external/webkit/Source/WebCore/icu/unicode/
H A Duidna.h86 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
116 uidna_toASCII(const UChar* src, int32_t srcLength,
131 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
166 uidna_toUnicode(const UChar* src, int32_t srcLength,
186 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
216 uidna_IDNToASCII( const UChar* src, int32_t srcLength,
232 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
262 uidna_IDNToUnicode( const UChar* src, int32_t srcLength,
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Duidna.h86 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
116 uidna_toASCII(const UChar* src, int32_t srcLength,
131 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
166 uidna_toUnicode(const UChar* src, int32_t srcLength,
186 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
216 uidna_IDNToASCII( const UChar* src, int32_t srcLength,
232 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
262 uidna_IDNToUnicode( const UChar* src, int32_t srcLength,
/external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
H A DUnicodeGLib.cpp69 static int convertCase(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error, UTF8CaseFunction caseFunction) argument
74 Vector<char> buffer(srcLength * 3);
77 ConversionResult conversionResult = convertUTF16ToUTF8(&utf16Source, utf16Source + srcLength, &utf8Target, utf8Target + buffer.size(), true);
104 int foldCase(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error) argument
106 return convertCase(result, resultLength, src, srcLength, error, g_utf8_casefold);
109 int toLower(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error) argument
111 return convertCase(result, resultLength, src, srcLength, error, g_utf8_strdown);
114 int toUpper(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error) argument
116 return convertCase(result, resultLength, src, srcLength, error, g_utf8_strup);
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dustring.h1043 * @param srcLength The length of the original string. If -1, then src must be zero-terminated.
1053 const UChar *src, int32_t srcLength,
1069 * @param srcLength The length of the original string. If -1, then src must be zero-terminated.
1079 const UChar *src, int32_t srcLength,
1111 * @param srcLength The length of the original string. If -1, then src must be zero-terminated.
1125 const UChar *src, int32_t srcLength,
1146 * @param srcLength The length of the original string. If -1, then src must be zero-terminated.
1156 const UChar *src, int32_t srcLength,
1173 * @param srcLength The length of the original string. If -1, then src must be zero-terminated.
1184 int32_t srcLength,
[all...]
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dustring.h1043 * @param srcLength The length of the original string. If -1, then src must be zero-terminated.
1053 const UChar *src, int32_t srcLength,
1069 * @param srcLength The length of the original string. If -1, then src must be zero-terminated.
1079 const UChar *src, int32_t srcLength,
1111 * @param srcLength The length of the original string. If -1, then src must be zero-terminated.
1125 const UChar *src, int32_t srcLength,
1146 * @param srcLength The length of the original string. If -1, then src must be zero-terminated.
1156 const UChar *src, int32_t srcLength,
1173 * @param srcLength The length of the original string. If -1, then src must be zero-terminated.
1184 int32_t srcLength,
[all...]

Completed in 326 milliseconds

123