HomeSort by relevance Sort by last modified time
    Searched refs:optInd (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/samples/date/
date.c 67 int optInd = 1;
79 for(optInd = 1; optInd < argc; ++optInd) {
80 arg = argv[optInd];
111 if ( optInd + 1 < argc ) {
112 optInd++;
113 format = argv[optInd];
116 if ( optInd + 1 < argc ) {
117 optInd++
    [all...]
  /external/icu/icu4c/source/samples/ugrep/
ugrep.cpp 172 int optInd;
178 for(optInd = 1; optInd < argc; ++optInd) {
179 arg = argv[optInd];
195 ++optInd;
216 if (optInd == argc) {
221 int remainingArgs = argc-optInd; // pattern file ...
233 pattern = argv[optInd];
234 firstFileNum = optInd+1
    [all...]
  /external/icu/icu4c/source/samples/cal/
cal.c 113 int optInd = 1;
120 for(optInd = 1; optInd < argc; ++optInd) {
121 arg = argv[optInd];
138 ++optInd;
153 if(optInd != argc) {
156 if(argc - optInd == 2) {
157 sscanf(argv[optInd], "%d", (int*)&month);
158 sscanf(argv[optInd + 1], "%d", (int*)&year)
    [all...]

Completed in 1363 milliseconds