Home | History | Annotate | Download | only in i18n

Lines Matching defs:NO_NAME

46 static const UChar NO_NAME[]            = { 0 };   // for empty no-fallback time zone names
786 // 'NO_NAME' indicates internally that this field should remain empty. It will be
788 names[type] = (value == NULL) ? NO_NAME : value->getString(length, errorCode);
833 // Remove 'NO_NAME' references in the array and replace with 'NULL'
835 if (names[i] == NO_NAME) {