Home | History | Annotate | Download | only in src

Lines Matching refs:utf

73   utf          TRUE if in utf mode
80 uint32_t *lenptr, BOOL utf)
85 if (utf) { GETCHAR(c, ptr); } else c = *ptr;
87 (void)utf;
125 *lenptr = utf? 2 : 1;
163 utf TRUE if in utf mode
170 uint32_t *lenptr, BOOL utf)
176 if (utf)
183 (void)utf;
221 *lenptr = utf? 2 : 1;