HomeSort by relevance Sort by last modified time
    Searched refs:srcLength (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /external/icu4c/common/
ustr_wcs.c 71 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 == -1)
    [all...]
ubidiwrt.c 61 doWriteForward(const UChar *src, int32_t srcLength,
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>0)
    [all...]
punycode.h 45 * @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,
uidna.cpp 57 startsWithPrefix(const UChar* src , int32_t srcLength){
60 if(srcLength < ACE_PREFIX_LENGTH){
145 getNextSeparator(UChar *src, int32_t srcLength,
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,
226 if(srcLength == -1){
227 srcLength = u_strlen(src)
    [all...]
ustrtrns.c 38 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 < -1 |
    [all...]
  /external/chromium/third_party/icu/source/common/
ubidiwrt.c 61 doWriteForward(const UChar *src, int32_t srcLength,
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>0)
    [all...]
ustr_wcs.c 64 int32_t srcLength,
86 if(srcLength == -1){
87 srcLength = u_strlen(pSrc);
90 pSrcLimit = pSrc + srcLength;
106 (_BUFFER_CAPACITY_MULTIPLIER * (srcLength)), count,sizeof(char))){
183 nulVal = (nulLen < srcLength) ? 1 : 0;
227 int32_t srcLength,
235 if((src==NULL) || (srcLength < -1) || (destCapacity<0) || (!dest && destCapacity > 0)){
242 if(srcLength == -1){
243 srcLength = u_strlen(src)
    [all...]
punycode.h 45 * @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,
uidna.cpp 57 startsWithPrefix(const UChar* src , int32_t srcLength){
60 if(srcLength < ACE_PREFIX_LENGTH){
145 getNextSeparator(UChar *src, int32_t srcLength,
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,
226 if(srcLength == -1){
227 srcLength = u_strlen(src)
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
nfsprep.h 52 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,
nfsprep.c 40 nfs4_prepare( const char* src, int32_t srcLength,
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,
181 while(i<srcLength){
183 if((i+1) == srcLength){
196 *suffixLen = srcLength - i;
206 nfs4_mixed_prepare( const char* src, int32_t srcLength,
224 if((src==NULL) || (srcLength < -1) || (destCapacity<0) || (!dest && destCapacity > 0))
    [all...]
  /external/icu4c/test/cintltst/
nfsprep.h 52 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,
nfsprep.c 40 nfs4_prepare( const char* src, int32_t srcLength,
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,
181 while(i<srcLength){
183 if((i+1) == srcLength){
196 *suffixLen = srcLength - i;
206 nfs4_mixed_prepare( const char* src, int32_t srcLength,
224 if((src==NULL) || (srcLength < -1) || (destCapacity<0) || (!dest && destCapacity > 0))
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
unistr.h 302 * [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>).
307 * @param srcLength the number of characters in <TT>src</TT> to compare
319 int32_t srcLength) const;
323 * <TT>srcLength</TT> characters in <TT>srcChars</TT>.
325 * @param srcLength the number of characters in <TT>srcChars</TT> to compare
334 int32_t srcLength) const;
358 * [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>).
363 * @param srcLength the number of characters in <TT>srcChars</TT> to compare
375 int32_t srcLength) const;
457 * @param srcLength The number of code units from that string to compare
    [all...]
uidna.h 84 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
115 uidna_toASCII(const UChar* src, int32_t srcLength,
130 * @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.
217 uidna_IDNToASCII( const UChar* src, int32_t srcLength,
233 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
264 uidna_IDNToUnicode( const UChar* src, int32_t srcLength,
ucasemap.h 238 * @param srcLength The length of the original string. If -1, then src must be NUL-terminated.
250 const UChar *src, int32_t srcLength,
269 * @param srcLength The length of the original string. If -1, then src must be NUL-terminated.
281 const char *src, int32_t srcLength,
298 * @param srcLength The length of the original string. If -1, then src must be NUL-terminated.
310 const char *src, int32_t srcLength,
348 * @param srcLength The length of the original string. If -1, then src must be NUL-terminated.
362 const char *src, int32_t srcLength,
383 * @param srcLength The length of the original string. If -1, then src must be NUL-terminated.
398 const char *src, int32_t srcLength,
    [all...]
  /external/icu4c/common/unicode/
unistr.h 302 * [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>).
307 * @param srcLength the number of characters in <TT>src</TT> to compare
319 int32_t srcLength) const;
323 * <TT>srcLength</TT> characters in <TT>srcChars</TT>.
325 * @param srcLength the number of characters in <TT>srcChars</TT> to compare
334 int32_t srcLength) const;
358 * [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>).
363 * @param srcLength the number of characters in <TT>srcChars</TT> to compare
375 int32_t srcLength) const;
457 * @param srcLength The number of code units from that string to compare
    [all...]
uidna.h 83 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
114 uidna_toASCII(const UChar* src, int32_t srcLength,
128 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
164 uidna_toUnicode(const UChar* src, int32_t srcLength,
184 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
215 uidna_IDNToASCII( const UChar* src, int32_t srcLength,
231 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
262 uidna_IDNToUnicode( const UChar* src, int32_t srcLength,
ucasemap.h 258 * @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...]
  /external/chromium/third_party/icu/source/test/intltest/
idnaref.cpp 47 startsWithPrefix(const UChar* src , int32_t srcLength){
50 if(srcLength < ACE_PREFIX_LENGTH){
129 static int32_t convertToPuny(const UChar* src, int32_t srcLength,
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,
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,b1,(uint32_t*)&b2Len,b2,caseFlags)
    [all...]
idnaref.h 39 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
63 idnaref_toASCII(const UChar* src, int32_t srcLength,
78 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
102 idnaref_toUnicode(const UChar* src, int32_t srcLength,
122 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
146 idnaref_IDNToASCII( const UChar* src, int32_t srcLength,
162 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
186 idnaref_IDNToUnicode( const UChar* src, int32_t srcLength,
  /external/icu4c/test/intltest/
idnaref.cpp 47 startsWithPrefix(const UChar* src , int32_t srcLength){
50 if(srcLength < ACE_PREFIX_LENGTH){
129 static int32_t convertToPuny(const UChar* src, int32_t srcLength,
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,
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,b1,(uint32_t*)&b2Len,b2,caseFlags)
    [all...]
idnaref.h 39 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
63 idnaref_toASCII(const UChar* src, int32_t srcLength,
78 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
102 idnaref_toUnicode(const UChar* src, int32_t srcLength,
122 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
146 idnaref_IDNToASCII( const UChar* src, int32_t srcLength,
162 * @param srcLength Number of UChars in src, or -1 if NUL-terminated.
186 idnaref_IDNToUnicode( const UChar* src, int32_t srcLength,
  /external/webkit/WebCore/icu/unicode/
uidna.h 86 * @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/WebKit/mac/icu/unicode/
uidna.h 86 * @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,

Completed in 841 milliseconds

1 2 3 4 5