Home
last modified time | relevance | path

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

/foundation/ability/ability_base/interfaces/inner_api/base/src/
H A Dzchar_wrapper.cpp71 int bsize = BYTE_COUNT_4; in GetByteSize() local
73 bsize = BYTE_COUNT_1; in GetByteSize()
75 bsize = BYTE_COUNT_2; in GetByteSize()
77 bsize = BYTE_COUNT_3; in GetByteSize()
79 return bsize; in GetByteSize()
121 int bsize; in GetChar() local
125 zchar unicode = GetCharInternal((unsigned char *)p, bsize); in GetChar()
126 if (bsize == 0 || p + bsize >= end) { in GetChar()
133 p += bsize; in GetChar()
[all...]

Completed in 1 milliseconds