Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dnptrans.h114 UBool isLabelSeparator(UChar32 ch, UErrorCode& status);
Dnptrans.cpp274 UBool NamePrepTransform::isLabelSeparator(UChar32 ch, UErrorCode& status){ in isLabelSeparator() function in NamePrepTransform
Didnaref.cpp654 if(prep->isLabelSeparator(src[i],*status)){ in getNextSeparator()
663 if(prep->isLabelSeparator(src[i],*status)){ in getNextSeparator()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DIDNA2003.java88 if(isLabelSeparator(src[start])){ in getSeparatorIndex()
140 private static boolean isLabelSeparator(int ch){ in isLabelSeparator() method in IDNA2003
/external/icu/icu4c/source/common/
Duidna.cpp129 static inline UBool isLabelSeparator(UChar ch){ in isLabelSeparator() function
155 if(isLabelSeparator(src[i])){ in getNextSeparator()
164 if(isLabelSeparator(src[i])){ in getNextSeparator()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DNamePrepTransform.java52 public static boolean isLabelSeparator(int ch){ in isLabelSeparator() method in NamePrepTransform
DIDNAReference.java93 if(NamePrepTransform.isLabelSeparator(src[start])){ in getSeparatorIndex()