Lines Matching defs:uppercase
14 //! 2. If an uppercase character is followed by lowercase letters, a word
15 //! boundary is considered to be just prior to that uppercase character.
16 //! 3. If multiple uppercase characters are consecutive, they are considered to
93 /// (either lowercase or uppercase) since the previous word boundary,
99 /// There have been no lowercase or uppercase characters in the current
104 /// The previous cased character in the current word is uppercase.
136 // not uppercase and next is uppercase
146 // Otherwise if current and previous are uppercase and next
191 fn uppercase(s: &str, f: &mut fmt::Formatter) -> fmt::Result {