Home | History | Annotate | Download | only in text

Lines Matching refs:isNegative

258     bool isNegative = false;
264 isNegative = true;
292 builder.append(isNegative ? m_negativeSuffix : m_positiveSuffix);
310 bool Locale::detectSignAndGetDigitRange(const String& input, bool& isNegative, unsigned& startIndex, unsigned& endIndex)
316 isNegative = false;
320 isNegative = true;
324 isNegative = true;
328 isNegative = false;
358 bool isNegative;
361 if (!detectSignAndGetDigitRange(input, isNegative, startIndex, endIndex))
366 if (isNegative)