Home
last modified time | relevance | path

Searched refs:srcLength (Results 1 – 25 of 185) sorted by relevance

12345678

/third_party/skia/third_party/externals/icu/source/common/
Dubidiwrt.cpp59 doWriteForward(const UChar *src, int32_t srcLength, in doWriteForward() argument
67 int32_t length=srcLength; in doWriteForward()
70 return srcLength; in doWriteForward()
75 return srcLength; in doWriteForward()
82 if(destSize<srcLength) { in doWriteForward()
84 return srcLength; in doWriteForward()
87 U16_NEXT(src, i, srcLength, c); in doWriteForward()
90 } while(i<srcLength); in doWriteForward()
91 return srcLength; in doWriteForward()
104 while(--srcLength>0) { in doWriteForward()
[all …]
Dustr_wcs.cpp69 int32_t srcLength, in _strToWCS() argument
91 if(srcLength == -1){ in _strToWCS()
92 srcLength = u_strlen(pSrc); in _strToWCS()
95 pSrcLimit = pSrc + srcLength; in _strToWCS()
110 int32_t newCapacity = 2 * srcLength; in _strToWCS()
192 nulVal = (nulLen < srcLength) ? 1 : 0; in _strToWCS()
236 int32_t srcLength, in u_strToWCS() argument
244 if( (src==NULL && srcLength!=0) || srcLength < -1 || in u_strToWCS()
253 if(srcLength == -1){ in u_strToWCS()
254 srcLength = u_strlen(src); in u_strToWCS()
[all …]
Dustrtrns.cpp44 int32_t srcLength, in u_strFromUTF32WithSub() argument
58 if( (src==NULL && srcLength!=0) || srcLength < -1 || in u_strFromUTF32WithSub()
75 if(srcLength < 0) { in u_strFromUTF32WithSub()
92 srcLimit = (src!=NULL)?(src + srcLength):NULL; in u_strFromUTF32WithSub()
144 int32_t srcLength, in u_strFromUTF32() argument
148 src, srcLength, in u_strFromUTF32()
158 int32_t srcLength, in u_strToUTF32WithSub() argument
173 if( (src==NULL && srcLength!=0) || srcLength < -1 || in u_strToUTF32WithSub()
190 if(srcLength < 0) { in u_strToUTF32WithSub()
206 srcLimit = (src!=NULL)?(src + srcLength):NULL; in u_strToUTF32WithSub()
[all …]
Duidna.cpp59 startsWithPrefix(const UChar* src , int32_t srcLength){ in startsWithPrefix() argument
60 if(srcLength < ACE_PREFIX_LENGTH){ in startsWithPrefix()
145 getNextSeparator(UChar *src, int32_t srcLength, in getNextSeparator() argument
147 if(srcLength == -1){ in getNextSeparator()
163 for(i=0;i<srcLength;i++){ in getNextSeparator()
171 *limit = src+srcLength; in getNextSeparator()
194 _internal_toASCII(const UChar* src, int32_t srcLength, in _internal_toASCII() argument
226 if(srcLength == -1){ in _internal_toASCII()
227 srcLength = u_strlen(src); in _internal_toASCII()
230 if(srcLength > b1Capacity){ in _internal_toASCII()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dubidiwrt.cpp59 doWriteForward(const UChar *src, int32_t srcLength, in doWriteForward() argument
67 int32_t length=srcLength; in doWriteForward()
70 return srcLength; in doWriteForward()
75 return srcLength; in doWriteForward()
82 if(destSize<srcLength) { in doWriteForward()
84 return srcLength; in doWriteForward()
87 U16_NEXT(src, i, srcLength, c); in doWriteForward()
90 } while(i<srcLength); in doWriteForward()
91 return srcLength; in doWriteForward()
104 while(--srcLength>0) { in doWriteForward()
[all …]
Dustr_wcs.cpp69 int32_t srcLength, in _strToWCS() argument
91 if(srcLength == -1){ in _strToWCS()
92 srcLength = u_strlen(pSrc); in _strToWCS()
95 pSrcLimit = pSrc + srcLength; in _strToWCS()
110 int32_t newCapacity = 2 * srcLength; in _strToWCS()
192 nulVal = (nulLen < srcLength) ? 1 : 0; in _strToWCS()
236 int32_t srcLength, in u_strToWCS() argument
244 if( (src==NULL && srcLength!=0) || srcLength < -1 || in u_strToWCS()
253 if(srcLength == -1){ in u_strToWCS()
254 srcLength = u_strlen(src); in u_strToWCS()
[all …]
Dustrtrns.cpp44 int32_t srcLength, in u_strFromUTF32WithSub() argument
58 if( (src==NULL && srcLength!=0) || srcLength < -1 || in u_strFromUTF32WithSub()
75 if(srcLength < 0) { in u_strFromUTF32WithSub()
92 srcLimit = (src!=NULL)?(src + srcLength):NULL; in u_strFromUTF32WithSub()
144 int32_t srcLength, in u_strFromUTF32() argument
148 src, srcLength, in u_strFromUTF32()
158 int32_t srcLength, in u_strToUTF32WithSub() argument
173 if( (src==NULL && srcLength!=0) || srcLength < -1 || in u_strToUTF32WithSub()
190 if(srcLength < 0) { in u_strToUTF32WithSub()
206 srcLimit = (src!=NULL)?(src + srcLength):NULL; in u_strToUTF32WithSub()
[all …]
Duidna.cpp59 startsWithPrefix(const UChar* src , int32_t srcLength){ in startsWithPrefix() argument
62 if(srcLength < ACE_PREFIX_LENGTH){ in startsWithPrefix()
147 getNextSeparator(UChar *src, int32_t srcLength, in getNextSeparator() argument
149 if(srcLength == -1){ in getNextSeparator()
165 for(i=0;i<srcLength;i++){ in getNextSeparator()
173 *limit = src+srcLength; in getNextSeparator()
196 _internal_toASCII(const UChar* src, int32_t srcLength, in _internal_toASCII() argument
228 if(srcLength == -1){ in _internal_toASCII()
229 srcLength = u_strlen(src); in _internal_toASCII()
232 if(srcLength > b1Capacity){ in _internal_toASCII()
[all …]
/third_party/icu/icu4c/source/common/
Dubidiwrt.cpp59 doWriteForward(const UChar *src, int32_t srcLength, in doWriteForward() argument
67 int32_t length=srcLength; in doWriteForward()
70 return srcLength; in doWriteForward()
75 return srcLength; in doWriteForward()
82 if(destSize<srcLength) { in doWriteForward()
84 return srcLength; in doWriteForward()
87 U16_NEXT(src, i, srcLength, c); in doWriteForward()
90 } while(i<srcLength); in doWriteForward()
91 return srcLength; in doWriteForward()
104 while(--srcLength>0) { in doWriteForward()
[all …]
Dustr_wcs.cpp69 int32_t srcLength, in _strToWCS() argument
91 if(srcLength == -1){ in _strToWCS()
92 srcLength = u_strlen(pSrc); in _strToWCS()
95 pSrcLimit = pSrc + srcLength; in _strToWCS()
110 int32_t newCapacity = 2 * srcLength; in _strToWCS()
192 nulVal = (nulLen < srcLength) ? 1 : 0; in _strToWCS()
236 int32_t srcLength, in u_strToWCS() argument
244 if( (src==NULL && srcLength!=0) || srcLength < -1 || in u_strToWCS()
253 if(srcLength == -1){ in u_strToWCS()
254 srcLength = u_strlen(src); in u_strToWCS()
[all …]
Dustrtrns.cpp44 int32_t srcLength, in u_strFromUTF32WithSub() argument
58 if( (src==NULL && srcLength!=0) || srcLength < -1 || in u_strFromUTF32WithSub()
75 if(srcLength < 0) { in u_strFromUTF32WithSub()
92 srcLimit = (src!=NULL)?(src + srcLength):NULL; in u_strFromUTF32WithSub()
144 int32_t srcLength, in u_strFromUTF32() argument
148 src, srcLength, in u_strFromUTF32()
158 int32_t srcLength, in u_strToUTF32WithSub() argument
173 if( (src==NULL && srcLength!=0) || srcLength < -1 || in u_strToUTF32WithSub()
190 if(srcLength < 0) { in u_strToUTF32WithSub()
206 srcLimit = (src!=NULL)?(src + srcLength):NULL; in u_strToUTF32WithSub()
[all …]
Duidna.cpp59 startsWithPrefix(const UChar* src , int32_t srcLength){ in startsWithPrefix() argument
60 if(srcLength < ACE_PREFIX_LENGTH){ in startsWithPrefix()
145 getNextSeparator(UChar *src, int32_t srcLength, in getNextSeparator() argument
147 if(srcLength == -1){ in getNextSeparator()
163 for(i=0;i<srcLength;i++){ in getNextSeparator()
171 *limit = src+srcLength; in getNextSeparator()
194 _internal_toASCII(const UChar* src, int32_t srcLength, in _internal_toASCII() argument
226 if(srcLength == -1){ in _internal_toASCII()
227 srcLength = u_strlen(src); in _internal_toASCII()
230 if(srcLength > b1Capacity){ in _internal_toASCII()
[all …]
/third_party/node/deps/icu-small/source/common/
Dubidiwrt.cpp59 doWriteForward(const UChar *src, int32_t srcLength, in doWriteForward() argument
67 int32_t length=srcLength; in doWriteForward()
70 return srcLength; in doWriteForward()
75 return srcLength; in doWriteForward()
82 if(destSize<srcLength) { in doWriteForward()
84 return srcLength; in doWriteForward()
87 U16_NEXT(src, i, srcLength, c); in doWriteForward()
90 } while(i<srcLength); in doWriteForward()
91 return srcLength; in doWriteForward()
104 while(--srcLength>0) { in doWriteForward()
[all …]
Dustr_wcs.cpp69 int32_t srcLength, in _strToWCS() argument
91 if(srcLength == -1){ in _strToWCS()
92 srcLength = u_strlen(pSrc); in _strToWCS()
95 pSrcLimit = pSrc + srcLength; in _strToWCS()
110 int32_t newCapacity = 2 * srcLength; in _strToWCS()
192 nulVal = (nulLen < srcLength) ? 1 : 0; in _strToWCS()
236 int32_t srcLength, in u_strToWCS() argument
244 if( (src==NULL && srcLength!=0) || srcLength < -1 || in u_strToWCS()
253 if(srcLength == -1){ in u_strToWCS()
254 srcLength = u_strlen(src); in u_strToWCS()
[all …]
Dustrtrns.cpp44 int32_t srcLength, in u_strFromUTF32WithSub() argument
58 if( (src==NULL && srcLength!=0) || srcLength < -1 || in u_strFromUTF32WithSub()
75 if(srcLength < 0) { in u_strFromUTF32WithSub()
92 srcLimit = (src!=NULL)?(src + srcLength):NULL; in u_strFromUTF32WithSub()
144 int32_t srcLength, in u_strFromUTF32() argument
148 src, srcLength, in u_strFromUTF32()
158 int32_t srcLength, in u_strToUTF32WithSub() argument
173 if( (src==NULL && srcLength!=0) || srcLength < -1 || in u_strToUTF32WithSub()
190 if(srcLength < 0) { in u_strToUTF32WithSub()
206 srcLimit = (src!=NULL)?(src + srcLength):NULL; in u_strToUTF32WithSub()
[all …]
Duidna.cpp59 startsWithPrefix(const UChar* src , int32_t srcLength){ in startsWithPrefix() argument
60 if(srcLength < ACE_PREFIX_LENGTH){ in startsWithPrefix()
145 getNextSeparator(UChar *src, int32_t srcLength, in getNextSeparator() argument
147 if(srcLength == -1){ in getNextSeparator()
163 for(i=0;i<srcLength;i++){ in getNextSeparator()
171 *limit = src+srcLength; in getNextSeparator()
194 _internal_toASCII(const UChar* src, int32_t srcLength, in _internal_toASCII() argument
226 if(srcLength == -1){ in _internal_toASCII()
227 srcLength = u_strlen(src); in _internal_toASCII()
230 if(srcLength > b1Capacity){ in _internal_toASCII()
[all …]
/third_party/icu/icu4c/source/common/unicode/
Dunistr.h75 const char16_t *src, int32_t srcLength,
428 int32_t srcLength) const;
443 int32_t srcLength) const;
484 int32_t srcLength) const;
576 int32_t srcLength) const;
597 int32_t srcLength) const;
647 int32_t srcLength) const;
747 int32_t srcLength,
770 int32_t srcLength,
824 int32_t srcLength,
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dunistr.h71 const char16_t *src, int32_t srcLength,
422 int32_t srcLength) const;
437 int32_t srcLength) const;
478 int32_t srcLength) const;
570 int32_t srcLength) const;
591 int32_t srcLength) const;
641 int32_t srcLength) const;
741 int32_t srcLength,
764 int32_t srcLength,
818 int32_t srcLength,
[all …]
/third_party/node/deps/icu-small/source/common/unicode/
Dunistr.h75 const char16_t *src, int32_t srcLength,
428 int32_t srcLength) const;
443 int32_t srcLength) const;
484 int32_t srcLength) const;
576 int32_t srcLength) const;
597 int32_t srcLength) const;
647 int32_t srcLength) const;
747 int32_t srcLength,
770 int32_t srcLength,
824 int32_t srcLength,
[all …]
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dunistr.h75 const char16_t *src, int32_t srcLength,
428 int32_t srcLength) const;
443 int32_t srcLength) const;
484 int32_t srcLength) const;
576 int32_t srcLength) const;
597 int32_t srcLength) const;
647 int32_t srcLength) const;
747 int32_t srcLength,
770 int32_t srcLength,
824 int32_t srcLength,
[all …]
/third_party/icu/icu4c/source/test/intltest/
Didnaref.cpp49 startsWithPrefix(const UChar* src , int32_t srcLength){ in startsWithPrefix() argument
52 if(srcLength < ACE_PREFIX_LENGTH){ in startsWithPrefix()
131 static int32_t convertToPuny(const UChar* src, int32_t srcLength, in convertToPuny() argument
143 u_strToUTF32((UChar32*)b1,b1Capacity,&b1Len,src,srcLength,&status); in convertToPuny()
155 u_strToUTF32((UChar32*)b1,b1Len,&b1Len,src,srcLength,&status); in convertToPuny()
212 static int32_t convertFromPuny( const UChar* src, int32_t srcLength, in convertFromPuny() argument
219 convertUCharsToASCII(src, b1,srcLength); in convertFromPuny()
225 punycode_status error = punycode_decode(srcLength,b1,(uint32_t*)&b2Len,b2,caseFlags); in convertFromPuny()
233 error = punycode_decode(srcLength,b1,(uint32_t*)&b2Len,b2,caseFlags); in convertFromPuny()
257 idnaref_toASCII(const UChar* src, int32_t srcLength, in idnaref_toASCII() argument
[all …]
/third_party/typescript/src/lib/
Dwebworker.iterable.generated.d.ts99 …WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: GLuint, srcLength?: GLuint): void;
100 …WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: GLuint, srcLength?: GLuint): void;
101 …WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: GLuint, srcLength?: GLuint): void;
102 …WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: GLuint, srcLength?: GLuint): void;
103 …null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: GLuint, srcLength?: GLuint): void;
104 …null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: GLuint, srcLength?: GLuint): void;
105 …null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: GLuint, srcLength?: GLuint): void;
106 …null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: GLuint, srcLength?: GLuint): void;
107 …null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: GLuint, srcLength?: GLuint): void;
108 …null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: GLuint, srcLength?: GLuint): void;
[all …]
/third_party/typescript/lib/
Dlib.webworker.iterable.d.ts119 …WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: GLuint, srcLength?: GLuint): void;
120 …WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: GLuint, srcLength?: GLuint): void;
121 …WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: GLuint, srcLength?: GLuint): void;
122 …WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: GLuint, srcLength?: GLuint): void;
123 …null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: GLuint, srcLength?: GLuint): void;
124 …null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: GLuint, srcLength?: GLuint): void;
125 …null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: GLuint, srcLength?: GLuint): void;
126 …null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: GLuint, srcLength?: GLuint): void;
127 …null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: GLuint, srcLength?: GLuint): void;
128 …null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: GLuint, srcLength?: GLuint): void;
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DBidiWriter.java139 int srcLength = src.length(); in writeReverse() local
145 int i = srcLength; in writeReverse()
148 srcLength -= UTF16.getCharCount(UTF16.charAt(src, in writeReverse()
149 srcLength - 1)); in writeReverse()
152 dest.append(src.substring(srcLength, i)); in writeReverse()
153 } while(srcLength > 0); in writeReverse()
164 srcLength = src.length(); in writeReverse()
171 int i = srcLength; in writeReverse()
176 c = UTF16.charAt(src, srcLength - 1); in writeReverse()
177 srcLength -= UTF16.getCharCount(c); in writeReverse()
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidiWriter.java138 int srcLength = src.length(); in writeReverse() local
144 int i = srcLength; in writeReverse()
147 srcLength -= UTF16.getCharCount(UTF16.charAt(src, in writeReverse()
148 srcLength - 1)); in writeReverse()
151 dest.append(src.substring(srcLength, i)); in writeReverse()
152 } while(srcLength > 0); in writeReverse()
163 srcLength = src.length(); in writeReverse()
170 int i = srcLength; in writeReverse()
175 c = UTF16.charAt(src, srcLength - 1); in writeReverse()
176 srcLength -= UTF16.getCharCount(c); in writeReverse()
[all …]

12345678