Home
last modified time | relevance | path

Searched refs:nextfindex (Results 1 – 13 of 13) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/find/
H A DnsFind.cpp885 int32_t nextfindex = findex + incr; in Find() local
889 if (mFindBackward ? (nextfindex >= 0) : (nextfindex < fragLen)) { in Find()
891 nextChar = DecodeChar(t2b, &nextfindex); in Find()
893 nextChar = CHAR_TO_UNICHAR(t1b[nextfindex]); in Find()
/dports/www/firefox/firefox-99.0/toolkit/components/find/
H A DnsFind.cpp890 int32_t nextfindex = findex + incr; in Find() local
894 if (mFindBackward ? (nextfindex >= 0) : (nextfindex < fragLen)) { in Find()
896 nextChar = DecodeChar(t2b, &nextfindex); in Find()
898 nextChar = CHAR_TO_UNICHAR(t1b[nextfindex]); in Find()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/find/
H A DnsFind.cpp885 int32_t nextfindex = findex + incr; in Find() local
889 if (mFindBackward ? (nextfindex >= 0) : (nextfindex < fragLen)) { in Find()
891 nextChar = DecodeChar(t2b, &nextfindex); in Find()
893 nextChar = CHAR_TO_UNICHAR(t1b[nextfindex]); in Find()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/find/
H A DnsFind.cpp840 int32_t nextfindex = findex + incr; in Find() local
844 if (mFindBackward ? (nextfindex >= 0) : (nextfindex < fragLen)) { in Find()
846 nextChar = DecodeChar(t2b, &nextfindex); in Find()
848 nextChar = CHAR_TO_UNICHAR(t1b[nextfindex]); in Find()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/find/
H A DnsFind.cpp1184 int32_t nextfindex = findex + incr; in Find() local
1188 if (mFindBackward ? (nextfindex >= 0) : (nextfindex < fragLen)) in Find()
1190 (t2b ? t2b[nextfindex] : CHAR_TO_UNICHAR(t1b[nextfindex])); in Find()
/dports/www/firefox-legacy/firefox-52.8.0esr/embedding/components/find/
H A DnsFind.cpp1260 int32_t nextfindex = findex + incr; in Find() local
1264 if (mFindBackward ? (nextfindex >= 0) : (nextfindex < fragLen)) in Find()
1265 nextChar = (t2b ? t2b[nextfindex] : CHAR_TO_UNICHAR(t1b[nextfindex])); in Find()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Diltutil.cpp92 fihb.currfindex = fihb.nextfindex; in addilt()
481 if ((fihb.currftag > fihb.nextftag) && (fihb.currfindex == fihb.nextfindex)) in wrilts()
508 fihb.nextfindex = fihb.currfindex = BIH_FINDEX(bihx); in rdilts()
H A Dexpand.cpp225 int nextftag = 0, nextfindex = 0; in expand() local
262 nextfindex = fihb.nextfindex; in expand()
280 int saved_findex = fihb.nextfindex; in expand()
330 nextfindex = findex; in expand()
332 fihb.nextfindex = nextfindex; in expand()
347 (saved_findex > fihb.nextfindex)) in expand()
418 fihb.nextfindex = fihb.currfindex = 1; in expand()
854 fihb.currfindex = fihb.nextfindex; in exp_label()
861 (fihb.currfindex != fihb.nextfindex)) { in exp_label()
862 fihb.currfindex = fihb.nextfindex; in exp_label()
[all …]
H A Dilmutil.cpp1961 fihb.nextfindex = ilmb.ilm_base[2]; in rdilms()
1968 fihb.nextfindex = ilmb.ilm_base[2]; in rdilms()
2026 fihb.nextfindex = 1; in rewindilms()
H A Dbihutil.cpp110 p->findex = fihb.nextfindex; in exp_addbih()
H A Dexp_ftn.cpp4001 if (fihb.nextfindex != ILM_OPND(ilmp, 2) || in exp_misc()
4003 fihb.nextfindex = ILM_OPND(ilmp, 2); in exp_misc()
4008 fihb.currfindex = fihb.nextfindex; in exp_misc()
4009 gbl.findex = fihb.nextfindex; in exp_misc()
/dports/math/libpgmath/flang-d07daf3/tools/shared/
H A Dfih.h46 int nextfindex, nextftag; /**< findex/ftag for next block created */ member
H A Dccffinfo.c2499 fihb.nextfindex = 1; in addfile()
2598 fihb.nextfindex = 1; in addinlfile()
2782 save_next = fihb.nextfindex; in set_allfiles()
2786 fihb.nextfindex = save_next; in set_allfiles()