Searched refs:noCaseFirst (Results 1 – 3 of 3) sorted by relevance
314 int32_t noCaseFirst = options & ~CASE_FIRST_AND_UPPER_MASK; in setCaseFirst() local317 options = noCaseFirst; in setCaseFirst()320 options = noCaseFirst | CASE_FIRST; in setCaseFirst()323 options = noCaseFirst | CASE_FIRST_AND_UPPER_MASK; in setCaseFirst()326 options = noCaseFirst | (defaultOptions & CASE_FIRST_AND_UPPER_MASK); in setCaseFirst()
356 int noCaseFirst = options & ~CASE_FIRST_AND_UPPER_MASK; in setCaseFirst() local357 options = noCaseFirst | value; in setCaseFirst()361 int noCaseFirst = options & ~CASE_FIRST_AND_UPPER_MASK; in setCaseFirstDefault() local362 options = noCaseFirst | (defaultOptions & CASE_FIRST_AND_UPPER_MASK); in setCaseFirstDefault()
358 int noCaseFirst = options & ~CASE_FIRST_AND_UPPER_MASK; in setCaseFirst() local359 options = noCaseFirst | value; in setCaseFirst()363 int noCaseFirst = options & ~CASE_FIRST_AND_UPPER_MASK; in setCaseFirstDefault() local364 options = noCaseFirst | (defaultOptions & CASE_FIRST_AND_UPPER_MASK); in setCaseFirstDefault()