Lines Matching defs:string
30 #include "string.h"
586 if(top_) { /* if reset is on top, the sequence is broken. We should have an empty string */
2301 /* Test 2: Non-normal sequence in a string that extends to the last character*/
2302 /* of the string. Checks a couple of edge cases.*/
2325 /* Test 4: Imbedded nulls do not terminate a string when length is specified.*/
3566 UChar string[256];
3570 uStringLen = u_unescape(rule1, string, 256);
3572 coll = ucol_openRules(string, uStringLen, UCOL_DEFAULT, UCOL_DEFAULT, NULL, &status);
3575 it = ucol_openElements(coll, string, 0, &status);
3579 uStringLen = u_unescape(test[i], string, 256);
3580 ucol_setText(it, string, uStringLen, &status);
3609 UChar string[256];
3613 uStringLen = u_unescape(rule1, string, 256);
3615 coll = ucol_openRules(string, uStringLen, UCOL_DEFAULT, UCOL_DEFAULT, NULL, &status);
3647 * is not the weight of any character or string,
3655 * This string has to match the character that has the [last regular] weight
3661 * is not the weight of any character or string,
4847 static const char *test = "this is a test string";
5467 log_err_status(status, "Error status: %s; Unable to open collator from short string.\n", u_errorName(status));
5517 const UChar source[MAX_TOKEN_LEN]; /* String on left */
5518 const UChar target[MAX_TOKEN_LEN]; /* String on right */
7011 /* String pointers must be in reverse collation order of the corresponding strings */