Home | History | Annotate | Download | only in src

Lines Matching full:recursion

804 // length of the string.  It doesn't flatten the string and has log(n) recursion
814 // This function conceptually uses recursion on the two halves of cons strings.
815 // However, in order to avoid the recursion going too deep it recurses on the
817 // eliminating it as a tail recursion). This means it counts the UTF-8 length
822 // recursion cannot always be avoided. This case is detected, and the failure
848 // Right hand side is shorter. No need to check the recursion depth