Searched refs:REPL_LOWERCASE_FIRST (Results 1 – 3 of 3) sorted by relevance
68 REPL_LOWERCASE_FIRST = 8, enumerator69 REPL_MODIFIERS = REPL_UPPERCASE_FIRST | REPL_LOWERCASE_FIRST,74 REPL_LOWERCASE_UPPERCASE = REPL_LOWERCASE_FIRST | REPL_UPPERCASE,75 REPL_LOWERCASE_LOWERCASE = REPL_LOWERCASE_FIRST | REPL_LOWERCASE
319 if (type & (REPL_UPPERCASE_FIRST | REPL_LOWERCASE_FIRST))326 type &= ~(REPL_LOWERCASE_FIRST | REPL_UPPERCASE_FIRST);365 else if (type & REPL_LOWERCASE_FIRST)369 type &= ~REPL_LOWERCASE_FIRST;
840 repl_type |= REPL_LOWERCASE_FIRST;