HomeSort by relevance Sort by last modified time
    Searched defs:featureMapCount (Results 1 - 5 of 5) sorted by null

  /external/icu4c/layout/
HanLayoutEngine.cpp 37 static const le_int32 featureMapCount = LE_ARRAY_SIZE(featureMap);
46 fFeatureMapCount = featureMapCount;
OpenTypeLayoutEngine.cpp 76 static const le_int32 featureMapCount = LE_ARRAY_SIZE(featureMap);
81 fFeatureMap(featureMap), fFeatureMapCount(featureMapCount), fFeatureOrder(FALSE),
HangulLayoutEngine.cpp 104 static const le_int32 featureMapCount = LE_ARRAY_SIZE(featureMap);
191 fFeatureMapCount = featureMapCount;
200 fFeatureMapCount = featureMapCount;
KhmerReordering.cpp 232 static const le_int32 featureMapCount = LE_ARRAY_SIZE(featureMap);
327 count = featureMapCount;
TibetanReordering.cpp 241 static const le_int32 featureMapCount = LE_ARRAY_SIZE(featureMap);
290 count = featureMapCount;

Completed in 65 milliseconds