Lines Matching refs:mTextLength
264 uint32_t mTextLength; // number of contiguous code units covered member
275 aTextPosition < mTextStart + mTextLength; in ContainsTextPosition()
284 : mText (text), mTextLength (textLength), mLocaleName (localeName), in TextAnalysis()
308 mRunHead.mTextLength = mTextLength; in GenerateResults()
315 if (SUCCEEDED (hr = textAnalyzer->AnalyzeScript (this, 0, mTextLength, this))) in GenerateResults()
328 if (textPosition >= mTextLength) in GetTextAtPosition()
337 *textLength = mTextLength - textPosition; in GetTextAtPosition()
347 if (textPosition == 0 || textPosition > mTextLength) in GetTextBeforePosition()
376 *textLength = mTextLength - textPosition; in GetNumberSubstitution()
423 if (*textLength < mCurrentRun->mTextLength) in FetchNextRun()
428 *textLength -= origRun->mTextLength; in FetchNextRun()
479 newRun->mTextLength -= splitPoint; in SplitCurrentRun()
480 mCurrentRun->mTextLength = splitPoint; in SplitCurrentRun()
488 uint32_t mTextLength; member in TextAnalysis