Lines Matching refs:countValues
279 int32_t i, length, sIndex, countValues; in testTrieUTF16() local
283 length=countValues=0; in testTrieUTF16()
288 values[countValues++]=value; in testTrieUTF16()
292 values[countValues++]=value; in testTrieUTF16()
296 values[countValues++]=value; in testTrieUTF16()
326 i=countValues; in testTrieUTF16()
378 int32_t i, countSpecials, length, countValues; in testTrieUTF8() local
385 length=countValues=0; in testTrieUTF8()
388 values[countValues++]=errorValue; in testTrieUTF8()
390 values[countValues++]=errorValue; in testTrieUTF8()
396 values[countValues++]=U_IS_SURROGATE(prevCP) ? errorValue : value; in testTrieUTF8()
400 values[countValues++]=U_IS_SURROGATE(prevCP) ? errorValue : value; in testTrieUTF8()
404 values[countValues++]=U_IS_SURROGATE(c) ? errorValue : value; in testTrieUTF8()
411 values[countValues++]=errorValue; in testTrieUTF8()
420 values[countValues++]=errorValue; in testTrieUTF8()
455 i=countValues; in testTrieUTF8()