HomeSort by: relevance | last modified time | path
    Searched refs:plural_counter (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
po-gram-gen.y 90 static long plural_counter;
350 plural_counter = 0;
394 if ($3.number != plural_counter)
396 if (plural_counter == 0)
401 plural_counter++;
po-gram-gen.c 92 static long plural_counter; variable
1191 plural_counter = 0;
1233 if (yyvsp[-2].number.number != plural_counter)
1235 if (plural_counter == 0)
1240 plural_counter++;

Completed in 23 milliseconds