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

  /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/v8/src/
char-predicates.h 29 default: return unibrow::Letter::Is(c);
unicode.h 203 struct Letter {
unicode.cc 172 // Really special case 1: upper case sigma. This letter
175 if (next != 0 && Letter::Is(next)) {
553 // Letter: point.category in ['Lu', 'Ll', 'Lt', 'Lm', 'Lo', 'Nl' ]
658 bool Letter::Is(uchar c) {
    [all...]
  /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 136 CHARACTER_CLASS(Letter, ('a' <= c && c <= 'z') ||
462 if (LookingAt<Letter>() && require_space_after_number_) {
600 if (TryConsumeOne<Letter>()) {
902 // suffixed with the letter 'f'.
    [all...]
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 496 IN CHAR Letter,
504 sprintf(Buffer, "\\DosDevices\\%c:", Letter);
  /prebuilts/tools/common/m2/repository/org/pegdown/pegdown/1.1.0/
pegdown-1.1.0.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vds.h 849 VDS_DRIVE_LETTER_NOTIFICATION Letter;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descr.py     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 748 milliseconds