Home | History | Annotate | Download | only in cintltst

Lines Matching defs:string

206                            /* A2 or A4 in the root string indicates that the resource can optionally be an array instead of a */
207 /* string. Attempt to read it as an array. */
211 log_err("Got a NULL string with key \"%s\" in \"%s\" at index %d for root or locale \"%s\"\n",
219 log_err("Got something other than a string or array of size %d for key \"%s\" in \"%s\" at index %d for root or locale \"%s\"\n",
231 log_err("Got something other than a string or array for key \"%s\" in \"%s\" at index %d for root or locale \"%s\"\n",
239 log_err("Got a NULL string with key \"%s\" in \"%s\" at index %d for root or locale \"%s\"\n",
329 const UChar *string = ures_getString(subBundle, &len, &errorCode);
330 if (U_FAILURE(errorCode) || string == NULL) {
331 log_err("Can't open a string with key \"%s\" in \"%s\" for locale \"%s\"\n",
335 } else if (string[0] == (UChar)0x20) {
341 } else if (string[len - 1] == (UChar)0x20 && (strcmp(subBundleKey,"separator"))) {
353 * DateFormat. Second, each character in the string must
367 if (!((string[i] >= 65/*'A'*/ && string[i] <= 90/*'Z'*/) ||
368 (string[i] >= 97/*'a'*/ && string[i] <= 122/*'z'*/))) {
371 (char) string[i],
376 if (string[j] == string[i]) {
379 (char) string[i],
393 log_err("Can't open a string with key \"%s\" in \"%s\" in root\n",
397 } else if (u_strcmp(string, rootString) == 0) {
734 findStringSetMismatch(const char *currLoc, const UChar *string, int32_t langSize,
748 if (!uset_contains(exemplarSet, string[strIdx])
749 && string[strIdx] != 0x0020 && string[strIdx] != 0x00A0 && string[strIdx] != 0x002e && string[strIdx] != 0x002c && string[strIdx] != 0x002d && string[strIdx] != 0x0027 && string[strIdx] != 0x005B && string[strIdx] != 0x005D && string[strIdx] != 0x2019 && string[strIdx] != 0x0f0b
750 && string[strIdx] != 0x200C && string[strIdx] != 0x200D) {
751 if (!ignoreNumbers || (ignoreNumbers && (string[strIdx] < 0x30 || string[strIdx] > 0x39))) {
754 *badCharPtr = string[strIdx];
849 /* iterate over the scripts and figure out if the string contained is actually