OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uni_char
(Results
1 - 2
of
2
) sorted by null
/external/freetype/src/psnames/
psmodule.c
278
ps_check_extra_glyph_unicode( FT_UInt32
uni_char
,
286
if (
uni_char
== ft_extra_glyph_unicodes[n] )
321
FT_UInt32
uni_char
;
local
335
uni_char
= ps_unicode_value( gname );
337
if ( BASE_GLYPH(
uni_char
) != 0 )
339
ps_check_extra_glyph_unicode(
uni_char
,
341
map->unicode =
uni_char
;
/external/chromium/chrome/browser/history/
in_memory_url_index.cc
80
TermCharWordSet(const char16&
uni_char
,
83
: char_(
uni_char
),
560
Char16Set::value_type
uni_char
= *uni_char_iter;
local
561
CharWordIDMap::iterator char_iter = char_word_map_.find(
uni_char
);
570
char_word_map_[
uni_char
] = word_id_set;
597
Char16Vector::value_type
uni_char
= *c_iter;
local
598
CharWordIDMap::iterator char_iter = char_word_map_.find(
uni_char
);
626
uni_char
, word_id_set, true));
[
all
...]
Completed in 86 milliseconds