Home | History | Annotate | Download | only in ia32

Lines Matching full:separator

3444   // We will leave the separator on the stack until the end of the function.
3463 // Separator operand is already pushed.
3542 // Check that the separator is a flat ASCII string.
3552 // Add (separator length times array_length) - separator length
3579 // Empty separator case
3608 // One-character separator case
3610 // Replace separator with its ASCII character value.
3615 // Jump into the loop after the code that copies the separator, so the first
3616 // element is not preceded by a separator
3625 // Copy the separator character to the result.
3648 // Long separator case (separator is more than one character).
3652 // Jump into the loop after the code that copies the separator, so the first
3653 // element is not preceded by a separator
3662 // Copy the separator to the result.