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

/external/libyuv/files/unit_test/
H A Dvideo_common_test.cc21 static bool TestValidChar(uint32 onecc) { argument
22 if ((onecc >= '0' && onecc <= '9') ||
23 (onecc >= 'A' && onecc <= 'Z') ||
24 (onecc >= 'a' && onecc <= 'z') ||
25 (onecc == ' ') || (onecc == 0xff)) {

Completed in 49 milliseconds