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

  /external/v8/src/
char-predicates.h 50 default: return unibrow::Letter::Is(c);
unicode.h 264 struct Letter {
unicode.cc 191 // Really special case 1: upper case sigma. This letter
194 if (next != 0 && Letter::Is(next)) {
580 // Letter: point.category in ['Lu', 'Ll', 'Lt', 'Lm', 'Lo', 'Nl' ]
685 bool Letter::Is(uchar c) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
OcamlGCPrinter.cpp 52 size_t Letter = SymName.size();
57 // Capitalize the first letter of the module name.
58 SymName[Letter] = toupper(SymName[Letter]);
  /external/llvm/lib/TableGen/
StringMatcher.cpp 27 // Check to see if letter i is the same across the set.
28 char Letter = Matches[0]->first[i];
31 if (Matches[str]->first[i] != Letter)
  /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/webkit/LayoutTests/fast/dom/DOMImplementation/script-tests/
createDocument-namespace-err.js 76 "NCNameChar but not (Letter | \"_\") so invalid at start of " +
80 "NCNameChar but not (Letter | \"_\") so invalid at start of " +
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 497 IN CHAR Letter,
505 sprintf(Buffer, "\\DosDevices\\%c:", Letter);
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 9862 milliseconds