Searched refs:retLen (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
D | prscmnts.cpp | 163 int32_t retLen = pattern->split(src, stringArray, MAX_SPLIT_STRINGS, *status); in getCount() local 171 for(int32_t i=0; i<retLen; i++){ in getCount() 203 int32_t retLen = pattern->split(src, stringArray, MAX_SPLIT_STRINGS, *status); in getAt() local 211 for(int32_t i=0; i<retLen; i++){ in getAt()
|
/external/icu/icu4c/source/test/cintltst/ |
D | crestst.c | 785 int32_t retLen = 0; in TestFileStream() local 807 retLen=T_FileStream_read(stream,&c,1); in TestFileStream() 808 if(retLen==0){ in TestFileStream() 811 retLen=0; in TestFileStream() 876 retLen = T_FileStream_read(stream, buf, bufLen); in TestFileStream() 877 if(uprv_strncmp(testline, buf,retLen)!=0){ in TestFileStream()
|
/external/icu/icu4c/source/common/ |
D | uidna.cpp | 632 …int32_t retLen = _internal_toASCII(src, srcLength, dest, destCapacity, options, nameprep, parseErr… in uidna_toASCII() local 637 return retLen; in uidna_toASCII() 661 …int32_t retLen = _internal_toUnicode(src, srcLength, dest, destCapacity, options, nameprep, parseE… in uidna_toUnicode() local 665 return retLen; in uidna_toUnicode()
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.cpp | 1403 int retLen = 0; in getGLBufferLayout() local 1406 …rogram, GL_SHADER_STORAGE_BLOCK, (deUint32)blockNdx, (glw::GLsizei)name.size(), &retLen, &name[0]); in getGLBufferLayout() 1409 if (retLen+1 != nameLen) in getGLBufferLayout() 1466 int retLen = 0; in getGLBufferLayout() local 1469 …me(program, GL_BUFFER_VARIABLE, (deUint32)bufVarNdx, (glw::GLsizei)name.size(), &retLen, &name[0]); in getGLBufferLayout() 1472 if (retLen+1 != nameLen) in getGLBufferLayout()
|