XBinder
Version 2.6.x
|
UTF-8 name and length structure. More...
#include <osSysTypes.h>
UTF-8 name and length structure.
This structure holds a pointer to UTF-8 text (it does not need to be null-terminated) and a variable containing the length of the string. The primary use of this structure is to improve performance in token matching by not having to calculate string length every time.
Definition at line 318 of file osSysTypes.h.