Home
last modified time | relevance | path

Searched refs:numberMatch (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/test/intltest/
Dtsnmfmt.cpp277 int32_t numberMatch = 0; in tryIt() local
314 if (numberMatch == 0 && number[i] == number[i-1]) in tryIt()
315 numberMatch = i; in tryIt()
316 else if (numberMatch > 0 && number[i] != number[i-1]) in tryIt()
329 if (numberMatch > 0 && stringMatch > 0) in tryIt()
335 if (stringMatch > 2 || numberMatch > 2) in tryIt()
/external/chromium/third_party/icu/source/test/intltest/
Dtsnmfmt.cpp277 int32_t numberMatch = 0; in tryIt() local
314 if (numberMatch == 0 && number[i] == number[i-1]) in tryIt()
315 numberMatch = i; in tryIt()
316 else if (numberMatch > 0 && number[i] != number[i-1]) in tryIt()
329 if (numberMatch > 0 && stringMatch > 0) in tryIt()
335 if (stringMatch > 2 || numberMatch > 2) in tryIt()