Searched defs:string (Results 1 - 25 of 1253) sorted by path

1234567891011>>

/external/aac/libSYS/src/
H A Dconv_string.cpp87 Description: string conversion functions
96 INT charBuf2HexString(char *string, UCHAR *charBuf, INT charBufLength) argument
107 /* define hex string Table */
110 /* calculate corresponding hex string from charBuffer */
115 string[i*2] = hexSymb[c1]; /* convert to string */
116 string[i*2+1] = hexSymb[c2]; /* convert to string */
119 /* terminate string */
120 string[charBufLengt
126 hexString2CharBuf(const char *string, UCHAR *charBuf, UINT charBufLength) argument
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jar ... char NULL_BYTE private static final String FILENAME_PREFIX private static final String FILENAME_EXTENSION private static final String POLICY_FILE_REQUEST static final String DOMAIN_POLICY ...
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3basetree.c290 pANTLR3_STRING string; local
300 /* Need a new string with nothing at all in it.
302 string = tree->strFactory->newRaw(tree->strFactory);
306 string->append8 (string, "(");
307 string->appendS (string, tree->toString(tree));
308 string->append8 (string, " ");
320 string
[all...]
H A Dantlr3lexer.c49 static ANTLR3_BOOLEAN matchs (pANTLR3_LEXER lexer, ANTLR3_UCHAR * string);
518 /* Propagate the string factory so that we preserve the encoding form from
525 // Set the newly acquired string factory up for our pre-made tokens
727 matchs(pANTLR3_LEXER lexer, ANTLR3_UCHAR * string) argument
729 while (*string != ANTLR3_STRING_TERMINATOR)
731 if (lexer->input->istream->_LA(lexer->input->istream, 1) != (*string))
751 string++;
H A Dantlr3string.c2 * Implementation of the ANTLR3 string and string factory classes
42 static pANTLR3_STRING newPtr8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string, ANTLR3_UINT32 size);
43 static pANTLR3_STRING newPtrUTF16_8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string, ANTLR3_UINT32 size);
44 static pANTLR3_STRING newPtrUTF16_UTF16 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string, ANTLR3_UINT32 size);
45 static pANTLR3_STRING newStr8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string);
46 static pANTLR3_STRING newStrUTF16_8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string);
47 static pANTLR3_STRING newStrUTF16_UTF16 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string);
48 static void destroy (pANTLR3_STRING_FACTORY factory, pANTLR3_STRING string);
49 static pANTLR3_STRING printable8 (pANTLR3_STRING_FACTORY factory, pANTLR3_STRING string);
188 pANTLR3_STRING string; local
217 pANTLR3_STRING string; local
239 stringFree(pANTLR3_STRING string) argument
260 stringInit8(pANTLR3_STRING string) argument
297 stringInitUTF16(pANTLR3_STRING string) argument
335 stringInitUTF8(pANTLR3_STRING string) argument
349 toUTF8_8(pANTLR3_STRING string) argument
360 toUTF8_UTF16(pANTLR3_STRING string) argument
423 pANTLR3_STRING string; local
451 pANTLR3_STRING string; local
478 pANTLR3_STRING string; local
511 pANTLR3_STRING string; local
559 pANTLR3_STRING string; local
632 destroy(pANTLR3_STRING_FACTORY factory, pANTLR3_STRING string) argument
679 pANTLR3_STRING string; local
726 pANTLR3_STRING string; local
795 append8(pANTLR3_STRING string, const char * newbit) argument
816 appendUTF16_8(pANTLR3_STRING string, const char * newbit) argument
843 appendUTF16_UTF16(pANTLR3_STRING string, const char * newbit) argument
873 set8(pANTLR3_STRING string, const char * chars) argument
894 setUTF16_8(pANTLR3_STRING string, const char * chars) argument
919 setUTF16_UTF16(pANTLR3_STRING string, const char * chars) argument
950 addc8(pANTLR3_STRING string, ANTLR3_UINT32 c) argument
965 addcUTF16(pANTLR3_STRING string, ANTLR3_UINT32 c) argument
984 addi8(pANTLR3_STRING string, ANTLR3_INT32 i) argument
993 addiUTF16(pANTLR3_STRING string, ANTLR3_INT32 i) argument
1003 inserti8(pANTLR3_STRING string, ANTLR3_UINT32 point, ANTLR3_INT32 i) argument
1011 insertiUTF16(pANTLR3_STRING string, ANTLR3_UINT32 point, ANTLR3_INT32 i) argument
1020 insert8(pANTLR3_STRING string, ANTLR3_UINT32 point, const char * newbit) argument
1056 insertUTF16_8(pANTLR3_STRING string, ANTLR3_UINT32 point, const char * newbit) argument
1096 insertUTF16_UTF16(pANTLR3_STRING string, ANTLR3_UINT32 point, const char * newbit) argument
1141 setS(pANTLR3_STRING string, pANTLR3_STRING chars) argument
1146 appendS(pANTLR3_STRING string, pANTLR3_STRING newbit) argument
1160 insertS(pANTLR3_STRING string, ANTLR3_UINT32 point, pANTLR3_STRING newbit) argument
1169 compare8(pANTLR3_STRING string, const char * compStr) argument
1179 compareUTF16_8(pANTLR3_STRING string, const char * compStr) argument
1208 compareUTF16_UTF16(pANTLR3_STRING string, const char * compStr8) argument
1238 compareS(pANTLR3_STRING string, pANTLR3_STRING compStr) argument
1248 charAt8(pANTLR3_STRING string, ANTLR3_UINT32 offset) argument
1264 charAtUTF16(pANTLR3_STRING string, ANTLR3_UINT32 offset) argument
1280 subString8(pANTLR3_STRING string, ANTLR3_UINT32 startIndex, ANTLR3_UINT32 endIndex) argument
1297 subStringUTF16(pANTLR3_STRING string, ANTLR3_UINT32 startIndex, ANTLR3_UINT32 endIndex) argument
1313 toInt32_8(struct ANTLR3_STRING_struct * string) argument
1321 toInt32_UTF16(struct ANTLR3_STRING_struct * string) argument
1355 to8_8(pANTLR3_STRING string) argument
1365 to8_UTF16(pANTLR3_STRING string) argument
[all...]
H A Dantlr3tokenstream.c537 pANTLR3_STRING string; local
560 /* Finally, let's get a string
562 string = tsource->strFactory->newRaw(tsource->strFactory);
569 string->appendS(string, tok->getText(tok));
573 return string;
1075 /// Return a string that represents the name assoicated with the input source
1087 // because this is a token stream, not a file or string stream, which are the
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file-lexer.rb102 :template!, :string!, :comment!, :ws! ].freeze
535 # lexer rule string! (STRING)
537 def string!
896 string!
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_Proxy_I1.java27 String string(String s) throws Support_Proxy_ParentException, LinkageError; method in interface:Support_Proxy_I1
H A DSupport_Proxy_I2.java26 String string(String s) throws Support_Proxy_SubException, Error; method in interface:Support_Proxy_I2
/external/apache-http/src/org/apache/commons/codec/language/
H A DMetaphone.java23 * Encodes a string into a metaphone value.
130 } // now local has working string with initials fixed
314 private boolean isVowel(StringBuffer string, int index) { argument
315 return (this.vowels.indexOf(string.charAt(index)) >= 0);
318 private boolean isPreviousChar(StringBuffer string, int index, char c) { argument
321 index < string.length() ) {
322 matches = string.charAt(index - 1) == c;
327 private boolean isNextChar(StringBuffer string, int index, char c) { argument
330 index < string.length() - 1 ) {
331 matches = string
336 regionMatch(StringBuffer string, int index, String test) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToHTMLStream.java1078 // be more efficient than one to string-write...
1106 * @return should be a two character string.
1139 * Write the specified <var>string</var> after substituting non ASCII characters,
1142 * @param string String to convert to XML format.
1149 final java.io.Writer writer, String string, boolean doURLEscaping)
1165 // function should not change the string value.
1167 final int end = string.length();
1172 string.getChars(0,end, m_attrBuff, 0);
1361 // if the whole string can be written out as-is do so
1365 writer.write(string);
1148 writeAttrURI( final java.io.Writer writer, String string, boolean doURLEscaping) argument
1386 writeAttrString( final java.io.Writer writer, String string, String encoding) argument
[all...]
H A DToStream.java290 * <p>The content model will consist of the string "EMPTY", the
291 * string "ANY", or a parenthesised group, optionally followed
297 * @param model The content model as a normalized string.
835 * @param type A string representing the attribute type.
836 * @param valueDefault A string representing the attribute default
839 * @param value A string representing the attribute's default value,
1402 // is created if string is empty.
1749 * @param s The string of characters to process.
1879 * @param namespaceURI The Namespace URI, or the empty string if the
1883 * empty string i
2093 writeAttrString( Writer writer, String string, String encoding) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DXMLStringFactory.java30 * Create a new XMLString from a Java string.
33 * @param string Java String reference, which must be non-null.
37 public abstract XMLString newstr(String string); argument
43 * @param string FastStringBuffer reference, which must be non-null.
49 public abstract XMLString newstr(FastStringBuffer string, int start, argument
56 * @param string FastStringBuffer reference, which must be non-null.
62 public abstract XMLString newstr(char[] string, int start, argument
66 * Get a cheap representation of an empty string.
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DCompiler.java67 * An instance of this class compiles an XPath string expression into
68 * a Expression object. This class compiles the string into a sequence
156 expr = string(opPos); break;
453 * Compile a 'string(...)' operation.
461 protected Expression string(int opPos) throws TransformerException method in class:Compiler
495 * Compile a literal string value.
1151 * a key for a format string.
1152 * @param args An array of arguments represented in the format string, which
1204 * a key for a format string.
1205 * @param args An array of arguments represented in the format string, whic
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXMLStringFactoryImpl.java49 * Create a new XMLString from a Java string.
52 * @param string Java String reference, which must be non-null.
56 public XMLString newstr(String string) argument
58 return new XString(string);
80 * @param string FastStringBuffer reference, which must be non-null.
86 public XMLString newstr(char[] string, int start, int length) argument
88 return new XStringForChars(string, start, length);
92 * Get a cheap representation of an empty string.
/external/bison/lib/
H A Dhash.c405 hash_string (const char *string, size_t n_buckets) argument
413 for (; (ch = *string); string++)
428 hash_string (const char *string, size_t n_buckets) argument
433 for (; (ch = *string); string++)
H A Dmbschr.c1 /* Searching a string for a character.
21 #include <string.h>
25 /* Locate the first single-byte character C in the character string STRING,
28 mbschr (const char *string, int c) argument
38 for (mbui_init (iter, string);; mbui_advance (iter))
51 return strchr (string, c);
H A Dmbsrchr.c1 /* Searching a string for the last occurrence of a character.
21 #include <string.h>
25 /* Locate the last single-byte character C in the character string STRING,
28 mbsrchr (const char *string, int c) argument
39 for (mbui_init (iter, string); mbui_avail (iter); mbui_advance (iter))
48 return strrchr (string, c);
H A Dmbswidth.c1 /* Determine the number of screen columns needed for a string.
27 #include <string.h>
42 character string pointed to by STRING. If a non-printable character
47 mbswidth (const char *string, int flags) argument
49 return mbsnwidth (string, strlen (string), flags);
53 character string pointed to by STRING of length NBYTES. If a
57 mbsnwidth (const char *string, size_t nbytes, int flags) argument
59 const char *p = string;
H A Dperror.c25 #include <string.h>
33 perror (const char *string) argument
39 string, even if it returns EINVAL; and stackbuf should be sized
45 if (string != NULL && *string != '\0')
46 fprintf (stderr, "%s: %s\n", string, stackbuf);
H A Dstrnlen.c20 #include <string.h>
26 strnlen (const char *string, size_t maxlen) argument
28 const char *end = memchr (string, '\0', maxlen);
29 return end ? (size_t) (end - string) : maxlen;
H A Dstrnlen1.c22 #include <string.h>
26 /* This is the same as strnlen (string, maxlen - 1) + 1. */
28 strnlen1 (const char *string, size_t maxlen) argument
30 const char *end = (const char *) memchr (string, '\0', maxlen);
32 return end - string + 1;
H A Dvasnprintf.c19 FCHAR_T The element type of the format string.
20 DCHAR_T The element type of the destination (result) string.
22 in the format string are ASCII. MUST be set if
27 format string. Depends on FCHAR_T.
28 PRINTF_PARSE Function that parses a format string.
35 TCHAR_T The element type of the argument and result string
72 #include <string.h> /* memcpy(), strlen() */
218 local_strnlen (const char *string, size_t maxlen) argument
220 const char *end = memchr (string, '\0', maxlen);
221 return end ? (size_t) (end - string)
[all...]
H A Dw32spawn.h26 #include <string.h>
153 const char *string = argv[i]; local
155 if (string[0] == '\0')
157 else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL)
159 bool quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL);
170 for (s = string; *s != '\0'; s++)
190 for (s = string; *s != '\0'; s++)
217 new_argv[i] = (char *) string;
H A Dxmalloc.c25 #include <string.h>
119 xstrdup (char const *string) argument
121 return xmemdup (string, strlen (string) + 1);

Completed in 5639 milliseconds

1234567891011>>