Searched refs:retLen (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
D | prscmnts.cpp | 161 int32_t retLen = pattern->split(src, stringArray, MAX_SPLIT_STRINGS, *status); in getCount() local 169 for(int32_t i=0; i<retLen; i++){ in getCount() 201 int32_t retLen = pattern->split(src, stringArray, MAX_SPLIT_STRINGS, *status); in getAt() local 209 for(int32_t i=0; i<retLen; i++){ in getAt()
|
/external/icu/icu4c/source/test/cintltst/ |
D | crestst.c | 781 int32_t retLen = 0; in TestFileStream() local 803 retLen=T_FileStream_read(stream,&c,1); in TestFileStream() 804 if(retLen==0){ in TestFileStream() 807 retLen=0; in TestFileStream() 872 retLen = T_FileStream_read(stream, buf, bufLen); in TestFileStream() 873 if(uprv_strncmp(testline, buf,retLen)!=0){ in TestFileStream()
|
/external/icu/icu4c/source/common/ |
D | uidna.cpp | 630 …int32_t retLen = _internal_toASCII(src, srcLength, dest, destCapacity, options, nameprep, parseErr… in uidna_toASCII() local 635 return retLen; in uidna_toASCII() 659 …int32_t retLen = _internal_toUnicode(src, srcLength, dest, destCapacity, options, nameprep, parseE… in uidna_toUnicode() local 663 return retLen; in uidna_toUnicode()
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.cpp | 1389 int retLen = 0; in getGLBufferLayout() local 1392 …rogram, GL_SHADER_STORAGE_BLOCK, (deUint32)blockNdx, (glw::GLsizei)name.size(), &retLen, &name[0]); in getGLBufferLayout() 1395 if (retLen+1 != nameLen) in getGLBufferLayout() 1452 int retLen = 0; in getGLBufferLayout() local 1455 …me(program, GL_BUFFER_VARIABLE, (deUint32)bufVarNdx, (glw::GLsizei)name.size(), &retLen, &name[0]); in getGLBufferLayout() 1458 if (retLen+1 != nameLen) in getGLBufferLayout()
|