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

  /external/libtextclassifier/utils/strings/
utf8.h 41 static inline bool IsTrailByte(char x) {
  /external/tensorflow/tensorflow/core/kernels/
string_util.h 32 inline bool IsTrailByte(char x) { return static_cast<signed char>(x) < -0x40; }
58 } while (IsTrailByte(in[*pos]) && *pos < size);
79 } while (IsTrailByte(in[*pos]) && *pos > start);

Completed in 330 milliseconds