Searched refs:UC_NL (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ure/
H A Durestubs.c71 { UC_NL|UC_NO, 0 }, /* _URE_NUMOTHER */
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A Ducdata.h58 #define UC_NL 0x00000010 /* Number, Letter */ macro
132 #define ucisgraph(cc) ucisprop(cc, UC_MN|UC_MC|UC_ME|UC_ND|UC_NL|UC_NO|\
136 #define ucisprint(cc) ucisprop(cc, UC_MN|UC_MC|UC_ME|UC_ND|UC_NL|UC_NO|\
149 #define ucisnumber(cc) ucisprop(cc, UC_ND|UC_NO|UC_NL, 0)
178 #define ucisletnum(cc) ucisprop(cc, UC_NL, 0)
192 #define ucisidentstart(cc) ucisprop(cc, UC_LU|UC_LL|UC_LT|UC_LO|UC_NL, 0)
193 #define ucisidentpart(cc) ucisprop(cc, UC_LU|UC_LL|UC_LT|UC_LO|UC_NL|\

Completed in 183 milliseconds