Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/
H A Ducdata.h126 #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.c1391 if (ucisalpha(0x1d5)) in main()