OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_english
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/freetype/src/sfnt/
sfobjs.c
158
FT_Bool
is_english
= 0;
local
212
is_english
= FT_BOOL( ( rec->languageID & 0x3FF ) == 0x009 );
237
if ( found_win >= 0 && !( found_apple >= 0 && !
is_english
) )
[
all
...]
/external/freetype/src/sfnt/
sfobjs.c
159
FT_Bool
is_english
= 0;
local
213
is_english
= FT_BOOL( ( rec->languageID & 0x3FF ) == 0x009 );
238
if ( found_win >= 0 && !( found_apple >= 0 && !
is_english
) )
[
all
...]
Completed in 1065 milliseconds