EDCS Reference Manual
Functions EDCS CompareCharacters |
---|
extern int | ||||
EDCS_CompareCharacters | ||||
( | ||||
const | EDCS_Character | * | a_ptr, | 1 |
const | EDCS_Character | * | b_ptr | 2 |
); |
Compares two EDCS_Characters, on the assumption that they are defined by the same EDCS_Locale. This function's signature is compatible with qsort.
-1 | if *a_ptr < *b_ptr |
0 | if *a_ptr == *b_ptr |
1 | if *a_ptr > *b_ptr |
1 handle to 1st EDCS_Character to be compared
2 handle to 2nd EDCS_Character to be compared
Prev: EDCS_CompareAttributeValues.
Next: EDCS_CompareCountIntervals.
Up:Index.
|