Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dnptrans.h116 UBool isLabelSeparator(UChar32 ch, UErrorCode& status);
Dnptrans.cpp276 UBool NamePrepTransform::isLabelSeparator(UChar32 ch, UErrorCode& status){ in isLabelSeparator() function in NamePrepTransform
Didnaref.cpp656 if(prep->isLabelSeparator(src[i],*status)){ in getNextSeparator()
665 if(prep->isLabelSeparator(src[i],*status)){ in getNextSeparator()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DIDNA2003.java92 if(isLabelSeparator(src[start])){ in getSeparatorIndex()
143 private static boolean isLabelSeparator(int ch){ in isLabelSeparator() method in IDNA2003
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DIDNA2003.java90 if(isLabelSeparator(src[start])){ in getSeparatorIndex()
142 private static boolean isLabelSeparator(int ch){ in isLabelSeparator() method in IDNA2003
/external/icu/icu4c/source/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()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
DNamePrepTransform.java55 public static boolean isLabelSeparator(int ch){ in isLabelSeparator() method in NamePrepTransform
DIDNAReference.java96 if(NamePrepTransform.isLabelSeparator(src[start])){ in getSeparatorIndex()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DNamePrepTransform.java54 public static boolean isLabelSeparator(int ch){ in isLabelSeparator() method in NamePrepTransform
DIDNAReference.java95 if(NamePrepTransform.isLabelSeparator(src[start])){ in getSeparatorIndex()