Home
last modified time | relevance | path

Searched refs:bNext (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/common/
Duloc_tag.c787 UBool bNext = TRUE; in _appendVariantsToLanguageTag() local
793 while (bNext) { in _appendVariantsToLanguageTag()
796 bNext = FALSE; in _appendVariantsToLanguageTag()
1661 UBool bNext = TRUE; in _appendPrivateuseToLanguageTag() local
1667 while (bNext) { in _appendPrivateuseToLanguageTag()
1671 bNext = FALSE; in _appendPrivateuseToLanguageTag()
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_IFormFiller.h127 void SetFocusAnnotTab(CPDFSDK_Annot* pWidget, FX_BOOL bSameField, FX_BOOL bNext);
/external/pdfium/fpdfsdk/include/
Dfsdk_baseform.h183 CPDFSDK_Widget* GetSibling(CPDFSDK_Widget* pWidget, FX_BOOL bNext) const;
Dfsdk_annothandler.h215 CPDFSDK_Annot* GetNextAnnot(CPDFSDK_Annot* pSDKAnnot,FX_BOOL bNext);
/external/pdfium/fpdfsdk/src/
Dfsdk_annothandler.cpp347 CPDFSDK_Annot* CPDFSDK_AnnotHandlerMgr::GetNextAnnot(CPDFSDK_Annot* pSDKAnnot,FX_BOOL bNext) in GetNextAnnot() argument
351 CPDFSDK_Annot* pNext = bNext ? in GetNextAnnot()
Dfsdk_baseform.cpp1729 CPDFSDK_Widget* CPDFSDK_InterForm::GetSibling(CPDFSDK_Widget* pWidget, FX_BOOL bNext) const in GetSibling()
1734 if (bNext) { in GetSibling()
/external/pdfium/core/src/fpdfdoc/
Ddoc_form.cpp1598 int CPDF_InterForm::GetPageWithWidget(int iCurPage, FX_BOOL bNext) in GetPageWithWidget() argument
1609 iNewPage += bNext ? 1 : -1; in GetPageWithWidget()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h959 int GetPageWithWidget(int iCurPage, FX_BOOL bNext);
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_IFormFiller.cpp717 void CFFL_IFormFiller::SetFocusAnnotTab(CPDFSDK_Annot* pWidget, FX_BOOL bSameField, FX_BOOL bNext) in SetFocusAnnotTab() argument