1 #ifndef TESSERACT_TRAINING_VALIDATE_MYANMAR_H_
2 #define TESSERACT_TRAINING_VALIDATE_MYANMAR_H_
27 bool ConsumeSubscriptIfPresent();
30 bool ConsumeOptionalSignsIfPresent();
35 static bool IsMyanmarLetter(
char32 ch);
38 static bool IsMyanmarOther(
char32 ch);
41 static const char32 kMyanmarAsat = 0x103a;
42 static const char32 kMyanmarMedialYa = 0x103b;
47 #endif // TESSERACT_TRAINING_VALIDATE_MYANMAR_H_