Home
last modified time | relevance | path

Searched refs:ucisalpha (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducdata.h127 #define ucisalpha(cc) ucisprop(cc, UC_LU|UC_LL|UC_LM|UC_LO|UC_LT, 0) macro
H A DREADME271 2. Added UC_LT to the ucisalpha() macro which I overlooked.
H A Dapi.txt222 int ucisalpha(unsigned long code)
H A Ducdata.c1400 if (ucisalpha(0x1d5)) in main()