• Home
  • Raw
  • Download

Lines Matching refs:countValues

396     int32_t i, length, sIndex, countValues;  in testTrieUTF16()  local
400 length=countValues=0; in testTrieUTF16()
406 values[countValues++]=value; in testTrieUTF16()
408 U_ASSERT(length < UPRV_LENGTHOF(s) && countValues < UPRV_LENGTHOF(values)); in testTrieUTF16()
413 values[countValues++]=value; in testTrieUTF16()
419 values[countValues++]=value; in testTrieUTF16()
427 if(countValues>UPRV_LENGTHOF(values)) { in testTrieUTF16()
428 …log_err("UTF-16 test values length %d > capacity %d\n", (int)countValues, (int)UPRV_LENGTHOF(value… in testTrieUTF16()
461 i=countValues; in testTrieUTF16()
521 int32_t i, countSpecials, length, countValues; in testTrieUTF8() local
528 length=countValues=0; in testTrieUTF8()
531 values[countValues++]=errorValue; in testTrieUTF8()
533 values[countValues++]=errorValue; in testTrieUTF8()
541 values[countValues++]=errorValue; in testTrieUTF8()
542 values[countValues++]=errorValue; in testTrieUTF8()
543 values[countValues++]=errorValue; in testTrieUTF8()
545 values[countValues++]=value; in testTrieUTF8()
547 U_ASSERT(length < UPRV_LENGTHOF(s) && countValues < UPRV_LENGTHOF(values)); in testTrieUTF8()
553 values[countValues++]=errorValue; in testTrieUTF8()
554 values[countValues++]=errorValue; in testTrieUTF8()
555 values[countValues++]=errorValue; in testTrieUTF8()
557 values[countValues++]=value; in testTrieUTF8()
564 values[countValues++]=errorValue; in testTrieUTF8()
565 values[countValues++]=errorValue; in testTrieUTF8()
566 values[countValues++]=errorValue; in testTrieUTF8()
568 values[countValues++]=value; in testTrieUTF8()
576 values[countValues++]=errorValue; in testTrieUTF8()
585 values[countValues++]=errorValue; in testTrieUTF8()
592 if(countValues>UPRV_LENGTHOF(values)) { in testTrieUTF8()
593 …log_err("UTF-8 test values length %d > capacity %d\n", (int)countValues, (int)UPRV_LENGTHOF(values… in testTrieUTF8()
644 i=countValues; in testTrieUTF8()