Home
last modified time | relevance | path

Searched refs:needLen (Results 1 - 5 of 5) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Duloc.cpp874 int32_t needLen = 0; in uloc_setKeywordValue() local
934 needLen = bufLen+1+keywordNameLen+1+keywordValueLen; in uloc_setKeywordValue()
936 needLen--; /* already had the @ */ in uloc_setKeywordValue()
941 if(needLen >= bufferCapacity) { in uloc_setKeywordValue()
943 return needLen; /* no change */ in uloc_setKeywordValue()
951 return needLen; in uloc_setKeywordValue()
1069 // needLen = length of the part before '@' in uloc_setKeywordValue()
1070 needLen = (int32_t)(startSearchHere - buffer); in uloc_setKeywordValue()
1078 if (appendLength >= bufferCapacity - needLen) { in uloc_setKeywordValue()
1080 return needLen in uloc_setKeywordValue()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duloc.cpp856 int32_t needLen = 0; in uloc_setKeywordValue() local
916 needLen = bufLen+1+keywordNameLen+1+keywordValueLen; in uloc_setKeywordValue()
918 needLen--; /* already had the @ */ in uloc_setKeywordValue()
923 if(needLen >= bufferCapacity) { in uloc_setKeywordValue()
925 return needLen; /* no change */ in uloc_setKeywordValue()
933 return needLen; in uloc_setKeywordValue()
1051 // needLen = length of the part before '@' in uloc_setKeywordValue()
1052 needLen = (int32_t)(startSearchHere - buffer); in uloc_setKeywordValue()
1060 if (appendLength >= bufferCapacity - needLen) { in uloc_setKeywordValue()
1062 return needLen in uloc_setKeywordValue()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Duloc.cpp864 int32_t needLen = 0; in uloc_setKeywordValue() local
924 needLen = bufLen+1+keywordNameLen+1+keywordValueLen; in uloc_setKeywordValue()
926 needLen--; /* already had the @ */ in uloc_setKeywordValue()
931 if(needLen >= bufferCapacity) { in uloc_setKeywordValue()
933 return needLen; /* no change */ in uloc_setKeywordValue()
941 return needLen; in uloc_setKeywordValue()
1059 // needLen = length of the part before '@' in uloc_setKeywordValue()
1060 needLen = (int32_t)(startSearchHere - buffer); in uloc_setKeywordValue()
1068 if (appendLength >= bufferCapacity - needLen) { in uloc_setKeywordValue()
1070 return needLen in uloc_setKeywordValue()
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Ducnvseltst.c166 int32_t needLen; in fopenOrError() local
170 needLen = (int32_t)(uprv_strlen(directory) + uprv_strlen(TDSRCPATH) + uprv_strlen(filename) + 1); in fopenOrError()
171 if(needLen > FILENAME_BUFFER) { in fopenOrError()
173 filename, needLen, FILENAME_BUFFER); in fopenOrError()
/third_party/lzma/C/Util/SfxSetup/
H A DSfxSetup.c569 const DWORD needLen = GetCurrentDirectory(MAX_PATH + 1, oldCurDir); in main() local
570 if (needLen == 0 || needLen > MAX_PATH) in main()

Completed in 9 milliseconds