OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:typoFlags
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/icu/source/test/letest/
cletest.c
451
le_int32
typoFlags
= 3; /* kerning + ligatures */
460
typoFlags
|= 0x80000000L; /* use CharSubstitutionFilter... */
463
engine = le_create(font, scriptCode, languageCode,
typoFlags
, &status);
gendata.cpp
157
int32_t
typoFlags
= 3; // kerning + ligatures...
247
typoFlags
|= 0x80000000L; // use CharSubstitutionFilter...
250
engine = LayoutEngine::layoutEngineFactory(font, scriptCode, languageCode,
typoFlags
, leStatus);
xmlreader.cpp
177
int32_t
typoFlags
= 3; // kerning + ligatures...
letest.cpp
608
int32_t
typoFlags
= 3; // kerning + ligatures...
675
typoFlags
|= 0x80000000L; // use CharSubstitutionFilter...
690
engine = LayoutEngine::layoutEngineFactory(font, scriptCode, languageCode,
typoFlags
, success);
[
all
...]
/external/icu4c/test/letest/
cletest.c
451
le_int32
typoFlags
= 3; /* kerning + ligatures */
460
typoFlags
|= 0x80000000L; /* use CharSubstitutionFilter... */
463
engine = le_create(font, scriptCode, languageCode,
typoFlags
, &status);
gendata.cpp
157
int32_t
typoFlags
= 3; // kerning + ligatures...
247
typoFlags
|= 0x80000000L; // use CharSubstitutionFilter...
250
engine = LayoutEngine::layoutEngineFactory(font, scriptCode, languageCode,
typoFlags
, leStatus);
xmlreader.cpp
177
int32_t
typoFlags
= 3; // kerning + ligatures...
letest.cpp
608
int32_t
typoFlags
= 3; // kerning + ligatures...
675
typoFlags
|= 0x80000000L; // use CharSubstitutionFilter...
690
engine = LayoutEngine::layoutEngineFactory(font, scriptCode, languageCode,
typoFlags
, success);
[
all
...]
Completed in 3565 milliseconds