OSUTF8NameAndLen Struct Reference
UTF-8 name and length structure. More...
#include <osSysTypes.h>
Public Attributes | |
const OSUTF8CHAR * | name |
size_t | len |
Detailed Description
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 286 of file osSysTypes.h.
The documentation for this struct was generated from the following file: