Represents the results of analyzing a string for characteristics directing its form when presented as a CIF data value. More...
#include <cif.h>
Data Fields | |
UChar | delim [4] |
the recommended delimiter string | |
int32_t | length |
the overall number of UChar units in the analyzed string | |
int32_t | length_first |
the number of UChar units in the first line of the analyzed string, excluding line terminators | |
int32_t | length_last |
the number of UChar units in the last line of the analyzed string, excluding line terminators | |
int32_t | length_max |
the number of UChar units in the longest line of the analyzed string, excluding line terminators | |
int32_t | num_lines |
the number of lines in the analyzed string, which is one more than the number of line terminators in it | |
int32_t | max_semi_run |
the length of the longest run of consecutive semicolon characters in the input string | |
unsigned | delim_length |
the number of UChar units in the recommended delimiter | |
int | contains_text_delim |
non-zero if and only if the analyzed string contains the text-field delimiter | |
int | has_reserved_start |
non-zero if and only if the analyzed string starts with a character sequence that has special significance with respect to the recommended delimiters | |
int | has_trailing_ws |
non-zero if and only if the analyzed string contains in-line whitespace immediately prior to any line terminator |
Represents the results of analyzing a string for characteristics directing its form when presented as a CIF data value.
Copyright 2014, 2015 John C. Bollinger