Home | History | Annotate | Download | only in i18n

Lines Matching defs:FormatParser

272     fp = new FormatParser();
285 fp = new FormatParser();
302 fp = new FormatParser();
402 FormatParser fp;
412 FormatParser fp;
1614 DateTimeMatcher::set(const UnicodeString& pattern, FormatParser* fp) {
1620 DateTimeMatcher::set(const UnicodeString& pattern, FormatParser* fp, PtnSkeleton& skeletonResult) {
1757 FormatParser::FormatParser () {
1763 FormatParser::~FormatParser () {
1769 FormatParser::TokenStatus
1770 FormatParser::setTokens(const UnicodeString& pattern, int32_t startPos, int32_t *len) {
1796 FormatParser
1816 FormatParser::getCanonicalIndex(const UnicodeString& s, UBool strict) {
1850 FormatParser::isQuoteLiteral(const UnicodeString& s) {
1857 FormatParser::getQuoteLiteral(UnicodeString& quote, int32_t *itemIndex) {
1887 FormatParser::isPatternSeparator(UnicodeString& field) {