Home
last modified time | relevance | path

Searched refs:isLDHChar (Results 1 – 9 of 9) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dnptrans.h118 inline UBool isLDHChar(UChar32 ch);
128 inline UBool NamePrepTransform::isLDHChar(UChar32 ch){ in isLDHChar() function
Didnaref.cpp340 …}else if(prep->isLDHChar(b1[j])==false){ // if the char is in ASCII range verify that it is an LD… in idnaref_toASCII()
474 }if(prep->isLDHChar(src[srcLength])==false){ in idnaref_toUnicode()
487 }else if(prep->isLDHChar(src[j])==false){ in idnaref_toUnicode()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DIDNA2003.java118 private static boolean isLDHChar(int ch){ in isLDHChar() method in IDNA2003
198 }else if(isLDHChar(ch)==false){ in convertToASCII()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DIDNA2003.java116 private static boolean isLDHChar(int ch){ in isLDHChar() method in IDNA2003
197 }else if(isLDHChar(ch)==false){ in convertToASCII()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DIDNAReference.java106 private static boolean isLDHChar(int ch){ in isLDHChar() method in IDNAReference
176 }else if(isLDHChar(ch)==false){ in convertToASCII()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DIDNAReference.java103 private static boolean isLDHChar(int ch){ in isLDHChar() method in IDNAReference
173 }else if(isLDHChar(ch)==false){ in convertToASCII()
/third_party/icu/icu4c/source/common/
Duidna.cpp177 static inline UBool isLDHChar(UChar ch){ in isLDHChar() function
285 …}else if(isLDHChar(b1[j])==false){ // if the char is in ASCII range verify that it is an LDH char… in _internal_toASCII()
/third_party/node/deps/icu-small/source/common/
Duidna.cpp177 static inline UBool isLDHChar(char16_t ch){ in isLDHChar() function
285 …}else if(isLDHChar(b1[j])==false){ // if the char is in ASCII range verify that it is an LDH char… in _internal_toASCII()
/third_party/skia/third_party/externals/icu/source/common/
Duidna.cpp177 static inline UBool isLDHChar(UChar ch){ in isLDHChar() function
285 …}else if(isLDHChar(b1[j])==FALSE){ // if the char is in ASCII range verify that it is an LDH char… in _internal_toASCII()