Home | History | Annotate | Download | only in i18n

Lines Matching defs:NULL

84     initMeasureFormat(Locale::getDefault(), UMEASFMT_WIDTH_WIDE, NULL, status);
90 initMeasureFormat(locale, UMEASFMT_WIDTH_WIDE, NULL, status);
98 initMeasureFormat(locale, UMEASFMT_WIDTH_WIDE, NULL, status);
101 initMeasureFormat(locale, UMEASFMT_WIDTH_SHORT, NULL, status);
104 initMeasureFormat(locale, UMEASFMT_WIDTH_WIDE, NULL, status);
123 fTimeUnitToCountToPatterns[i] = NULL;
134 fTimeUnitToCountToPatterns[i] = NULL;
155 fTimeUnitToCountToPatterns[i] = NULL;
166 fTimeUnitToCountToPatterns[i] = NULL;
183 UnicodeString* countOfLongestMatch = NULL;
196 const UHashElement* elem = NULL;
197 while ((elem = countToPatterns->nextElement(elemPos)) != NULL){
254 * Result number could be null for the pattern without number pattern.
256 * When result number is null, use plural rule to set the number.
291 // fTimeUnitToCountToPatterns[] must have its elements initialized to NULL first
296 fTimeUnitToCountToPatterns[i] = NULL;
329 while ((pluralCount = const_cast<UnicodeString*>(keywords->snext(err))) != NULL) {
348 fTimeUnitToCountToPatterns[i] = NULL;
378 if (timeUnitName == NULL) {
403 if (countToPatterns == NULL) {
433 if (formatters == NULL) {
440 localFormatters[UTMUTFMT_FULL_STYLE] = NULL;
441 localFormatters[UTMUTFMT_ABBREVIATED_STYLE] = NULL;
451 if (timeUnitFormatObj->fTimeUnitToCountToPatterns[timeUnitField] == NULL) {
474 LocalUResourceBundlePointer unitsRes(ures_getByKey(rb.getAlias(), key, NULL, &status));
510 while (U_SUCCESS(err) && (pluralCount = keywords->snext(err)) != NULL) {
515 if ( countToPatterns == NULL ) {
522 if( formatters == NULL || formatters[style] == NULL ) {
562 U_ASSERT(countToPatterns != NULL);
567 LocalUResourceBundlePointer unitsRes(ures_getByKey(rb.getAlias(), key, NULL, &status));
569 LocalUResourceBundlePointer countsToPatternRB(ures_getByKey(unitsRes.getAlias(), timeUnitName, NULL, &status));
581 if (formatters == NULL) {
585 localFormatters[UTMUTFMT_FULL_STYLE] = NULL;
586 localFormatters[UTMUTFMT_ABBREVIATED_STYLE] = NULL;
618 if (formatters != NULL && formatters[style] != NULL) {
628 const UChar *pattern = NULL;
644 if (pattern != NULL) {
652 if (formatters == NULL) {
660 formatters[UTMUTFMT_FULL_STYLE] = NULL;
661 formatters[UTMUTFMT_ABBREVIATED_STYLE] = NULL;
695 const UHashElement* element = NULL;
697 while ( (element = htable->nextElement(pos)) != NULL ) {
716 const UHashElement* element = NULL;
718 while ( (element = source->nextElement(pos)) != NULL ) {
761 return NULL;
764 if ( (hTable = new Hashtable(TRUE, status)) == NULL ) {
766 return NULL;
770 return NULL;
781 return NULL;
800 return NULL;