Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Diconv.cpp63 static bool __match_encoding(const char* lhs, const char* rhs) { in __match_encoding() function
92 if (__match_encoding(s, "utf8")) { in __parse_encoding()
94 } else if (__match_encoding(s, "ascii") || __match_encoding(s, "usascii")) { in __parse_encoding()
96 } else if (__match_encoding(s, "utf16le")) { in __parse_encoding()
98 } else if (__match_encoding(s, "utf16be")) { in __parse_encoding()
100 } else if (__match_encoding(s, "utf32le")) { in __parse_encoding()
102 } else if (__match_encoding(s, "utf32be")) { in __parse_encoding()
104 } else if (__match_encoding(s, "wchart")) { in __parse_encoding()