Searched +refs:string +refs:utf (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10.1/libxml2-26/libxml2/
H A Dxmlstring.c2 * string.c : an XML string utilities module
10 * UTF8 string routines from:
20 #include <string.h>
173 * Check if a QName is Equal to a given string
391 * Extract a substring of a given string
416 * length of a xmlChar's string
472 * @str1: first xmlChar string
473 * @str2: second xmlChar string
476 * same as xmlStrncat, but creates a new string
607 xmlUTF8Size(const xmlChar *utf) argument
658 xmlUTF8Strlen(const xmlChar *utf) argument
702 xmlGetUTF8Char(const unsigned char *utf, int *len) argument
773 xmlCheckUTF8(const unsigned char *utf) argument
825 xmlUTF8Strsize(const xmlChar *utf, int len) argument
858 xmlUTF8Strndup(const xmlChar *utf, int len) argument
887 xmlUTF8Strpos(const xmlChar *utf, int pos) argument
919 xmlUTF8Strloc(const xmlChar *utf, const xmlChar *utfchar) argument
956 xmlUTF8Strsub(const xmlChar *utf, int start, int len) argument
[all...]
H A Dxmlschemastypes.c15 #include <string.h>
463 xmlSchemaTypeStringDef = xmlSchemaInitBasicType("string",
876 * Accessor for the string value of a computed value.
878 * Returns the string value or NULL if there was none, or on
930 * string based types. We need this for anySimpleType as well.
1181 * @str: pointer to the string to analyze
1275 * @str: pointer to the string to analyze
1305 * @str: pointer to the string to analyze
1334 * @str: pointer to the string to analyze
1358 /* the ':' insures this string i
5001 const xmlChar *utf; local
[all...]
H A Dparser.c44 #include <string.h>
260 const xmlChar *string, void *user_data, xmlNodePtr *lst);
311 * @extra: extra information string
660 * @str1: an string info
662 * @str2: an string info
692 * @val: a string value
721 * @val: a string value
745 * @info1: extra information string
746 * @info2: extra information string
774 * @info1: extra information string
11043 xmlCheckCdataPush(const xmlChar *utf, int len) argument
13305 xmlParseBalancedChunkMemory(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data, int depth, const xmlChar *string, xmlNodePtr *lst) argument
13334 xmlParseBalancedChunkMemoryInternal(xmlParserCtxtPtr oldctxt, const xmlChar *string, void *user_data, xmlNodePtr *lst) argument
13759 xmlParseBalancedChunkMemoryRecover(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data, int depth, const xmlChar *string, xmlNodePtr *lst, int recover) argument
[all...]
H A Dtestapi.c15 #include <string.h>
226 if (no == 0) return((const void *) "immutable string");
637 if (no == 0) return(xmlXPathNewString(BAD_CAST "string object"));
1595 xmlChar * cur; /* a pointer to a zero terminated string */
2321 char * encoding; /* a free form C string describing the HTML document encoding, or NULL */
2469 char * encoding; /* a free form C string describing the HTML document encoding, or NULL */
2499 xmlChar * cur; /* a pointer to a zero terminated string */
2666 char * encoding; /* a free form C string describing the HTML document encoding, or NULL */
2721 char * encoding; /* a free form C string describing the HTML document encoding, or NULL */
2830 char * encoding; /* the encoding string */
13537 xmlChar * string; /* the input string in UTF8 or ISO-Latin (zero terminated) */ local
13613 xmlChar * string; /* the input string in UTF8 or ISO-Latin (zero terminated) */ local
18364 xmlChar * string; /* the text content */ local
19063 xmlChar * string; /* the string to add */ local
19100 char * string; /* the string to add */ local
19137 xmlChar * string; /* the string to add */ local
33504 xmlChar ** string; /* return value for the error string */ local
36315 unsigned char * utf; /* Pointer to putative UTF-8 encoded string. */ local
36347 unsigned char * utf; /* a sequence of UTF-8 encoded bytes */ local
37012 xmlChar * utf; /* pointer to the UTF8 character */ local
37044 xmlChar * utf; /* a sequence of UTF-8 encoded bytes */ local
37076 xmlChar * utf; /* the input UTF8 * */ local
37115 xmlChar * utf; /* the input UTF8 * */ local
37154 xmlChar * utf; /* the input UTF8 * */ local
37193 xmlChar * utf; /* a sequence of UTF-8 encoded bytes */ local
37232 xmlChar * utf; /* a sequence of UTF-8 encoded bytes */ local
[all...]
H A Dencoding.c26 #include <string.h>
484 * if the transcoding fails (if *in is not a valid utf16 string)
722 * if the transcoding fails (if *in is not a valid utf16 string)
1137 * Compare the string to the encoding schemes already known. Note
1629 * @name: a string describing the char encoding.
1787 * -2 if the transcoding fails (for *in is not valid utf8 string or
1854 * -2 if the transcoding fails (for *in is not valid utf8 string or
1923 * -2 if the transcoding fails (for *in is not valid utf8 string or
2029 * -2 if the transcoding fails (for *in is not valid utf8 string or
2050 * -2 if the transcoding fails (for *in is not valid utf8 string o
2789 const xmlChar *utf = (const xmlChar *) in->content; local
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlstring.c2 * string.c : an XML string utilities module
10 * UTF8 string routines from:
20 #include <string.h>
173 * Check if a QName is Equal to a given string
391 * Extract a substring of a given string
416 * length of a xmlChar's string
472 * @str1: first xmlChar string
473 * @str2: second xmlChar string
476 * same as xmlStrncat, but creates a new string
607 xmlUTF8Size(const xmlChar *utf) argument
658 xmlUTF8Strlen(const xmlChar *utf) argument
702 xmlGetUTF8Char(const unsigned char *utf, int *len) argument
773 xmlCheckUTF8(const unsigned char *utf) argument
825 xmlUTF8Strsize(const xmlChar *utf, int len) argument
858 xmlUTF8Strndup(const xmlChar *utf, int len) argument
887 xmlUTF8Strpos(const xmlChar *utf, int pos) argument
919 xmlUTF8Strloc(const xmlChar *utf, const xmlChar *utfchar) argument
956 xmlUTF8Strsub(const xmlChar *utf, int start, int len) argument
[all...]
H A Dxmlschemastypes.c15 #include <string.h>
463 xmlSchemaTypeStringDef = xmlSchemaInitBasicType("string",
876 * Accessor for the string value of a computed value.
878 * Returns the string value or NULL if there was none, or on
930 * string based types. We need this for anySimpleType as well.
1181 * @str: pointer to the string to analyze
1275 * @str: pointer to the string to analyze
1305 * @str: pointer to the string to analyze
1334 * @str: pointer to the string to analyze
1358 /* the ':' insures this string i
4994 const xmlChar *utf; local
[all...]
H A Dparser.c43 #include <string.h>
225 const xmlChar *string, void *user_data, xmlNodePtr *lst);
276 * @extra: extra information string
617 * @str1: an string info
619 * @str2: an string info
649 * @val: a string value
678 * @val: a string value
702 * @info1: extra information string
703 * @info2: extra information string
731 * @info1: extra information string
10509 xmlCheckCdataPush(const xmlChar *utf, int len) argument
12611 xmlParseBalancedChunkMemory(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data, int depth, const xmlChar *string, xmlNodePtr *lst) argument
12640 xmlParseBalancedChunkMemoryInternal(xmlParserCtxtPtr oldctxt, const xmlChar *string, void *user_data, xmlNodePtr *lst) argument
13065 xmlParseBalancedChunkMemoryRecover(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data, int depth, const xmlChar *string, xmlNodePtr *lst, int recover) argument
[all...]
H A Dtestapi.c18 #include <string.h>
230 if (no == 0) return((const void *) "immutable string");
641 if (no == 0) return(xmlXPathNewString(BAD_CAST "string object"));
1599 xmlChar * cur; /* a pointer to a zero terminated string */
2325 char * encoding; /* a free form C string describing the HTML document encoding, or NULL */
2473 char * encoding; /* a free form C string describing the HTML document encoding, or NULL */
2503 xmlChar * cur; /* a pointer to a zero terminated string */
2670 char * encoding; /* a free form C string describing the HTML document encoding, or NULL */
2725 char * encoding; /* a free form C string describing the HTML document encoding, or NULL */
2834 char * encoding; /* the encoding string */
13548 xmlChar * string; /* the input string in UTF8 or ISO-Latin (zero terminated) */ local
13624 xmlChar * string; /* the input string in UTF8 or ISO-Latin (zero terminated) */ local
18375 xmlChar * string; /* the text content */ local
18895 xmlChar * string; /* the string to add */ local
18932 char * string; /* the string to add */ local
18969 xmlChar * string; /* the string to add */ local
33234 xmlChar ** string; /* return value for the error string */ local
35994 unsigned char * utf; /* Pointer to putative UTF-8 encoded string. */ local
36026 unsigned char * utf; /* a sequence of UTF-8 encoded bytes */ local
36691 xmlChar * utf; /* pointer to the UTF8 character */ local
36723 xmlChar * utf; /* a sequence of UTF-8 encoded bytes */ local
36755 xmlChar * utf; /* the input UTF8 * */ local
36794 xmlChar * utf; /* the input UTF8 * */ local
36833 xmlChar * utf; /* the input UTF8 * */ local
36872 xmlChar * utf; /* a sequence of UTF-8 encoded bytes */ local
36911 xmlChar * utf; /* a sequence of UTF-8 encoded bytes */ local
[all...]
H A Dencoding.c26 #include <string.h>
428 * if the transcoding fails (if *in is not a valid utf16 string)
666 * if the transcoding fails (if *in is not a valid utf16 string)
1081 * Compare the string to the encoding schemes already known. Note
1566 * @name: a string describing the char encoding.
1689 * -2 if the transcoding fails (for *in is not valid utf8 string or
1759 * -2 if the transcoding fails (for *in is not valid utf8 string or
1855 * -2 if the transcoding fails (for *in is not valid utf8 string or
1874 * -2 if the transcoding fails (for *in is not valid utf8 string or
1975 * -2 if the transcoding fails (for *in is not valid utf8 string o
2097 const xmlChar *utf = (const xmlChar *) in->content; local
[all...]
/macosx-10.10.1/CPANInternal-159.1/JSON-XS-3.01/bin/
H A Djson_xs35 =item json - a json text encoded, either utf-8, utf16-be/le, utf32-be/le
47 =item eval - evaluate the given code as (non-utf-8) Perl, basically the reverse of "-t dump"
51 =item string - do not attempt to decode the file data
65 =item json, json-utf-8 - json, utf-8 encoded
69 =item json-utf-16le, json-utf-16be - little endian/big endian utf-16
71 =item json-utf-32le, json-utf
[all...]
/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dxsltutils.c21 #include <string.h>
79 * Returns the attribute value or NULL if not found. The string is allocated
247 * @utf: a sequence of UTF-8 encoded bytes
250 * Read one UTF8 Char from @utf
258 xsltGetUTF8Char(const unsigned char *utf, int *len) { argument
261 if (utf == NULL)
268 c = utf[0];
272 if ((utf[1] & 0xc0) != 0x80)
277 if ((utf[2] & 0xc0) != 0x80)
282 if ((c & 0xf8) != 0xf0 || (utf[
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DtclUnixFCmd.c1344 CONST char *utf;
1346 utf = Tcl_ExternalToUtfDString(NULL, groupPtr->gr_name, -1, &ds);
1347 *attributePtrPtr = Tcl_NewStringObj(utf, -1);
1399 CONST char *utf;
1401 utf = Tcl_ExternalToUtfDString(NULL, pwPtr->pw_name, -1, &ds);
1402 *attributePtrPtr = Tcl_NewStringObj(utf, Tcl_DStringLength(&ds));
1483 CONST char *string;
1486 string = Tcl_GetStringFromObj(attributePtr, &length);
1488 native = Tcl_UtfToExternalDString(NULL, string, length, &ds);
1495 TclGetString(fileName), "\": group \"", string,
1332 CONST char *utf; local
1386 CONST char *utf; local
1468 CONST char *string; local
1532 CONST char *string; local
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclUnixFCmd.c1316 CONST char *utf;
1318 utf = Tcl_ExternalToUtfDString(NULL, groupPtr->gr_name, -1, &ds);
1319 *attributePtrPtr = Tcl_NewStringObj(utf, -1);
1370 CONST char *utf;
1372 utf = Tcl_ExternalToUtfDString(NULL, pwPtr->pw_name, -1, &ds);
1373 *attributePtrPtr = Tcl_NewStringObj(utf, Tcl_DStringLength(&ds));
1456 CONST char *string;
1459 string = Tcl_GetStringFromObj(attributePtr, &length);
1460 native = Tcl_UtfToExternalDString(NULL, string, length, &ds);
1468 string, "\" doe
1304 CONST char *utf; local
1357 CONST char *utf; local
1441 CONST char *string; local
1503 CONST char *string; local
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dmagic.tab28 # the description string may have one printf format spec for the
33 0 string 070707 cpio archive application/pax
36 +76 string DELTA!!! , delta, version 88
38 0 string 070701 System V asc cpio archive application/pax
39 +110 string * , [ %s ... ]
40 0 string 070702 System V aschk cpio archive application/pax
41 +110 string * , [ %s ... ]
48 0 string MSCF ms cabinet archive application/pax
52 0 string \x52\x61\x72\x21\x1a\x07 rar archive application/pax
62 +4 string * , versio
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tcldom/src/
H A DtdpExpat.c25 #include <string.h>
750 * This procedure determines if a string matches the
755 * 1 if the string is a Name; otherwise 0.
765 char *s) /* Name string in UTF-8 */
842 * a human-readable string representation, and copies
843 * the string value to the interpreter's result.
960 * This procedure returns a pointer to a string version
1445 * then TCL_ERROR is returned and a string corresponding
1508 * the returns TCL_ERROR and writes a string
1749 * A Tcl_Obj whose string valu
3607 char *utf; local
3735 char *utf; local
[all...]
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DConfig.pm78 die "Log4perl can only watch a file, not a string of " .
689 my ($string) = @_;
691 $string =~ s#^org\.apache\.##;
692 $string =~ s#^log4j\.##;
693 $string =~ s#^l4p\.##;
694 $string =~ s#^log4perl\.##i;
696 $string =~ s#\.#::#g;
698 return $string;
1136 =head2 Configuration files encoded in utf-8
1138 If your configuration file is encoded in utf
[all...]
H A DFAQ.pm97 behavior by passing in a configuration to its C<init> method as a string
600 returning a string containing the path to the log file.
946 message string to be logged. At this point, Log::Log4perl has already taken
947 care of joining the message to be a single string.
1285 string in your program (as opposed to a separate configuration file),
1995 set to utf-8 mode:
2021 Unicode strings. C<"Mike"> is a byte string.
2022 C<"\x{30DE}\x{30A4}\x{30AF}"> is a Unicode string. Unicode strings are
2025 If you print a byte string to STDOUT,
2027 if you print a Unicode string t
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Dtranscode.c1394 const unsigned char *utf; local
1401 utf = ec->last_error.error_bytes_start;
1405 utf = allocate_converted_string(ec->last_error.source_encoding, "UTF-32BE",
1409 if (!utf)
1411 if (utf != utfbuf && utf != ec->last_error.error_bytes_start)
1418 p = utf;
1436 xfree((void *)utf);
1441 xfree((void *)utf);
1837 rb_raise(rb_eArgError, "too long string");
4020 econv_insert_output(VALUE self, VALUE string) argument
4167 VALUE string = arg; local
[all...]
/macosx-10.10.1/CPANInternal-159.1/Types-Serialiser-1.0/
H A DSerialiser.pm5 =encoding utf-8
187 and a constant string that indicates the name of the data model. For
215 classname, the constant string to identify the data model/data format, and
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Ddebchangelog.vim251 " returns it. Return the empty string if the package name can't be found
347 vim.command('silent let bug_lines = %s' % liststr.encode('utf-8'))
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXMenu.c49 * in its accelerator string.
51 * in its accelerator string.
53 * in its accelerator string.
55 * in its accelerator string.
72 int accelTextStart; /* Offset into the accel string where
160 * Array of unicode, charcode and utf representations of the most common
168 char utf[TCL_UTF_MAX + 1]; member in struct:MenuSymbol
318 CFStringRef string,
340 GetThemeTextDimensions(string, font, drawState, false, &size,
348 ChkErr(DrawThemeTextBox, string, fon
314 DrawThemeText( Drawable d, GC gc, CFStringRef string, ThemeFontID font, ThemeDrawState drawState, const Rect* bounds, int baseline, int just) argument
370 MeasureThemeText( CFStringRef string, ThemeFontID font) argument
[all...]
/macosx-10.10.1/CPANInternal-159.1/JSON-XS-3.01/
H A DXS.pm5 =encoding utf-8
70 level. (e.g. the string "2.0" doesn't suddenly become "2" just because
125 Converts the given Perl data structure to a UTF-8 encoded, binary string
126 (that is, the string contains octets only). Croaks on error.
136 The opposite of C<encode_json>: expects an UTF-8 (binary) string and tries
159 Perl string - very natural.
165 string as locale-encoded text, octets/binary, or as Unicode, depending
169 =item 3. The internal utf-8 flag has no meaning with regards to the
170 encoding of your string.
174 confuse you, as, despite the name, it says nothing about how your string
[all...]
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dcftoken.l50 #include <string.h>
396 <S_GSSENC>utf-16le { YYD; yylval.num = LC_GSSENC_UTF16LE;
686 /* fixed string if length is odd. */
/macosx-10.10.1/vim-55/runtime/
H A Doptwin.vim178 " Init a local string option
186 " Init a global string option
543 call append("$", "titlestring\twhen not empty, string to be used for the window title")
1142 call append("$", "quoteescape\tspecifies escape characters in a string")
1205 call append("$", "encoding\tcharacter encoding used in Vim: \"latin1\", \"utf-8\"")

Completed in 637 milliseconds

12