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

/macosx-10.10/vim-55/src/
H A Dgui_at_sb.h120 Position topLoc; /* Pixel that corresponds to top */ member in struct:__anon14216
H A Dgui_at_sb.c356 oldtop = sbw->scrollbar.topLoc;
358 sbw->scrollbar.topLoc = newtop;
547 sbw->scrollbar.topLoc = 0;
628 x = sbw->scrollbar.topLoc;
636 y = sbw->scrollbar.topLoc;
644 sbw->scrollbar.topLoc = -(sbw->scrollbar.length + 1);
785 (loc >= sbw->scrollbar.topLoc &&
786 loc <= sbw->scrollbar.topLoc + (int)sbw->scrollbar.shownLength))
933 if (loc > sbw->scrollbar.topLoc + (Position)sbw->scrollbar.shownLength)
962 else if (loc < sbw->scrollbar.topLoc)
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dregexcmp.cpp786 int32_t topLoc = blockTopLoc(FALSE); // location of item #1 local
790 if (topLoc == fRXPat->fCompiledPat->size() - 1) {
791 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc);
830 if (minMatchLength(topLoc, fRXPat->fCompiledPat->size()-1) == 0) {
833 insertOp(topLoc);
838 fRXPat->fCompiledPat->setElementAt(op, topLoc);
840 op = URX_BUILD(URX_JMP_SAV_X, topLoc+1);
844 int32_t jmpOp = URX_BUILD(URX_JMP_SAV, topLoc);
856 int32_t topLoc = blockTopLoc(FALSE); local
857 int32_t saveStateOp = URX_BUILD(URX_STATE_SAVE, topLoc);
928 int32_t topLoc = blockTopLoc(FALSE); local
1071 int32_t topLoc = blockTopLoc(FALSE); local
1344 int32_t topLoc = blockTopLoc(TRUE); local
1376 int32_t topLoc = blockTopLoc(TRUE); local
1411 int32_t topLoc = blockTopLoc(TRUE); local
[all...]
H A Dtransreg.cpp244 Locale topLoc("");
245 LocaleUtility::initLocaleFromName(theSpec, topLoc);
246 if (!topLoc.isBogus()) {
247 res = new ResourceBundle(U_ICUDATA_TRANSLIT, topLoc, status);
272 LocaleUtility::initNameFromLocale(topLoc, locStr);

Completed in 311 milliseconds