Functions | |
void | Show_Net_Unicode_Opt_Length (int *length) |
void | PShow_Net_Unicode_Opt_Length (int keycount, HC_KEY *pathkeys, int *length) |
void | QShow_Net_Unicode_Opt_Length (const char *segment, int *length) |
void | Show_One_Uni_Option_Length (const unsigned short *text, int *length) |
void | QShow_One_Uni_Option_Length (const char *segment, const unsigned short *text, int *length) |
void | Show_One_Net_Uni_Opt_Len (const unsigned short *text, int *length) |
void | QShow_One_Net_Uni_Opt_Len (const char *segment, const unsigned short *text, int *length) |
void | PShow_One_Net_Uni_Opt_Len (int key_count, HC_KEY *keys, const unsigned short *text, int *length) |
void Show_Net_Unicode_Opt_Length | ( | int * | length | ) |
Finds the net effective value of length for the specified segment, and returns it.
length | - net length of the unicode options string. Passed by reference. Returned to user. |
void PShow_Net_Unicode_Opt_Length | ( | int | keycount, | |
HC_KEY * | pathkeys, | |||
int * | length | |||
) |
Similar to Show_Net_Unicode_Opt_Length(), but returns the net effective value of the attribute(s) along a path of segments specified by an array of HC_KEY's.
keycount | - size of the pathkeys array | |
pathkeys | - The list of keys starting with the owning segment and following back to some desired segment. | |
length | - net length of the unicode options string. Passed by reference. Returned to user. |
void QShow_Net_Unicode_Opt_Length | ( | const char * | segment, | |
int * | length | |||
) |
Similar to Show_Net_Unicode_Opt_Length(), but operates on a given segment rather than the currently open one.
segment | - name of the segment to be queried | |
length | - net length of the unicode options string. Passed by reference. Returned to user. |
void Show_One_Uni_Option_Length | ( | const unsigned short * | text, | |
int * | length | |||
) |
Similar to Show_Net_Unicode_Opt_Length(), but returns the value of a single attribute in the currently open segment.
text | - encoded unicode text. | |
length | - net length of the unicode options string. Passed by reference. Returned to user. |
void QShow_One_Uni_Option_Length | ( | const char * | segment, | |
const unsigned short * | text, | |||
int * | length | |||
) |
Similar to Show_Net_Unicode_Opt_Length(), but returns the value of a single attribute in a given segment, rather than the currently open one.
segment | - name of the segment to be queried | |
text | - encoded unicode text. | |
length | - net length of the unicode options string. Passed by reference. Returned to user. |
void Show_One_Net_Uni_Opt_Len | ( | const unsigned short * | text, | |
int * | length | |||
) |
Similar to Show_Net_Unicode_Opt_Length(), but returns the net effective value of a single attribute in the currently open segment.
text | - encoded unicode text. | |
length | - net length of the unicode options string. Passed by reference. Returned to user. |
void QShow_One_Net_Uni_Opt_Len | ( | const char * | segment, | |
const unsigned short * | text, | |||
int * | length | |||
) |
Similar to Show_Net_Unicode_Opt_Length(), but returns the net effective value of a single attribute in a given segment, rather than the currently open one.
segment | - name of the segment to be queried | |
text | - encoded unicode text. | |
length | - net length of the unicode options string. Passed by reference. Returned to user. |
void PShow_One_Net_Uni_Opt_Len | ( | int | key_count, | |
HC_KEY * | keys, | |||
const unsigned short * | text, | |||
int * | length | |||
) |
Similar to Show_Net_Unicode_Opt_Length(), but returns the net effective value of a single attribute along a path of segments specified by an array of HC_KEY's.
key_count | - size of the keys array | |
keys | - The list of keys starting with the owning segment and following back to some desired segment. | |
text | - encoded unicode text. | |
length | - net length of the unicode options string. Passed by reference. Returned to user. |