HomeSort by relevance Sort by last modified time
    Searched full:digraphs (Results 1 - 25 of 39) 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 28 Digraphs = (1 << 7),
78 /// hasDigraphs - Language supports digraphs.
79 bool hasDigraphs() const { return Flags & frontend::Digraphs; }
  /packages/inputmethods/LatinIME/native/jni/src/
digraph_utils.cpp 55 // Retrieves the set of all digraphs associated with the given dictionary flags.
58 const int dictFlags, const DigraphUtils::digraph_t **const digraphs) {
60 return getAllDigraphsForDigraphTypeAndReturnSize(digraphType, digraphs);
84 // Retrieves the set of all digraphs associated with the given digraph type.
88 const DigraphUtils::digraph_t **const digraphs) {
90 *digraphs = GERMAN_UMLAUT_DIGRAPHS;
94 *digraphs = FRENCH_LIGATURES_DIGRAPHS;
118 * digraphType: the type of digraphs supported.
123 const DigraphUtils::digraph_t *digraphs = 0; local
126 DigraphUtils::getAllDigraphsForDictionaryAndReturnSize(digraphType, &digraphs);
    [all...]
digraph_utils.h 40 const int dictFlags, const digraph_t **const digraphs);
50 const DigraphType digraphType, const digraph_t **const digraphs);
unigram_dictionary.h 60 const DigraphUtils::digraph_t *const digraphs, const unsigned int digraphsSize) const;
66 WordsPriorityQueuePool *queuePool, const DigraphUtils::digraph_t *const digraphs,
unigram_dictionary.cpp 53 const DigraphUtils::digraph_t *const digraphs, const unsigned int digraphsSize) const {
62 if (thisChar == digraphs[lastDigraphIndex].first) break;
68 if (digraphs[lastDigraphIndex].second == codes[i + 1]) {
69 return digraphs[lastDigraphIndex].compositeGlyph;
88 const DigraphUtils::digraph_t *const digraphs, const unsigned int digraphsSize) const {
99 getDigraphReplacement(codesSrc, i, codesRemain, digraphs, digraphsSize);
118 queuePool, digraphs, digraphsSize);
127 currentDepth + 1, codesDest + i, correction, queuePool, digraphs,
136 // If the word contains several digraphs, we'll come it for the product of them.
164 const DigraphUtils::digraph_t *digraphs = 0 local
    [all...]
defines.h 354 // TODO: Reduce this constant if possible; check the maximum number of digraphs in the same
355 // word in the dictionary for languages with digraphs, like German and French
  /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 70 LANGOPT(Digraphs , 1, 0, "digraphs")
DiagnosticLexKinds.td 30 // Digraphs.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 97 /* Digraphs together, beginning with CPP_FIRST_DIGRAPH. */ \
98 OP(HASH, "#") /* digraphs */ \
310 unsigned char digraphs; member in struct:cpp_options
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 97 /* Digraphs together, beginning with CPP_FIRST_DIGRAPH. */ \
98 OP(HASH, "#") /* digraphs */ \
310 unsigned char digraphs; member in struct:cpp_options
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 97 /* Digraphs together, beginning with CPP_FIRST_DIGRAPH. */ \
98 OP(HASH, "#") /* digraphs */ \
310 unsigned char digraphs; member in struct:cpp_options
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 97 /* Digraphs together, beginning with CPP_FIRST_DIGRAPH. */ \
98 OP(HASH, "#") /* digraphs */ \
310 unsigned char digraphs; member in struct:cpp_options
    [all...]
  /external/icu4c/samples/ucnv/
convsamp.cpp 482 printf("%d ie digraphs, %d gh digraphs.\n", ie, gh);
  /external/clang/lib/Lex/
Lexer.cpp 297 /// wants to get the true, uncanonicalized, spelling of things like digraphs
338 /// wants to get the true, uncanonicalized, spelling of things like digraphs
    [all...]
  /external/clang/docs/
UsersManual.rst     [all...]
  /external/clang/include/clang/Lex/
Lexer.h 255 /// wants to get the true, uncanonicalized, spelling of things like digraphs
Preprocessor.h     [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 302 else if (!LangOpts.GNUMode && LangOpts.Digraphs)
    [all...]
CompilerInvocation.cpp     [all...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
BOOST.tests 724 ; and again for tricky sets with digraphs:
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/
cpp.info 515 There are also six "digraphs", which the C++ standard calls
519 unlike trigraphs, but does not cover as much ground. The digraphs and
    [all...]

Completed in 627 milliseconds

1 2