Searched refs:string (Results 1 - 25 of 26356) sorted by path

1234567891011>>

/external/aac/libSYS/include/
H A Dconv_string.h107 * \brief Convert a bitbuffer to a hex string.
108 * \param string Hex string.
113 INT charBuf2HexString(char *string, UCHAR *charBuf, INT charBufLength);
116 * \brief Convert a hex string to bits.
117 * \param string Hex string that has to be converted.
122 INT hexString2CharBuf(const char *string, UCHAR *charBuf, UINT charBufLength);
/external/aac/libSYS/src/
H A Dcmdl_parser.cpp97 #include <string.h>
464 /* Check if type is %d but a string is given */
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...]
H A DgenericStds.cpp87 Description: - Generic memory, stdio, string, etc. function wrappers or
109 #include <string.h>
125 #include <string.h>
/external/aac/libSYS/src/linux/
H A DgenericStds_linux.cpp113 #include <string.h>
/external/android-clat/
H A Dclatd.c26 #include <string.h>
463 * parses a string as a decimal/hex/octal unsigned integer
464 * str - the string to parse
H A Dconfig.c19 #include <string.h>
40 * locates the config item and returns the pointer to a string, or NULL on failure. Caller frees pointer
H A Dgetaddr.c20 #include <string.h>
H A Dipv4.c18 #include <string.h>
H A Dipv6.c18 #include <string.h>
H A Dmtu.c19 #include <string.h>
H A Dnetlink_msg.c22 #include <string.h>
H A Dtranslate.c18 #include <string.h>
/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/include/
H A Dantlr3defs.h279 # include <string.h>
340 /* Some platforms define a macro, index() in string.h. AIX is
H A Dantlr3lexer.h141 /** Pointer to a function that attempts to match and consume the specified string from the input
145 ANTLR3_BOOLEAN (*matchs) (struct ANTLR3_LEXER_struct * lexer, ANTLR3_UCHAR * string);
H A Dantlr3string.h2 * Simple string interface allows indiscriminate allocation of strings
4 * one chunk via a string factory - saves lots of hassle in remembering what
46 /** Base string class tracks the allocations and provides simple string
47 * tracking functions. Mostly you can work directly on the string for things
54 /** The factory that created this string
58 /** Pointer to the current string value (starts at NULL unless
59 * the string allocator is told to create it with a pre known size.
63 /** Current length of the string up to and not including, the trailing '\0'
69 /** Current size of the string i
[all...]
/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/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugTreeGrammar.g356 stat: expr { string result = $expr.value.ToString();
H A DProfileTreeGrammar.g356 stat: expr { string result = $expr.value.ToString();
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tools.Tests.pas155 ReturnValue: string;
163 Value: string;
183 ReturnValue: string;
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas135 /// Returns a string representation of this IDictionary.
138 /// The string representation is a list of the collection's elements in the order
142 /// <param name="dict">Dictionary whose string representation will be returned</param>
143 /// <returns>A string representation of the specified dictionary or "null"</returns>
147 /// Returns a string representation of this IList.
150 /// The string representation is a list of the collection's elements in the order
154 /// <param name="coll">Collection whose string representation will be returned</param>
155 /// <returns>A string representation of the specified collection or "null"</returns>

Completed in 2426 milliseconds

1234567891011>>