Home | History | Annotate | Download | only in DataFormatters

Lines Matching full:short_mode

687     bool short_mode = false; // this means the string is in short-mode and the data is stored inline
706 short_mode = ((size_mode_value & 0x80) == 0);
715 short_mode = ((size_mode_value & 1) == 0);
718 if (short_mode)