Home
last modified time | relevance | path

Searched refs:ucishangul (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducdata.h206 #define ucishangul(cc) ((cc) >= 0xac00 && (cc) <= 0xd7ff) macro
H A Dapi.txt399 int ucishangul(unsigned long code)
H A Ducdata.c927 if (!ucishangul(code)) in ucdecomp_hangul()