Home | History | Annotate | Download | only in strings

Lines Matching defs:code_point

372     base_icu::UChar32 code_point = 0;
373 CBU8_NEXT(data, char_index, truncation_length, code_point);
374 if (!IsValidCharacter(code_point) ||
375 !IsValidCodepoint(code_point)) {
525 int32_t code_point;
526 CBU8_NEXT(src, char_index, src_len, code_point);
527 if (!IsValidCharacter(code_point))