HomeSort by relevance Sort by last modified time
    Searched refs:Letter (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
char-predicates.h 48 default: return unibrow::Letter::Is(c);
unicode.h 220 struct Letter {
unicode.cc 175 // Really special case 1: upper case sigma. This letter
178 if (next != 0 && Letter::Is(next)) {
389 // Letter: point.category in ['Lu', 'Ll', 'Lt', 'Lm', 'Lo' ]
403 bool Letter::Is(uchar c) {
    [all...]
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 130 CHARACTER_CLASS(Letter, ('a' <= c && c <= 'z') ||
413 if (LookingAt<Letter>()) {
509 if (TryConsumeOne<Letter>()) {
615 // suffixed with the letter 'f'.
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 497 IN CHAR Letter,
505 sprintf(Buffer, "\\DosDevices\\%c:", Letter);

Completed in 272 milliseconds