Home
last modified time | relevance | path

Searched refs:mapped_char (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/url_formatter/spoof_checks/
H A Dskeleton_generator.cc145 int32_t mapped_char, in AddSkeletonMapping() argument
156 *uc = mapped_char; in AddSkeletonMapping()
H A Dskeleton_generator.h51 int32_t mapped_char,
/dports/editors/mined/mined-2015.25/src/
H A Dcharcode.c1249 mapped_char (unichar, map_table, map_table_len, term) in mapped_char() function
1294 return mapped_char (unichar, terminal_table, terminal_table_len, True);
1306 return mapped_char (unichar, text_table, text_table_len, False);
1327 return mapped_char (unichar, text_table, text_table_len, False);
/dports/net/samba412/samba-4.12.15/examples/validchars/
H A Dreadme86 probed_char: [text] mapped_char
94 mapped_char is the character which is used by MS-DOS in the directory
/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A DFont.cpp514 if (UInt32 mapped_char = _localCharMap->valueAt(chr.number())) in unicode() local
515 return mapped_char; in unicode()