Home
last modified time | relevance | path

Searched refs:punycode_big_output (Results 1 – 5 of 5) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
DPunycodeReference.java46 public static final int punycode_big_output=2; /* Output would exceed the space provided. */ field in PunycodeReference
158 if (max_out - out < 2) return punycode_big_output; in encode()
203 if (out >= max_out) return punycode_big_output; in encode()
243 if(rc==punycode_big_output){ in encode()
261 case punycode_big_output: in getException()
282 if(rc==punycode_big_output){ in decode()
324 if (b > max_out) return punycode_big_output; in decode()
371 if (out >= max_out) return punycode_big_output; in decode()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DPunycodeReference.java43 public static final int punycode_big_output=2; /* Output would exceed the space provided. */ field in PunycodeReference
155 if (max_out - out < 2) return punycode_big_output; in encode()
200 if (out >= max_out) return punycode_big_output; in encode()
240 if(rc==punycode_big_output){ in encode()
258 case punycode_big_output: in getException()
279 if(rc==punycode_big_output){ in decode()
321 if (b > max_out) return punycode_big_output; in decode()
368 if (out >= max_out) return punycode_big_output; in decode()
/external/icu/icu4c/source/test/intltest/
Dpunyref.cpp148 if (max_out - out < 2) return punycode_big_output; in punycode_encode()
193 if (out >= max_out) return punycode_big_output; in punycode_encode()
239 if (b > max_out) return punycode_big_output; in punycode_decode()
286 if (out >= max_out) return punycode_big_output; in punycode_decode()
Dpunyref.h46 punycode_big_output, /* Output would exceed the space provided. */ enumerator
Didnaref.cpp107 case punycode_big_output: /* Output would exceed the space provided. */ in getError()