Searched refs:UNI_DIRECT_MAKS (Results 1 – 1 of 1) sorted by relevance
1714 const UNI_DIRECT_MAKS: u32 = 0x01ff; constant1728 } else if (ch & !Self::UNI_DIRECT_MAKS) == Self::UNI_DIRECT_BASE { in unicode_to_index()1729 return (ch & Self::UNI_DIRECT_MAKS) as i32; in unicode_to_index()