Searched refs:UTF8 (Results 51 - 64 of 64) sorted by relevance

123

/macosx-10.10.1/pcre-7/pcre/
H A Dpcre_internal.h906 #define STRING_UTF8_RIGHTPAR "UTF8)"
1656 BOOL utf8; /* UTF8 flag */
/macosx-10.10.1/ruby-106/ruby/ext/psych/lib/psych/visitors/
H A Dyaml_tree.rb60 def start encoding = Nodes::Stream::UTF8
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DClassReader.java128 case ClassWriter.UTF8:
198 case ClassWriter.UTF8: {
1491 * Reads an UTF8 string constant pool item in {@link #b b}. <i>This method
1496 * whose value is the index of an UTF8 constant pool item.
1499 * @return the String corresponding to the specified UTF8 item.
1512 * Reads UTF8 string in {@link #b b}.
1514 * @param index start offset of the UTF8 string to be read.
1515 * @param utfLen length of the UTF8 string to be read.
1518 * @return the String corresponding to the specified UTF8 string.
/macosx-10.10.1/screen-22/screen/
H A Dsocket.c968 # ifdef UTF8
969 D_encoding = m.m.attach.encoding == 1 ? UTF8 : m.m.attach.encoding ? m.m.attach.encoding - 1 : 0;
/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dconfig.c193 /* RAW, ASCII, LATIN0, LATIN1, UTF8, ISO2022, MACROMAN,
907 case UTF8:
980 cfg(doc, TidyOutCharEncoding) != UTF8 &&
H A Dpprint.c816 case UTF8:
898 if ( outenc == UTF8 )
H A Dlexer.c1738 if ( encoding == NULL && cfg(doc, TidyOutCharEncoding) != UTF8 )
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSGlobalObjectFunctions.cpp48 #include <wtf/unicode/UTF8.h>
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/asn/
H A Dasn.tcl565 # asnUTF8String: encode tcl string as UTF8 String
1462 # asnGetUTF8String: Decode UTF8 string from data
1469 [format "Expected UTF8 String (0x0c), but got %02x" $tag]
1518 variable defaultStringType UTF8
1545 if {$type ne "BMP" && $type ne "UTF8"} {
1546 return -code error "Invalid default string type. Should be one of BMP, UTF8"
/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DWTFString.cpp37 #include <wtf/unicode/UTF8.h>
H A DStringImpl.cpp37 #include <wtf/unicode/UTF8.h>
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tcldom/src/
H A DtdpExpat.c3534 documentPtr->encoding = UTF8;
3656 if (encoding != UTF8) {
3784 if (encoding != UTF8) {
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/mime/
H A Dmime.tcl336 utf-8 UTF8]
/macosx-10.10.1/CPANInternal-159.1/JSON-PP-2.27203/lib/JSON/
H A DPP.pm612 my $len; # text length (changed according to UTF8 or NON UTF8)
738 $s = ''; # basically UTF8 flag on
2722 Returns UTF-8 encoded strings with UTF8 flag, regarded as C<U+3042> and C<U+12345>.

Completed in 178 milliseconds

123