Lines Matching full:unicstr
149 ucs2strlen(uint16_t const * const unicstr)154 for(length = 0; unicstr[length] != 0x0000U; length ++);