Lines Matching refs:toAppend
1812 const UnicodeString *toAppend = NULL; in subFormat() local
1830 toAppend = &fSymbols->fAbbreviatedDayPeriods[val]; in subFormat()
1832 toAppend = &fSymbols->fWideDayPeriods[val]; in subFormat()
1834 toAppend = &fSymbols->fNarrowDayPeriods[val]; in subFormat()
1841 if (toAppend == NULL || toAppend->isBogus()) { in subFormat()
1846 appendTo += *toAppend; in subFormat()
1893 UnicodeString *toAppend = NULL; in subFormat() local
1904 toAppend = &fSymbols->fAbbreviatedDayPeriods[index]; // i.e. short in subFormat()
1906 toAppend = &fSymbols->fWideDayPeriods[index]; in subFormat()
1908 toAppend = &fSymbols->fNarrowDayPeriods[index]; in subFormat()
1916 if ((toAppend == NULL || toAppend->isBogus()) && in subFormat()
1923 toAppend = &fSymbols->fAbbreviatedDayPeriods[index]; // i.e. short in subFormat()
1925 toAppend = &fSymbols->fWideDayPeriods[index]; in subFormat()
1927 toAppend = &fSymbols->fNarrowDayPeriods[index]; in subFormat()
1934 toAppend->isBogus()) { in subFormat()
1939 appendTo += *toAppend; in subFormat()