HomeSort by relevance Sort by last modified time
    Searched full:punycode_success (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/test/intltest/
punyref.h 42 punycode_success, enumerator in enum:punycode_status
82 /* except punycode_bad_input; if not punycode_success, then */
108 /* defined above; if not punycode_success, then output_length, */
punyref.c 210 return punycode_success;
297 return punycode_success;
idnaref.cpp 101 case punycode_success:
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
PunycodeReference.java 40 public static final int punycode_success=0; field in class:PunycodeReference
219 return punycode_success;
236 int rc = punycode_success;
247 if(rc==punycode_success){
274 int rc = punycode_success;
285 if(rc==punycode_success){
380 return punycode_success;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
PunycodeReference.java 39 public static final int punycode_success=0; field in class:PunycodeReference
218 return punycode_success;
235 int rc = punycode_success;
246 if(rc==punycode_success){
273 int rc = punycode_success;
284 if(rc==punycode_success){
379 return punycode_success;

Completed in 98 milliseconds