Home
last modified time | relevance | path

Searched refs:kDots (Results 1 – 4 of 4) sorted by relevance

/external/libtextclassifier/native/utils/utf8/
Dunilib-common.cc395 constexpr char32 kDots[] = {0x002e, 0xfe52, 0xff0e}; variable
396 constexpr int kNumDots = ARRAYSIZE(kDots);
592 return GetMatchIndex(kDots, kNumDots, codepoint) >= 0; in IsDot()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_lexer.h51 kDots, // ... enumerator
Dhlo_lexer.cc215 return TokKind::kDots; in LexToken()
539 return "kDots";
Dhlo_parser.cc3212 case TokKind::kDots: { in ParseDenseLiteral()