Home | History | Annotate | Download | only in cintltst

Lines Matching refs:matchPosition

1560     char* matchPosition =0;
1562 matchPosition = strstr(tagStrings, str);
1563 if (matchPosition == 0)
1569 result = (int32_t)((matchPosition - tagStrings) / 2);