Lines Matching defs:parseError
564 UParseError parseError ;
566 Transliterator::createInstance(transliteratorID, UTRANS_FORWARD, parseError,
571 + "\n\tpreContext : " + prettify(parseError.preContext)
572 + "\n\tpostContext : " + prettify(parseError.postContext));
580 + "\n\tpreContext : " + prettify(parseError.preContext)
581 + "\n\tpostContext : " + prettify(parseError.postContext));
603 UParseError parseError;
609 parseError, status));
619 parseError, status));
1379 UParseError parseError;
1380 TransliteratorPointer t1(Transliterator::createInstance("[\\u0964-\\u0965\\u0981-\\u0983\\u0985-\\u098C\\u098F-\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2\\u09B6-\\u09B9\\u09BC\\u09BE-\\u09C4\\u09C7-\\u09C8\\u09CB-\\u09CD\\u09D7\\u09DC-\\u09DD\\u09DF-\\u09E3\\u09E6-\\u09FA];NFD;Bengali-InterIndic;InterIndic-Gujarati;NFC;",UTRANS_FORWARD, parseError, status));