Home
last modified time | relevance | path

Searched refs:i3Start (Results 1 – 5 of 5) sorted by relevance

/dports/misc/sword/sword-1.8.1/bindings/corba/orbitcpp/
H A Dswordorb-impl.cpp239 sword::AttributeValue::iterator i3Start, i3End; in getEntryAttribute() local
264 i3Start = i2Start->second.find(level3); in getEntryAttribute()
265 i3End = i3Start; in getEntryAttribute()
270 i3Start = i2Start->second.begin(); in getEntryAttribute()
273 for (;i3Start != i3End; ++i3Start) { in getEntryAttribute()
274 results.push_back(i3Start->second); in getEntryAttribute()
276 if (i3Start != i3End) in getEntryAttribute()
/dports/misc/sword/sword-1.8.1/bindings/corba/omniorbcpp/
H A Dswordorb-impl.cpp116 sword::AttributeValue::iterator i3Start, i3End; in getEntryAttribute() local
141 i3Start = i2Start->second.find(level3); in getEntryAttribute()
142 i3End = i3Start; in getEntryAttribute()
147 i3Start = i2Start->second.begin(); in getEntryAttribute()
150 for (;i3Start != i3End; ++i3Start) { in getEntryAttribute()
151 results.push_back(i3Start->second); in getEntryAttribute()
153 if (i3Start != i3End) in getEntryAttribute()
/dports/misc/sword/sword-1.8.1/src/modules/
H A Dswmodule.cpp751 AttributeValue::iterator i3Start, i3End; local
781 i3Start = i2Start->second.find(words[2]);
782 i3End = i3Start;
787 i3Start = i2Start->second.begin();
790 for (;i3Start != i3End; i3Start++) {
793 SWBuf key = i3Start->first.c_str();
800 …(flags & REG_ICASE) == REG_ICASE) ? sword::stricmp(i3Start->second.c_str(), words[3]) : strcmp(i3S…
801 sres = (found) ? i3Start->second.c_str() : 0;
804 …res = ((flags & REG_ICASE) == REG_ICASE) ? stristr(i3Start->second.c_str(), words[3]) : strstr(i3S…
814 if (i3Start != i3End)
/dports/misc/sword/sword-1.8.1/bindings/
H A Dflatapi.cpp472 sword::AttributeValue::iterator i3Start, i3End; in org_crosswire_sword_SWModule_getEntryAttribute() local
506 i3Start = i2Start->second.find(level3); in org_crosswire_sword_SWModule_getEntryAttribute()
507 i3End = i3Start; in org_crosswire_sword_SWModule_getEntryAttribute()
512 i3Start = i2Start->second.begin(); in org_crosswire_sword_SWModule_getEntryAttribute()
515 for (;i3Start != i3End; ++i3Start) { in org_crosswire_sword_SWModule_getEntryAttribute()
517 results.push_back(i3Start->first); in org_crosswire_sword_SWModule_getEntryAttribute()
520 results.push_back(i3Start->first + "=" + i3Start->second); in org_crosswire_sword_SWModule_getEntryAttribute()
523 results.push_back(i3Start->second); in org_crosswire_sword_SWModule_getEntryAttribute()
526 if (i3Start != i3End) in org_crosswire_sword_SWModule_getEntryAttribute()
/dports/misc/sword/sword-1.8.1/bindings/java-jni/jni/
H A Dswordstub.cpp1056 sword::AttributeValue::iterator i3Start, i3End; in Java_org_crosswire_android_sword_SWModule_getEntryAttribute() local
1090 i3Start = i2Start->second.find(level3); in Java_org_crosswire_android_sword_SWModule_getEntryAttribute()
1091 i3End = i3Start; in Java_org_crosswire_android_sword_SWModule_getEntryAttribute()
1096 i3Start = i2Start->second.begin(); in Java_org_crosswire_android_sword_SWModule_getEntryAttribute()
1099 for (;i3Start != i3End; ++i3Start) { in Java_org_crosswire_android_sword_SWModule_getEntryAttribute()
1101 results.push_back(i3Start->first); in Java_org_crosswire_android_sword_SWModule_getEntryAttribute()
1104 results.push_back(i3Start->first + "=" + i3Start->second); in Java_org_crosswire_android_sword_SWModule_getEntryAttribute()
1107 results.push_back(i3Start->second); in Java_org_crosswire_android_sword_SWModule_getEntryAttribute()
1110 if (i3Start != i3End) in Java_org_crosswire_android_sword_SWModule_getEntryAttribute()