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 */
2310 /* Test 2: Non-normal sequence in a string that extends to the last character*/
2311 /* of the string. Checks a couple of edge cases.*/
2334 /* Test 4: Imbedded nulls do not terminate a string when length is specified.*/
3575 UChar string[256];
3579 uStringLen = u_unescape(rule1, string, 256);
3581 coll = ucol_openRules(string, uStringLen, UCOL_DEFAULT, UCOL_DEFAULT, NULL, &status);
3584 it = ucol_openElements(coll, string, 0, &status);
3588 uStringLen = u_unescape(test[i], string, 256);
3589 ucol_setText(it, string, uStringLen, &status);
3618 UChar string[256];
3622 uStringLen = u_unescape(rule1, string, 256);
3624 coll = ucol_openRules(string, uStringLen, UCOL_DEFAULT, UCOL_DEFAULT, NULL, &status);
3656 * is not the weight of any character or string,
3664 * This string has to match the character that has the [last regular] weight
3670 * is not the weight of any character or string,
4856 static const char *test = "this is a test string";
5476 log_err_status(status, "Error status: %s; Unable to open collator from short string.\n", u_errorName(status));
5526 const UChar source[MAX_TOKEN_LEN]; /* String on left */
5527 const UChar target[MAX_TOKEN_LEN]; /* String on right */
7022 /* String pointers must be in reverse collation order of the corresponding strings */