Lines Matching refs:cnt
476 uint32_t cnt = 0;
506 for (cnt = 0; cnt<sizeof(vt)/sizeof(vt[0]); cnt++) {
507 uint32_t vtLen = (uint32_t)uprv_strlen(vt[cnt].name);
508 if(uprv_strncmp(buffer, vt[cnt].name, vtLen) == 0) {
510 if(vt[cnt].what_to_do == READHEX) {
515 *(vt[cnt].what) = (UChar)theValue;
516 //if(cnt == 1) { // first implicit
521 } else if (vt[cnt].what_to_do == READCE) { /* vt[cnt].what_to_do == READCE */
530 vt[cnt].what[0] = getSingleCEValue(primary, secondary, tertiary, status);
556 vt[cnt].what[1] = value;
559 vt[cnt].what[1] = 0;
564 } else { //vt[cnt].what_to_do == READUCAVERSION