Home
last modified time | relevance | path

Searched refs:retLen (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/npm/node_modules/cli-table3/src/
Dutils.js160 let retLen = 0;
165 while (retLen < desiredLength) {
169 if (retLen + strlen(toAdd) > desiredLength) {
170 toAdd = truncateWidth(toAdd, desiredLength - retLen);
173 retLen += strlen(toAdd);
175 if (retLen < desiredLength) {
/third_party/node/lib/internal/streams/
Dbuffer_list.js138 const retLen = n;
144 ret.set(buf, retLen - n);
148 ret.set(buf, retLen - n);
155 ret.set(new Uint8Array(buf.buffer, buf.byteOffset, n), retLen - n);
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/
Dprscmnts.cpp163 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()
/third_party/node/deps/icu-small/source/tools/genrb/
Dprscmnts.cpp163 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()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dprscmnts.cpp163 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()
/third_party/icu/icu4c/source/tools/genrb/
Dprscmnts.cpp163 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()
/third_party/icu/icu4c/source/test/cintltst/
Dcrestst.c855 int32_t retLen = 0; in TestFileStream() local
877 retLen=T_FileStream_read(stream,&c,1); in TestFileStream()
878 if(retLen==0){ in TestFileStream()
881 retLen=0; in TestFileStream()
946 retLen = T_FileStream_read(stream, buf, bufLen); in TestFileStream()
947 if(uprv_strncmp(testline, buf,retLen)!=0){ in TestFileStream()
/third_party/skia/third_party/externals/icu/source/common/
Duidna.cpp631 …int32_t retLen = _internal_toASCII(src, srcLength, dest, destCapacity, options, nameprep, parseErr… in uidna_toASCII() local
636 return retLen; in uidna_toASCII()
660 …int32_t retLen = _internal_toUnicode(src, srcLength, dest, destCapacity, options, nameprep, parseE… in uidna_toUnicode() local
664 return retLen; in uidna_toUnicode()
/third_party/node/deps/icu-small/source/common/
Duidna.cpp631 …int32_t retLen = _internal_toASCII(src, srcLength, dest, destCapacity, options, nameprep, parseErr… in uidna_toASCII() local
636 return retLen; in uidna_toASCII()
660 …int32_t retLen = _internal_toUnicode(src, srcLength, dest, destCapacity, options, nameprep, parseE… in uidna_toUnicode() local
664 return retLen; in uidna_toUnicode()
/third_party/icu/icu4c/source/common/
Duidna.cpp631 …int32_t retLen = _internal_toASCII(src, srcLength, dest, destCapacity, options, nameprep, parseErr… in uidna_toASCII() local
636 return retLen; in uidna_toASCII()
660 …int32_t retLen = _internal_toUnicode(src, srcLength, dest, destCapacity, options, nameprep, parseE… in uidna_toUnicode() local
664 return retLen; in uidna_toUnicode()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duidna.cpp632 …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()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp1398 int retLen = 0; in getGLBufferLayout() local
1401 …rogram, GL_SHADER_STORAGE_BLOCK, (deUint32)blockNdx, (glw::GLsizei)name.size(), &retLen, &name[0]); in getGLBufferLayout()
1404 if (retLen+1 != nameLen) in getGLBufferLayout()
1461 int retLen = 0; in getGLBufferLayout() local
1464 …me(program, GL_BUFFER_VARIABLE, (deUint32)bufVarNdx, (glw::GLsizei)name.size(), &retLen, &name[0]); in getGLBufferLayout()
1467 if (retLen+1 != nameLen) in getGLBufferLayout()
/third_party/icu/docs/userguide/strings/
Dstringprep.md205 int32_t retLen = usprep_prepare(src, srcLength, dest,