Lines Matching refs:nLastTriedSvcIndex
318 DBG_ASSERT( pEntry->nLastTriedSvcIndex < nLen, in hyphenate()
327 if (i <= pEntry->nLastTriedSvcIndex) in hyphenate()
334 else if (pEntry->nLastTriedSvcIndex < nLen - 1) in hyphenate()
372 pEntry->nLastTriedSvcIndex = (sal_Int16) i; in hyphenate()
457 DBG_ASSERT( pEntry->nLastTriedSvcIndex < nLen, in queryAlternativeSpelling()
466 if (i <= pEntry->nLastTriedSvcIndex) in queryAlternativeSpelling()
473 else if (pEntry->nLastTriedSvcIndex < nLen - 1) in queryAlternativeSpelling()
511 pEntry->nLastTriedSvcIndex = (sal_Int16) i; in queryAlternativeSpelling()
591 DBG_ASSERT( pEntry->nLastTriedSvcIndex < nLen, in createPossibleHyphens()
600 if (i <= pEntry->nLastTriedSvcIndex) in createPossibleHyphens()
607 else if (pEntry->nLastTriedSvcIndex < nLen - 1) in createPossibleHyphens()
645 pEntry->nLastTriedSvcIndex = (sal_Int16) i; in createPossibleHyphens()