Home | History | Annotate | Download | only in ia32

Lines Matching full:separator

3876   // We will leave the separator on the stack until the end of the function.
3895 // Separator operand is already pushed.
3974 // Check that the separator is a flat ASCII string.
3984 // Add (separator length times array_length) - separator length
4011 // Empty separator case
4040 // One-character separator case
4042 // Replace separator with its ASCII character value.
4047 // Jump into the loop after the code that copies the separator, so the first
4048 // element is not preceded by a separator
4057 // Copy the separator character to the result.
4080 // Long separator case (separator is more than one character).
4084 // Jump into the loop after the code that copies the separator, so the first
4085 // element is not preceded by a separator
4094 // Copy the separator to the result.