Searched refs:strIndex (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmimetype.cpp389 strIndex = strIcon.AfterLast(wxT(',')); local
394 strFullPath = strIndex;
395 strIndex = wxT("0");
402 iconLoc->SetIndex(wxAtoi(strIndex));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DSearch.c384 register short strIndex; /* running index into string */ local
395 strIndex = index; /* start string index at index */
398 while ( !found && (aStringPtr[strIndex] == subStringPtr[subStrIndex]) )
409 ++strIndex;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DSearch.c384 register short strIndex; /* running index into string */ local
395 strIndex = index; /* start string index at index */
398 while ( !found && (aStringPtr[strIndex] == subStringPtr[subStrIndex]) )
409 ++strIndex;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3string.c630 ANTLR3_UINT32 strIndex = string->index; local
637 factory->strings->del(factory->strings, strIndex);
649 if (strIndex< factory->index)
657 for (i = strIndex; i < factory->index; i++)

Completed in 4741 milliseconds