Searched defs:NamePrepTransform (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnptrans.h34 class NamePrepTransform { class
42 NamePrepTransform(UParseError& parseError, UErrorCode& status);
47 static NamePrepTransform* createInstance(UParseError& parseError, UErrorCode& status);
49 virtual ~NamePrepTransform();
126 inline UBool NamePrepTransform::isLDHChar(UChar32 ch){
144 class NamePrepTransform { class
H A Dnptrans.cpp34 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) function in class:NamePrepTransform
71 mapping = Transliterator::createFromRules(UnicodeString("NamePrepTransform", ""), rule,
125 UBool NamePrepTransform::isProhibited(UChar32 ch){
129 NamePrepTransform
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dnptrans.h34 class NamePrepTransform { class
42 NamePrepTransform(UParseError& parseError, UErrorCode& status);
47 static NamePrepTransform* createInstance(UParseError& parseError, UErrorCode& status);
49 virtual ~NamePrepTransform();
126 inline UBool NamePrepTransform::isLDHChar(UChar32 ch){
144 class NamePrepTransform { class
H A Dnptrans.cpp34 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) function in class:NamePrepTransform
71 mapping = Transliterator::createFromRules(UnicodeString("NamePrepTransform", ""), rule,
125 UBool NamePrepTransform::isProhibited(UChar32 ch){
129 NamePrepTransform
[all...]

Completed in 374 milliseconds