Lines Matching refs:nCharIdx
81 inline void TextSourceAdaptor::getCharProperties(const int nCharIdx, int & min, int & lim, size_t &… in getCharProperties() argument
87 if (min > nCharIdx) in getCharProperties()
91 if (min <= nCharIdx && nCharIdx < lim) in getCharProperties()
96 if (lim > 0 && nCharIdx >= lim && nCharIdx < maLayoutArgs.mnEndCharPos) in getCharProperties()
101 bool TextSourceAdaptor::getRightToLeft(gr::toffset nCharIdx) in getRightToLeft() argument
105 getCharProperties(nCharIdx, min, lim, depth); in getRightToLeft()
111 unsigned int TextSourceAdaptor::getDirectionDepth(gr::toffset nCharIdx) in getDirectionDepth() argument
115 getCharProperties(nCharIdx, min, lim, depth); in getDirectionDepth()
134 ext_std::pair<gr::toffset, gr::toffset> TextSourceAdaptor::propertyRange(gr::toffset nCharIdx) in propertyRange() argument
137 if (nCharIdx < unsigned(maLayoutArgs.mnMinCharPos)) in propertyRange()
140 if (nCharIdx < mnEnd) in propertyRange()