MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / isZhCn

Function isZhCn

native/Base.h:275–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273
274
275 inline bool isZhCn(const char &c) {
276 if (~(c >> 8) == 0) {
277 return true;
278 }
279 return false;
280 }
281
282 inline int randomInt(int min, int max) {
283 // std::srand((unsigned int)std::time(nullptr));

Callers 1

WidgetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected