Lines Matching defs:in

8 // http://www.linkedin.com/in/jimidle
12 // Redistribution and use in source and binary forms, with or without
17 // 2. Redistributions in binary form must reproduce the above copyright
18 // notice, this list of conditions and the following disclaimer in the
125 // UTF16 and 8Bit if I am going to support those encodings in the STRING stuff.
197 /* Structure is allocated, now fill in the API etc.
226 /* Structure is allocated, now fill in the API etc.
241 /* First free the string itself if there was anything in it
345 // Convert an 8 bit string into a UTF8 representation, which is in fact just the string itself
370 // 3X (in bytes) the input size (in chars).
416 * \param[in] factory - Pointer to the string factory that owns strings
417 * \param[in] size - In characters
444 * \param[in] factory - Pointer to the string factory that owns strings
445 * \param[in] size - In characters (count double for surrogate pairs!!!)
464 string->size = size+1; /* Size is always in characters, as is len */
471 * \param[in] factory - Pointer to the string factory that owns the strings
472 * \param[in] ptr - Pointer to 8 bit encoded characters
504 * \param[in] factory - Pointer to the string factory that owns the strings
505 * \param[in] ptr - Pointer to 8 bit encoded characters
513 /* newSize accepts size in characters, not bytes
552 * \param[in] factory - Pointer to the string factory that owns the strings
553 * \param[in] ptr - Pointer to UTF16 encoded characters
587 * \param[in] factory - Pointer to the string factory that owns strings.
588 * \param[in] ptr - Pointer to the 8 bit encoded string
598 * \param[in] factory - Pointer to the string factory that owns strings.
599 * \param[in] ptr - Pointer to the 8 bit encoded string
609 * \param[in] factory - Pointer to the string factory that owns strings.
610 * \param[in] ptr - Pointer to the UTF16 encoded string
616 pANTLR3_UINT16 in;
621 in = (pANTLR3_UINT16)ptr;
624 while (*in++ != '\0')
645 // One less string in the vector, so decrement the factory index
651 // Now we have to reindex the strings in the vector that followed
690 /* Scan through and replace unprintable (in terms of this routine)
739 /* Scan through and replace unprintable (in terms of this routine)
807 /* Note we copy one more byte than the strlen in order to get the trailing
846 pANTLR3_UINT16 in;
850 in = (pANTLR3_UINT16)newbit;
853 while (*in++ != '\0')
864 /* Note we copy one more byte than the strlen in order to get the trailing delimiter
884 /* Note we copy one more byte than the strlen in order to get the trailing '\0'
922 pANTLR3_UINT16 in;
926 in = (pANTLR3_UINT16)chars;
929 while (*in++ != '\0')
940 /* Note we copy one more byte than the strlen in order to get the trailing '\0'
1099 pANTLR3_UINT16 in;
1108 in = (pANTLR3_UINT16)newbit;
1111 while (*in++ != '\0')
1148 /* We may be passed an empty string, in which case we just return the current pointer
1175 * (which is assumed to be in the same encoding as the string itself) and returns a result
1204 * (which is assumed to be in the same encoding as the string itself) and returns a result
1234 * (which is assumed to be in the same encoding as the string itself) and returns a result
1277 * in java runtimes.
1294 * in java runtimes.
1310 /* Function that can convert the characters in the string to an integer
1318 /* Function that can convert the characters in the string to an integer
1352 * which in this case is just the string as this is
1361 * which in this case is returning all the UTF16 characters