Home
last modified time | relevance | path

Searched refs:is_cjk (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/unicode-width/src/
Dtables.rs31 fn lookup_width(c: char, is_cjk: bool) -> usize { in lookup_width()
52 if is_cjk { in lookup_width()
67 pub fn width(c: char, is_cjk: bool) -> Option<usize> { in width()
81 Some(lookup_width(c, is_cjk)) in width()
/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp656 const bool is_cjk = FX_CharSetIsCJK(Charset); in FindSubstFont() local
666 if (!is_cjk) { in FindSubstFont()
703 if (is_cjk) { in FindSubstFont()