Lines Matching refs:strindex
893 int strindex = 0;
895 while (strindex < strlen) {
899 memcpy(str + strindex, gFileLines[linecount].name,
901 strindex += len;
923 strindex = 0;
924 ucol_setOffset(iter, strindex, &error);
932 strindex += 10;
933 if (strindex > strlen) {
936 ucol_setOffset(iter, strindex, &error);
952 strindex = 0;
953 ucol_setOffset(iter, strindex, &error);
958 strindex += 10;
959 if (strindex > strlen) {
962 ucol_setOffset(iter, strindex, &error);
1057 int strindex = 0;
1059 while (strindex < strlen) {
1063 memcpy(str + strindex, gFileLines[linecount].name,
1065 strindex += len;
1086 strindex = 5;
1087 ucol_setOffset(iter, strindex, &error);
1095 strindex += 10;
1096 if (strindex > strlen) {
1099 ucol_setOffset(iter, strindex, &error);
1115 strindex = 5;
1116 ucol_setOffset(iter, strindex, &error);
1121 strindex += 10;
1122 if (strindex > strlen) {
1125 ucol_setOffset(iter, strindex, &error);