Searched refs:retLen (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dprscmnts.cpp151 int32_t retLen = pattern->split(src, stringArray, MAX_SPLIT_STRINGS, *status); local
158 for(int32_t i=0; i<retLen; i++){
190 int32_t retLen = pattern->split(src, stringArray, MAX_SPLIT_STRINGS, *status); local
197 for(int32_t i=0; i<retLen; i++){
/external/icu/icu4c/source/tools/genrb/
H A Dprscmnts.cpp161 int32_t retLen = pattern->split(src, stringArray, MAX_SPLIT_STRINGS, *status); local
169 for(int32_t i=0; i<retLen; i++){
201 int32_t retLen = pattern->split(src, stringArray, MAX_SPLIT_STRINGS, *status); local
209 for(int32_t i=0; i<retLen; i++){
/external/chromium_org/third_party/icu/source/common/
H A Duidna.cpp631 int32_t retLen = _internal_toASCII(src, srcLength, dest, destCapacity, options, nameprep, parseError, status); local
636 return retLen;
660 int32_t retLen = _internal_toUnicode(src, srcLength, dest, destCapacity, options, nameprep, parseError, status); local
664 return retLen;
/external/icu/icu4c/source/common/
H A Duidna.cpp631 int32_t retLen = _internal_toASCII(src, srcLength, dest, destCapacity, options, nameprep, parseError, status); local
636 return retLen;
660 int32_t retLen = _internal_toUnicode(src, srcLength, dest, destCapacity, options, nameprep, parseError, status); local
664 return retLen;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcrestst.c785 int32_t retLen = 0; local
807 retLen=T_FileStream_read(stream,&c,1);
808 if(retLen==0){
811 retLen=0;
876 retLen = T_FileStream_read(stream, buf, bufLen);
877 if(uprv_strncmp(testline, buf,retLen)!=0){
/external/icu/icu4c/source/test/cintltst/
H A Dcrestst.c783 int32_t retLen = 0; local
805 retLen=T_FileStream_read(stream,&c,1);
806 if(retLen==0){
809 retLen=0;
874 retLen = T_FileStream_read(stream, buf, bufLen);
875 if(uprv_strncmp(testline, buf,retLen)!=0){
/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp1389 int retLen = 0; local
1392 gl.getProgramResourceName(program, GL_SHADER_STORAGE_BLOCK, (deUint32)blockNdx, (glw::GLsizei)name.size(), &retLen, &name[0]);
1395 if (retLen+1 != nameLen)
1452 int retLen = 0; local
1455 gl.getProgramResourceName(program, GL_BUFFER_VARIABLE, (deUint32)bufVarNdx, (glw::GLsizei)name.size(), &retLen, &name[0]);
1458 if (retLen+1 != nameLen)
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3con.c10627 unsigned int retLen; local
10640 rv |= PK11_DigestFinal(prf_context, out, &retLen, outLen);
10641 PORT_Assert(rv != SECSuccess || retLen == outLen);
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 678 milliseconds