Home
last modified time | relevance | path

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

/dports/editors/ted/Ted-2.23/ind/
H A DindScanStream.c49 if ( ucdIsL( c ) ) in indScanStream()
67 if ( ! ucdIsL( c ) ) in indScanStream()
H A Dindword.c54 if ( ucdIsL( ucods[i] ) ) in indGetCapModes()
/dports/editors/ted/Ted-2.23/textEncoding/
H A DucdGeneralCategory.h209 # define ucdIsL(c) ( ( ucdGeneralCategory((c)) & UCDgc_X_MASK ) == UCDgc_L_MASK ) macro
/dports/editors/ted/Ted-2.23/docBase/
H A DdocBookmarkField.c110 # define BKMK( sym ) ( ucdIsL( (sym) ) || ucdIsNd( (sym) ) || (sym) == '_' )