OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:digraphs
(Results
1 - 3
of
3
) sorted by null
/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
);
/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
...]
Completed in 534 milliseconds