Searched refs:CHAR_HYPHEN_MINUS (Results 1 – 3 of 3) sorted by relevance
28 constexpr uint32_t CHAR_HYPHEN_MINUS = 0x002D; variable
82 const CHAR_HYPHEN_MINUS: u16 = 0x002D; constant671 if (prev_char == CHAR_HYPHEN_MINUS || prev_char == CHAR_HYPHEN) in hyphenate_with_no_pattern()
312 if ((prevChar == CHAR_HYPHEN_MINUS || prevChar == CHAR_HYPHEN) && in hyphenateWithNoPatterns()