Lines Matching defs:string
30 #include "string.h"
1024 /* Test 2: Non-normal sequence in a string that extends to the last character*/
1025 /* of the string. Checks a couple of edge cases.*/
1048 /* Test 4: Imbedded nulls do not terminate a string when length is specified.*/
2294 UChar string[256];
2298 uStringLen = u_unescape(rule1, string, 256);
2300 coll = ucol_openRules(string, uStringLen, UCOL_DEFAULT, UCOL_DEFAULT, NULL, &status);
2303 it = ucol_openElements(coll, string, 0, &status);
2307 uStringLen = u_unescape(test[i], string, 256);
2308 ucol_setText(it, string, uStringLen, &status);
2337 UChar string[256];
2341 uStringLen = u_unescape(rule1, string, 256);
2343 coll = ucol_openRules(string, uStringLen, UCOL_DEFAULT, UCOL_DEFAULT, NULL, &status);
2375 * is not the weight of any character or string,
2383 * This string has to match the character that has the [last regular] weight
2389 * is not the weight of any character or string,
2825 /* Note: The tailoring rule string is an optional data item. */
3511 static const char *test = "this is a test string";
4150 log_err_status(status, "Error status: %s; Unable to open collator from short string.\n", u_errorName(status));
4200 const UChar source[MAX_TOKEN_LEN]; /* String on left */
4201 const UChar target[MAX_TOKEN_LEN]; /* String on right */
5568 log_data_err("missing vi tailoring rule string\n");
5672 log_data_err("missing vi tailoring rule string\n");
5791 /* String pointers must be in reverse collation order of the corresponding strings */