Searched defs:encoding (Results 1 - 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
H A Ddwarf_helper.cc144 uint8_t encoding) {
146 if (encoding == DW_EH_PE_omit) {
151 switch (encoding & 0x0F) {
191 switch (encoding & 0x70) {
205 if (result && (encoding & DW_EH_PE_indirect)) {
143 readEncodedPointer(const uint8_t** data, uint8_t encoding) argument
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dmbrtowc.c128 const char *encoding = locale_charset (); local
130 if (STREQ (encoding, "UTF-8", 'U', 'T', 'F', '-', '8', 0, 0, 0, 0))
187 if (STREQ (encoding, "EUC-JP", 'E', 'U', 'C', '-', 'J', 'P', 0, 0, 0))
210 if (STREQ (encoding, "EUC-KR", 'E', 'U', 'C', '-', 'K', 'R', 0, 0, 0)
211 || STREQ (encoding, "GB2312", 'G', 'B', '2', '3', '1', '2', 0, 0, 0)
212 || STREQ (encoding, "BIG5", 'B', 'I', 'G', '5', 0, 0, 0, 0, 0))
223 if (STREQ (encoding, "EUC-TW", 'E', 'U', 'C', '-', 'T', 'W', 0, 0, 0))
241 if (STREQ (encoding, "GB18030", 'G', 'B', '1', '8', '0', '3', '0', 0, 0))
274 if (STREQ (encoding, "SJIS", 'S', 'J', 'I', 'S', 0, 0, 0, 0, 0))
287 /* An unknown multibyte encoding
[all...]
/ndk/tests/device/test-gnustl-full/unit/
H A Dfstream_test.cpp455 // Test with a wariable encoding:
667 int encoding() const throw() function in class:std::codecvt
/ndk/tests/device/test-stlport/unit/
H A Dfstream_test.cpp455 // Test with a wariable encoding:
667 int encoding() const throw() function in class:std::codecvt

Completed in 198 milliseconds