Searched defs:VerifyLOCA (Results 1 - 1 of 1) sorted by relevance

/external/sfntly/cpp/src/test/
H A Dverify_loca.cc40 static bool VerifyLOCA(Table* table) { function in namespace:sfntly
56 bool VerifyLOCA(Table* original, Table* target) { function in namespace:sfntly
57 EXPECT_TRUE(VerifyLOCA(original));
58 EXPECT_TRUE(VerifyLOCA(target));

Completed in 301 milliseconds