Searched refs:encodingSubtable (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/letest/
H A DFontObject.cpp133 CMAPEncodingSubtable *encodingSubtable = findCMAP(3, 1); local
135 if (encodingSubtable == 0 ||
136 SWAPW(encodingSubtable->format) != 4) {
141 CMAPFormat4Encoding *header = (CMAPFormat4Encoding *) encodingSubtable;
/external/icu/icu4c/source/test/perf/leperf/
H A DFontObject.cpp133 CMAPEncodingSubtable *encodingSubtable = findCMAP(3, 1); local
135 if (encodingSubtable == 0 ||
136 SWAPW(encodingSubtable->format) != 4) {
141 CMAPFormat4Encoding *header = (CMAPFormat4Encoding *) encodingSubtable;

Completed in 51 milliseconds