Searched defs:num_left (Results 1 – 1 of 1) sorted by relevance
186 uint32 *cp, int* num_left, int *num_read) { in ReadCodePoint()362 int num_left = 0; // Num of chars to read to complete the code point. in Escape() local