Home
last modified time | relevance | path

Searched defs:unicode (Results 1 – 25 of 124) sorted by relevance

12345

/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ucdn.cc154 hb_ucdn_combining_class(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, in hb_ucdn_combining_class()
161 hb_ucdn_eastasian_width(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, in hb_ucdn_eastasian_width()
169 hb_ucdn_general_category(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, in hb_ucdn_general_category()
176 hb_ucdn_mirroring(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, in hb_ucdn_mirroring()
183 hb_ucdn_script(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, in hb_ucdn_script()
Dhb-glib.cc197 hb_codepoint_t unicode, in hb_glib_unicode_combining_class()
206 hb_codepoint_t unicode, in hb_glib_unicode_eastasian_width()
214 hb_codepoint_t unicode, in hb_glib_unicode_general_category()
224 hb_codepoint_t unicode, in hb_glib_unicode_mirroring()
233 hb_codepoint_t unicode, in hb_glib_unicode_script()
Dhb-icu.cc67 hb_codepoint_t unicode, in hb_icu_unicode_combining_class()
76 hb_codepoint_t unicode, in hb_icu_unicode_eastasian_width()
95 hb_codepoint_t unicode, in hb_icu_unicode_general_category()
146 hb_codepoint_t unicode, in hb_icu_unicode_mirroring()
154 hb_codepoint_t unicode, in hb_icu_unicode_script()
Dhb-ot-shape-normalize-private.hh57 hb_unicode_funcs_t *unicode; member
/external/harfbuzz_ng/src/
Dhb-ucdn.cc154 hb_ucdn_combining_class(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, in hb_ucdn_combining_class()
161 hb_ucdn_eastasian_width(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, in hb_ucdn_eastasian_width()
169 hb_ucdn_general_category(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, in hb_ucdn_general_category()
176 hb_ucdn_mirroring(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, in hb_ucdn_mirroring()
183 hb_ucdn_script(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, in hb_ucdn_script()
Dhb-glib.cc197 hb_codepoint_t unicode, in hb_glib_unicode_combining_class()
206 hb_codepoint_t unicode, in hb_glib_unicode_eastasian_width()
214 hb_codepoint_t unicode, in hb_glib_unicode_general_category()
224 hb_codepoint_t unicode, in hb_glib_unicode_mirroring()
233 hb_codepoint_t unicode, in hb_glib_unicode_script()
Dhb-icu.cc67 hb_codepoint_t unicode, in hb_icu_unicode_combining_class()
76 hb_codepoint_t unicode, in hb_icu_unicode_eastasian_width()
95 hb_codepoint_t unicode, in hb_icu_unicode_general_category()
146 hb_codepoint_t unicode, in hb_icu_unicode_mirroring()
154 hb_codepoint_t unicode, in hb_icu_unicode_script()
Dhb-ot-shape-normalize-private.hh57 hb_unicode_funcs_t *unicode; member
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font_charset.cpp63 const FX_CHAR* FCS_GetAltStr(FX_WCHAR unicode) in FCS_GetAltStr()
527 static FX_DWORD PDF_FindCode(const FX_WORD* pCodes, FX_WORD unicode) in PDF_FindCode()
563 FX_DWORD FT_CharCodeFromUnicode(int encoding, FX_WCHAR unicode) in FT_CharCodeFromUnicode()
605 FX_DWORD PDF_PredefinedCharCodeFromUnicode(int encoding, FX_WCHAR unicode) in PDF_PredefinedCharCodeFromUnicode()
620 CFX_ByteString PDF_AdobeNameFromUnicode(FX_WCHAR unicode) in PDF_AdobeNameFromUnicode()
Dfpdf_font.cpp185 FX_WCHAR unicode = _UnicodeFromCharCode(charcode); in UnicodeFromCharCode() local
213 CFX_WideString unicode = UnicodeFromCharCode(charcode); in DecodeString() local
510 FX_WCHAR unicode = (FX_WCHAR)(value & 0xffff); in Lookup() local
534 FX_DWORD CPDF_ToUnicodeMap::ReverseLookup(FX_WCHAR unicode) in ReverseLookup()
1150 FX_WORD unicode = prefix[j] * 256 + charcode; in LoadGlyphMap() local
1236 FX_WCHAR unicode = 0; in LoadGlyphMap() local
1314 FX_WCHAR unicode = FT_UnicodeFromCharCode(PDFFONT_ENCODING_STANDARD, charcode); in LoadGlyphMap() local
1499 FX_WORD unicode = prefix[j] * 256 + charcode; in LoadGlyphMap() local
1544 FX_WORD unicode = prefix[j] * 256 + charcode; in LoadGlyphMap() local
/external/chromium_org/remoting/host/linux/
Dunicode_to_keysym.cc37 uint32_t unicode; member
818 bool CompareCodePair(const CodePair& pair, uint32_t unicode) { in CompareCodePair()
824 void GetKeySymsForUnicode(uint32_t unicode, std::vector<uint32_t>* keysyms) { in GetKeySymsForUnicode()
/external/protobuf/gtest/src/
Dgtest-filepath.cc173 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() local
197 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists() local
289 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); in CreateFolder() local
/external/chromium_org/testing/gtest/src/
Dgtest-filepath.cc211 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() local
235 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists() local
328 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); in CreateFolder() local
/external/llvm/utils/unittest/googletest/src/
Dgtest-filepath.cc202 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() local
226 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists() local
319 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); in CreateFolder() local
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psnames/
Dfxft_psmodule.c172 static int xyq_search_node(char* glyph_name, int name_offset, int table_offset, FT_UInt32 unicode) in xyq_search_node()
209 void FXFT_adobe_name_from_unicode(char* glyph_name, FT_UInt32 unicode) in FXFT_adobe_name_from_unicode()
458 FT_UInt32 unicode ) in ps_unicodes_char_index()
504 FT_UInt32 *unicode ) in ps_unicodes_char_next()
/external/gtest/src/
Dgtest-filepath.cc206 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() local
230 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists() local
323 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); in CreateFolder() local
/external/mesa3d/src/gtest/src/
Dgtest-filepath.cc204 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() local
228 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists() local
321 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); in CreateFolder() local
/external/chromium_org/third_party/mesa/src/src/gtest/src/
Dgtest-filepath.cc204 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() local
228 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists() local
321 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); in CreateFolder() local
/external/llvm/unittests/Support/
DUnicodeTest.cpp15 namespace unicode { namespace
/external/chromium_org/ui/events/x/
Dkeysym_to_unicode.cc47 uint16_t unicode; member
822 uint32_t unicode = static_cast<uint32_t>(keysym & 0x1fffff); in UnicodeFromKeySym() local
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DCSSTokenizer-in.cpp404 unsigned unicode = 0; in parseEscape() local
430 inline void CSSTokenizer::UnicodeToChars<LChar>(LChar*& result, unsigned unicode) in UnicodeToChars()
439 inline void CSSTokenizer::UnicodeToChars<UChar>(UChar*& result, unsigned unicode) in UnicodeToChars()
480 unsigned unicode = parseEscape<SrcCharacterType>(src); in parseIdentifierInternal() local
554 unsigned unicode = parseEscape<SrcCharacterType>(src); in parseStringInternal() local
657 unsigned unicode = parseEscape<SrcCharacterType>(src); in parseURIInternal() local
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_keyboard.h63 Uint16 unicode; /**< translated character */ member
/external/qemu/android/skin/
Dkeyboard.c36 int unicode; /* Unicode of last pressed key */ member
141 int unicode ) in skin_keyboard_add_last()
406 skin_keyboard_process_unicode_event( SkinKeyboard* kb, unsigned int unicode, int down ) in skin_keyboard_process_unicode_event()
428 int unicode = ev->key.keysym.unicode; in skin_keyboard_process_event() local
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dmath_semantic_util.js54 cvox.SemanticUtil.unicodeToNumber = function(unicode) { argument
/external/pdfium/core/src/fxcrt/
Dfx_basic_utf.cpp48 void CFX_UTF8Encoder::Input(FX_WCHAR unicode) in Input()

12345