Home
last modified time | relevance | path

Searched defs:bufferLen (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/c_utils/base/test/unittest/common/
Dutils_string_test.cpp542 int bufferLen = 255; variable
556 int bufferLen = 255; variable
570 int bufferLen = 255; variable
584 int bufferLen = 255; variable
/commonlibrary/c_utils/base/src/
Dstring_ex.cpp287 int Char16ToChar8(const u16string& str16, char *buffer, int bufferLen) in Char16ToChar8()