Home | History | Annotate | Download | only in intltest

Lines Matching defs:NamePrepTransform

36 const char NamePrepTransform::fgClassID=0;
39 NamePrepTransform* NamePrepTransform::createInstance(UParseError& parseError, UErrorCode& status){
40 NamePrepTransform* transform = new NamePrepTransform(parseError, status);
49 NamePrepTransform::NamePrepTransform(UParseError& parseError, UErrorCode& status)
73 mapping = Transliterator::createFromRules(UnicodeString("NamePrepTransform", ""), rule,
127 UBool NamePrepTransform::isProhibited(UChar32 ch){
131 NamePrepTransform::~NamePrepTransform(){
141 int32_t NamePrepTransform::map(const UChar* src, int32_t srcLength,
186 int32_t NamePrepTransform::process( const UChar* src, int32_t srcLength,
276 UBool NamePrepTransform::isLabelSeparator(UChar32 ch, UErrorCode& status){