Searched refs:lowerit (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dzic.c158 static int lowerit(int c);
1411 switch (lowerit(*ep)) {
2634 lowerit(a) function
2646 while (lowerit(*ap) == lowerit(*bp++))
2657 if (lowerit(*abbr) != lowerit(*word))
2664 } while (lowerit(*word++) != lowerit(*abbr));
/external/icu4c/tools/tzcode/
H A Dzic.c158 static int lowerit(int c);
1411 switch (lowerit(*ep)) {
2640 lowerit(a) function
2652 while (lowerit(*ap) == lowerit(*bp++))
2663 if (lowerit(*abbr) != lowerit(*word))
2670 } while (lowerit(*word++) != lowerit(*abbr));

Completed in 55 milliseconds