Lines Matching refs:parse
50 }; /* "%%lenient-parse:" */
61 // Temporary workaround - when noParse is true, do noting in parse.
306 * On a successful parse, return a StringLocalizationInfo*, otherwise delete locData, set perror and status,
309 StringLocalizationInfo* parse(UChar* data, int32_t len);
354 LocDataParser::parse(UChar* _data, int32_t len) {
610 return parser.parse(p, len);
834 //TODO: remove below when we fix the parse bug - See #6895 / #6896
864 //TODO: remove below when we fix the parse bug - See #6895 / #6896
1152 RuleBasedNumberFormat::parse(const UnicodeString& text,
1180 rp->parse(workingText, working_pp, kMaxDouble, working_result);
1315 // check to see if there's a set of lenient-parse rules. If there
1322 // (where "%%lenient-parse" would actually get treated as
1338 // copy out the lenient-parse rules and delete them
1377 // and remove it from its description. We can't actually parse
1581 // if lenient-parse mode is off, this will be null