Home
last modified time | relevance | path

Searched defs:bom (Results 1 – 5 of 5) sorted by relevance

/plugin/jukebox/id3/
H A Dgetid3.lib.php698 function iconv_fallback_iso88591_utf8($string, $bom=false) {
715 function iconv_fallback_iso88591_utf16be($string, $bom=false) {
727 function iconv_fallback_iso88591_utf16le($string, $bom=false) {
788 function iconv_fallback_utf8_utf16be($string, $bom=false) {
831 function iconv_fallback_utf8_utf16le($string, $bom=false) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php858 public static function iconv_fallback_iso88591_utf8($string, $bom=false) {
882 public static function iconv_fallback_iso88591_utf16be($string, $bom=false) {
901 public static function iconv_fallback_iso88591_utf16le($string, $bom=false) {
981 public static function iconv_fallback_utf8_utf16be($string, $bom=false) {
1031 public static function iconv_fallback_utf8_utf16le($string, $bom=false) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php965 function utf8_to_utf16be(&$str, $bom = false) {
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jar ... obj org.apache.commons.io.ByteOrderMark bom public int hashCode () int b int[] ...
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs25849 function write_string_type(out/*:string*/, opts/*:WriteOpts*/, bom/*:?string*/)/*:any*/ { argument