Home
last modified time | relevance | path

Searched refs:isLabelSeparator (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/test/intltest/
Dnptrans.h121 UBool isLabelSeparator(UChar32 ch, UErrorCode& status);
Dnptrans.cpp279 UBool NamePrepTransform::isLabelSeparator(UChar32 ch, UErrorCode& status){ in isLabelSeparator() function in NamePrepTransform
Didnaref.cpp652 if(prep->isLabelSeparator(src[i],*status)){ in getNextSeparator()
661 if(prep->isLabelSeparator(src[i],*status)){ in getNextSeparator()
/external/icu4c/common/
Duidna.cpp131 static inline UBool isLabelSeparator(UChar ch){ in isLabelSeparator() function
157 if(isLabelSeparator(src[i])){ in getNextSeparator()
166 if(isLabelSeparator(src[i])){ in getNextSeparator()