Lines Matching refs:index
213 UINT32 index;
214 for (index = 0; index < sizeof(g_strMonth) / sizeof(CHAR *); index++) {
215 if (strncmp(strMonth, g_strMonth[index], MONTH_NAME_LEN) == 0) {
217 return (int)index;
226 UINT32 index;
227 for (index = 0; index < sizeof(g_strWeekDay) / sizeof(CHAR *); index++) {
228 if (strncmp(strWeekDay, g_strWeekDay[index], MONTH_NAME_LEN) == 0) {
230 return (INT32)index;
239 UINT32 index;
240 for (index = 0; index < sizeof(g_strMonthWeek) / sizeof(CHAR *); index++) {
241 if (strncmp(strMonthWeek, g_strMonthWeek[index], MONTH_NAME_LEN) == 0) {
243 return (INT32)(index + 1);
280 * index 01234567