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

  /external/icu/icu4c/source/test/intltest/
punyref.h 44 punycode_success, enumerator in enum:punycode_status
84 /* except punycode_bad_input; if not punycode_success, then */
110 /* defined above; if not punycode_success, then output_length, */
punyref.cpp 212 return punycode_success;
299 return punycode_success;
idnaref.cpp 103 case punycode_success:
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
PunycodeReference.java 44 public static final int punycode_success=0; field in class:PunycodeReference
223 return punycode_success;
240 int rc = punycode_success;
251 if(rc==punycode_success){
278 int rc = punycode_success;
289 if(rc==punycode_success){
384 return punycode_success;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
PunycodeReference.java 41 public static final int punycode_success=0; field in class:PunycodeReference
220 return punycode_success;
237 int rc = punycode_success;
248 if(rc==punycode_success){
275 int rc = punycode_success;
286 if(rc==punycode_success){
381 return punycode_success;

Completed in 318 milliseconds