Lines Matching defs:string
207 /* A2 or A4 in the root string indicates that the resource can optionally be an array instead of a */
208 /* string. Attempt to read it as an array. */
212 log_err("Got a NULL string with key \"%s\" in \"%s\" at index %d for root or locale \"%s\"\n",
220 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",
232 log_err("Got something other than a string or array for key \"%s\" in \"%s\" at index %d for root or locale \"%s\"\n",
240 log_err("Got a NULL string with key \"%s\" in \"%s\" at index %d for root or locale \"%s\"\n",
331 const UChar *string = ures_getString(subBundle, &len, &errorCode);
332 if (U_FAILURE(errorCode) || string == NULL) {
333 log_err("Can't open a string with key \"%s\" in \"%s\" for locale \"%s\"\n",
337 } else if (string[0] == (UChar)0x20) {
343 } else if (string[len - 1] == (UChar)0x20 && (strcmp(subBundleKey,"separator"))) {
355 * DateFormat. Second, each character in the string must
369 if (!((string[i] >= 65/*'A'*/ && string[i] <= 90/*'Z'*/) ||
370 (string[i] >= 97/*'a'*/ && string[i] <= 122/*'z'*/))) {
373 (char) string[i],
378 if (string[j] == string[i]) {
381 (char) string[i],
395 log_err("Can't open a string with key \"%s\" in \"%s\" in root\n",
399 } else if (u_strcmp(string, rootString) == 0) {
741 findStringSetMismatch(const char *currLoc, const UChar *string, int32_t langSize,
757 if (!uset_contains(exemplarSet, string[strIdx])
758 && 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
759 && string[strIdx] != 0x200C && string[strIdx] != 0x200D) {
760 if (!ignoreNumbers || (ignoreNumbers && (string[strIdx] < 0x30 || string[strIdx] > 0x39))) {
763 *badCharPtr = string[strIdx];
858 /* iterate over the scripts and figure out if the string contained is actually
1279 log_err("ulocdata_getLocaleSeparator en returns unexpected string ");
1300 log_err("ulocdata_getLocaleSeparator zh returns unexpected string ");