Lines Matching refs:end
520 ::std::vector< ::rtl::OUString >::const_iterator pSimilar = lISOList.end(); in getFallback()
521 ::std::vector< ::rtl::OUString >::const_iterator pEN_US = lISOList.end(); in getFallback()
522 ::std::vector< ::rtl::OUString >::const_iterator pEN = lISOList.end(); in getFallback()
523 ::std::vector< ::rtl::OUString >::const_iterator pXDefault = lISOList.end(); in getFallback()
524 ::std::vector< ::rtl::OUString >::const_iterator pXNoTranslate = lISOList.end(); in getFallback()
525 ::std::vector< ::rtl::OUString >::const_iterator pAny = lISOList.end(); in getFallback()
529 pIt != lISOList.end() ; in getFallback()
539 (pSimilar == lISOList.end()) && in getFallback()
548 (pEN_US == lISOList.end()) && in getFallback()
557 (pEN == lISOList.end() ) && in getFallback()
566 (pXDefault == lISOList.end()) && in getFallback()
575 (pXNoTranslate == lISOList.end()) && in getFallback()
584 if (pAny == lISOList.end()) in getFallback()
588 if (pSimilar != lISOList.end()) in getFallback()
591 if (pEN_US != lISOList.end()) in getFallback()
594 if (pEN != lISOList.end()) in getFallback()
597 if (pXDefault != lISOList.end()) in getFallback()
600 if (pXNoTranslate != lISOList.end()) in getFallback()
603 if (pAny != lISOList.end()) in getFallback()
606 return lISOList.end(); in getFallback()