Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DIDNA2003.java183 int poLen = processOut.length(); in convertToASCII() local
185 if(poLen==0){ in convertToASCII()
194 for(int j=0;j<poLen;j++ ){ in convertToASCII()
227 (poLen>0) ? poLen-1 : poLen); in convertToASCII()
239 caseFlags = new boolean[poLen]; in convertToASCII()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DIDNA2003.java182 int poLen = processOut.length(); in convertToASCII() local
184 if(poLen==0){ in convertToASCII()
193 for(int j=0;j<poLen;j++ ){ in convertToASCII()
226 (poLen>0) ? poLen-1 : poLen); in convertToASCII()
238 caseFlags = new boolean[poLen]; in convertToASCII()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DIDNAReference.java162 int poLen = processOut.length(); in convertToASCII() local
163 if(poLen==0){ in convertToASCII()
172 for(int j=0;j<poLen;j++ ){ in convertToASCII()
205 (poLen>0) ? poLen-1 : poLen); in convertToASCII()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DIDNAReference.java159 int poLen = processOut.length(); in convertToASCII() local
160 if(poLen==0){ in convertToASCII()
169 for(int j=0;j<poLen;j++ ){ in convertToASCII()
202 (poLen>0) ? poLen-1 : poLen); in convertToASCII()