The SEDRIS Data Representation Model
APPENDIX D - Functions
SE CompareCharacters
extern int
SE_CompareCharacters
(
constSE_Character *a_ptr, (notes)
constSE_Character *b_ptr (notes)
);

Definition

Compares 2 SE_Characters, on the assumption that they are defined by the same SE_Locale. This function's signature is compatible with qsort.


Returns

-1 if *a_ptr < *b_ptr
0 if *a_ptr == *b_ptr
1 if *a_ptr > *b_ptr


Parameters Notes


a_ptr

 handle to 1st SE_Character to be compared

b_ptr

 handle to 2nd SE_Character to be compared


Prev: SE_CompareAttributeValues. Next: SE_CompareCountIntervalValues. Up:Index.

Last updated: July 16, 2004 Copyright © 2004 SEDRIS