Home | History | Annotate | Download | only in unit

Lines Matching full:xpos

669    * Effects: Determines the lowest position xpos, if possible, such that
671 * pos <= xpos and xpos + str.size() <= size();
672 * at(xpos+I) == str.at(I) for all elements I of the string controlled by str.
673 * Returns: xpos if the function can determine such a value for xpos. Otherwise,