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

  /external/icu4c/test/letest/
cletest.c 338 le_uint32 fontChecksum = le_getFontChecksum(font);
340 if (fontChecksum != testChecksum) {
441 const char *fontChecksum,
450 le_font *font = openFont(fontName, fontChecksum, fontVersion, testID);
letest.cpp 383 le_uint32 fontChecksum = fontInstance->getFontChecksum();
385 if (fontChecksum != testChecksum) {
    [all...]

Completed in 624 milliseconds