Home
last modified time | relevance | path

Searched refs:CF_BELOW_BASE (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/layout/
DIndicReordering.h50 #define CF_BELOW_BASE 0x10000000U macro
255 return (charClass & (CF_POST_BASE | CF_BELOW_BASE)) != 0; in hasPostOrBelowBaseForm()
270 return (charClass & CF_BELOW_BASE) != 0; in hasBelowBaseForm()
DIndicClassTables.cpp67 #define _bb (_ct | CF_BELOW_BASE)