Searched refs:noCaseFirst (Results 1 – 1 of 1) sorted by relevance
175 int32_t noCaseFirst = options & ~CASE_FIRST_AND_UPPER_MASK; in setCaseFirst() local178 options = noCaseFirst; in setCaseFirst()181 options = noCaseFirst | CASE_FIRST; in setCaseFirst()184 options = noCaseFirst | CASE_FIRST_AND_UPPER_MASK; in setCaseFirst()187 options = noCaseFirst | (defaultOptions & CASE_FIRST_AND_UPPER_MASK); in setCaseFirst()