Home | History | Annotate | Download | only in lang

Lines Matching defs:m_algorithmIndex_

48             if (m_algorithmIndex_ < length) {
49 while (m_algorithmIndex_ < length) {
51 if (m_algorithmIndex_ < 0 ||
52 m_name_.getAlgorithmEnd(m_algorithmIndex_) <
54 m_algorithmIndex_ ++;
61 if (m_algorithmIndex_ < length) {
65 int start = m_name_.getAlgorithmStart(m_algorithmIndex_);
91 element.value = m_name_.getAlgorithmName(m_algorithmIndex_,
125 m_algorithmIndex_ = -1;
216 private int m_algorithmIndex_ = -1;