Home | History | Annotate | Download | only in intltest

Lines Matching defs:NamePrepTransform

34 const char NamePrepTransform::fgClassID=0;
37 NamePrepTransform* NamePrepTransform::createInstance(UParseError& parseError, UErrorCode& status){
38 NamePrepTransform* transform = new NamePrepTransform(parseError, status);
47 NamePrepTransform::NamePrepTransform(UParseError& parseError, UErrorCode& status)
71 mapping = Transliterator::createFromRules(UnicodeString("NamePrepTransform", ""), rule,
125 UBool NamePrepTransform::isProhibited(UChar32 ch){
129 NamePrepTransform::~NamePrepTransform(){
139 int32_t NamePrepTransform::map(const UChar* src, int32_t srcLength,
184 int32_t NamePrepTransform::process( const UChar* src, int32_t srcLength,
274 UBool NamePrepTransform::isLabelSeparator(UChar32 ch, UErrorCode& status){