Home | History | Annotate | Download | only in base

Lines Matching defs:code_point

190     unsigned code_point;
191 U16_NEXT(str, i, str_len, code_point);
194 UScriptCode cur_script = uscript_getScript(code_point, &err);