Home
last modified time | relevance | path

Searched refs:formatArray (Results 1 – 1 of 1) sorted by relevance

/trunk/main/i18npool/source/localedata/
H A Dlocaledata.cxx669 sal_Unicode const *const *formatArray; in getAllFormats() member
672 FormatSection() : func(0), from(0), to(0), formatArray(0), formatCount(0) {} in getAllFormats()
677 formatArray = func( formatCount, from, to); in getAllFormats()
694 sal_Unicode const * const * const formatArray = section[s].formatArray; in getAllFormats() local
695 if ( formatArray ) in getAllFormats()
700 replace( formatArray[nOff], section[s].from, section[s].to), in getAllFormats()
701 formatArray[nOff + 1], in getAllFormats()
702 formatArray[nOff + 2], in getAllFormats()
703 formatArray[nOff + 3], in getAllFormats()
704 formatArray[nOff + 4], in getAllFormats()
[all …]