Home | History | Annotate | Download | only in ia32

Lines Matching full:flat

5281 // It can handle flat, 8 and 16 bit characters and cons strings where the
5371 // We need special handling for non-flat strings.
5398 // Handle non-flat strings.
5406 // flat string in a cons string). If that is not the case we would rather go
9146 // Check for flat cons string.
9147 // A flat cons string is a cons string where the second part is the empty
10358 // Check if resulting string will be flat.
10366 // If result is not supposed to be flat allocate a cons string object. If both
10394 // Handle creating a flat result. First check that both strings are not
10397 // ebx: length of resulting flat string
10412 // ebx: length of resulting flat string
10426 // Both strings are ascii strings. As they are short they are both flat.
10427 // ebx: length of resulting flat string
10454 // Handle creating a flat two byte result.
10456 // ebx: length of resulting flat string
10464 // flat.
10834 // Check for flat ascii string
10868 // Check for flat two byte string
11014 // Compare flat ascii strings.