Home
last modified time | relevance | path

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

/external/icu4c/layout/
DIndicReordering.cpp344 #define tagArray2 (halfFeatureMask | tagArray3) macro
345 #define tagArray1 (blwfFeatureMask | tagArray2)
598 output.writeChar(chars[prev], prev, tagArray2); in reorder()
599 output.writeChar(chars[prev + 1], prev + 1, tagArray2); in reorder()
600 output.writeChar(chars[prev + 2], prev + 2, tagArray2); in reorder()
609 FeatureMask features = (i == baseLimit? tagArray2 : tagArray1); in reorder()