Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcollationbuilder.h239 static const int32_t IS_TAILORED = 8; variable
283 return (node & IS_TAILORED) != 0; in isTailoredNode()
Dcollationbuilder.cpp925 node = IS_TAILORED | nodeFromStrength(strength); in insertTailoredNodeAfter()