Lines Matching refs:toAppend
1889 const UnicodeString *toAppend = NULL; in subFormat() local
1907 toAppend = &fSymbols->fAbbreviatedDayPeriods[val]; in subFormat()
1909 toAppend = &fSymbols->fWideDayPeriods[val]; in subFormat()
1911 toAppend = &fSymbols->fNarrowDayPeriods[val]; in subFormat()
1918 if (toAppend == NULL || toAppend->isBogus()) { in subFormat()
1926 appendTo += *toAppend; in subFormat()
1975 UnicodeString *toAppend = NULL; in subFormat() local
1986 toAppend = &fSymbols->fAbbreviatedDayPeriods[index]; // i.e. short in subFormat()
1988 toAppend = &fSymbols->fWideDayPeriods[index]; in subFormat()
1990 toAppend = &fSymbols->fNarrowDayPeriods[index]; in subFormat()
1998 if ((toAppend == NULL || toAppend->isBogus()) && in subFormat()
2005 toAppend = &fSymbols->fAbbreviatedDayPeriods[index]; // i.e. short in subFormat()
2007 toAppend = &fSymbols->fWideDayPeriods[index]; in subFormat()
2009 toAppend = &fSymbols->fNarrowDayPeriods[index]; in subFormat()
2016 toAppend->isBogus()) { in subFormat()
2024 appendTo += *toAppend; in subFormat()