HomeSort by relevance Sort by last modified time
    Searched full:digraphs (Results 1 - 25 of 31) sorted by null

1 2

  /external/clang/include/clang/Frontend/
LangStandards.def 35 C89 | Digraphs | ImplicitInt)
39 LineComment | C89 | Digraphs | GNUMode | ImplicitInt)
42 LineComment | C89 | Digraphs | GNUMode | ImplicitInt)
47 LineComment | C99 | Digraphs | HexFloat)
50 LineComment | C99 | Digraphs | HexFloat)
53 LineComment | C99 | Digraphs | HexFloat)
56 LineComment | C99 | Digraphs | HexFloat)
60 LineComment | C99 | Digraphs | GNUMode | HexFloat)
63 LineComment | C99 | Digraphs | GNUMode | HexFloat)
68 LineComment | C99 | C11 | Digraphs | HexFloat
    [all...]
LangStandard.h 29 Digraphs = (1 << 8),
82 /// hasDigraphs - Language supports digraphs.
83 bool hasDigraphs() const { return Flags & frontend::Digraphs; }
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
digraph_utils.cpp 74 // Retrieves the set of all digraphs associated with the given digraph type.
78 const DigraphUtils::digraph_t **const digraphs) {
80 *digraphs = GERMAN_UMLAUT_DIGRAPHS;
104 * digraphType: the type of digraphs supported.
109 const DigraphUtils::digraph_t *digraphs = nullptr; local
112 DigraphUtils::getAllDigraphsForDigraphTypeAndReturnSize(digraphType, &digraphs);
114 if (digraphs[i].compositeGlyph == compositeGlyphLowerCodePoint) {
115 return &digraphs[i];
digraph_utils.h 51 const DigraphType digraphType, const digraph_t **const digraphs);
dictionary_utils.cpp 66 // dicNode can contain case errors, accent errors, intentional omissions or digraphs.
  /external/bison/src/
muscle-tab.h 94 (A1, A2) after escaping both values with digraphs. Note that because the
102 with digraphs, so it must not contain `[' or `]'. */
muscle-tab.c 263 digraphs for special characters in the file name. */
284 append LOC to MUSCLE. Use digraphs for special characters in each
output.c 667 /* b4_pkgdatadir is used inside m4_include in the skeletons, so digraphs
  /external/clang/include/clang/Basic/
LangOptions.def 99 LANGOPT(Digraphs , 1, 0, "digraphs")
DiagnosticLexKinds.td 29 // Digraphs.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cpplib.h 95 /* Digraphs together, beginning with CPP_FIRST_DIGRAPH. */ \
96 OP(HASH, "#") /* digraphs */ \
318 unsigned char digraphs; member in struct:cpp_options
    [all...]
  /external/icu/icu4c/source/samples/ucnv/
convsamp.cpp 482 printf("%d ie digraphs, %d gh digraphs.\n", ie, gh);
  /external/clang/lib/Lex/
Lexer.cpp 283 /// wants to get the true, uncanonicalized, spelling of things like digraphs
324 /// wants to get the true, uncanonicalized, spelling of things like digraphs
    [all...]
  /external/clang/include/clang/Lex/
Lexer.h 256 /// wants to get the true, uncanonicalized, spelling of things like digraphs
Preprocessor.h     [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 377 else if (!LangOpts.GNUMode && LangOpts.Digraphs)
    [all...]
CompilerInvocation.cpp     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringSearch.java     [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
StringSearch.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
cpp.info 511 There are also six "digraphs", which the C++ standard calls
515 unlike trigraphs, but does not cover as much ground. The digraphs and
    [all...]
  /external/clang/docs/
UsersManual.rst     [all...]
  /external/bison/
ChangeLog-2012     [all...]
  /art/tools/
cpplint.py 305 # Digraphs (such as '%:') are not included here since it's a mess to
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 301 # Digraphs (such as '%:') are not included here since it's a mess to
    [all...]
  /external/icu/icu4c/source/i18n/
usearch.cpp     [all...]

Completed in 624 milliseconds

1 2