Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dnptrans.h116 UBool isLabelSeparator(UChar32 ch, UErrorCode& status);
Dnptrans.cpp273 UBool NamePrepTransform::isLabelSeparator(UChar32 ch, UErrorCode& status){ in isLabelSeparator() function in NamePrepTransform
Didnaref.cpp667 if(prep->isLabelSeparator(src[i],*status)){ in getNextSeparator()
676 if(prep->isLabelSeparator(src[i],*status)){ in getNextSeparator()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DIDNA2003.java90 if(isLabelSeparator(src[start])){ in getSeparatorIndex()
141 private static boolean isLabelSeparator(int ch){ in isLabelSeparator() method in IDNA2003
/third_party/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
/third_party/skia/third_party/externals/icu/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()
/third_party/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()
/third_party/node/deps/icu-small/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()
/third_party/flutter/skia/third_party/externals/icu/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()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DNamePrepTransform.java57 public static boolean isLabelSeparator(int ch){ in isLabelSeparator() method in NamePrepTransform
DIDNAReference.java98 if(NamePrepTransform.isLabelSeparator(src[start])){ in getSeparatorIndex()
/third_party/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()