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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
IDNA.java 684 public static StringBuffer convertToUnicode(String src, int options)
687 return convertToUnicode(iter,options);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
IDNA.java 697 public static StringBuffer convertToUnicode(String src, int options)
700 return convertToUnicode(iter,options);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
IDNAReference.java 271 public static StringBuffer convertToUnicode(String src, int options)
274 return convertToUnicode(iter,options);
276 public static StringBuffer convertToUnicode(StringBuffer src, int options)
279 return convertToUnicode(iter,options);
281 public static StringBuffer convertToUnicode(UCharacterIterator iter, int options)
368 result.append(convertToUnicode(iter,options));
TestIDNA.java 94 StringBuffer out = IDNA.convertToUnicode(src,options);
96 errln("convertToUnicode did not return expected result with options : "+ options +
100 errln("convertToUnicode did not get the expected exception. The operation succeeded!");
104 errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString());
109 StringBuffer out = IDNA.convertToUnicode(inBuf,options);
111 errln("convertToUnicode did not return expected result with options : "+ options +
115 errln("convertToUnicode did not get the expected exception. The operation succeeded!");
119 errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString());
124 StringBuffer out = IDNA.convertToUnicode(inIter,options);
126 errln("convertToUnicode did not return expected result with options : "+ options
    [all...]
TestIDNARef.java 123 StringBuffer out = IDNAReference.convertToUnicode(src,options);
125 errln("convertToUnicode did not return expected result with options : "+ options +
129 errln("convertToUnicode did not get the expected exception. The operation succeeded!");
133 errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString());
138 StringBuffer out = IDNAReference.convertToUnicode(inBuf,options);
140 errln("convertToUnicode did not return expected result with options : "+ options +
144 errln("convertToUnicode did not get the expected exception. The operation succeeded!");
148 errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString());
153 StringBuffer out = IDNAReference.convertToUnicode(inIter,options);
155 errln("convertToUnicode did not return expected result with options : "+ options
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
IDNAReference.java 268 public static StringBuffer convertToUnicode(String src, int options)
271 return convertToUnicode(iter,options);
273 public static StringBuffer convertToUnicode(StringBuffer src, int options)
276 return convertToUnicode(iter,options);
278 public static StringBuffer convertToUnicode(UCharacterIterator iter, int options)
365 result.append(convertToUnicode(iter,options));
TestIDNA.java 91 StringBuffer out = IDNA.convertToUnicode(src,options);
93 errln("convertToUnicode did not return expected result with options : "+ options +
97 errln("convertToUnicode did not get the expected exception. The operation succeeded!");
101 errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString());
106 StringBuffer out = IDNA.convertToUnicode(inBuf,options);
108 errln("convertToUnicode did not return expected result with options : "+ options +
112 errln("convertToUnicode did not get the expected exception. The operation succeeded!");
116 errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString());
121 StringBuffer out = IDNA.convertToUnicode(inIter,options);
123 errln("convertToUnicode did not return expected result with options : "+ options
    [all...]
TestIDNARef.java 120 StringBuffer out = IDNAReference.convertToUnicode(src,options);
122 errln("convertToUnicode did not return expected result with options : "+ options +
126 errln("convertToUnicode did not get the expected exception. The operation succeeded!");
130 errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString());
135 StringBuffer out = IDNAReference.convertToUnicode(inBuf,options);
137 errln("convertToUnicode did not return expected result with options : "+ options +
141 errln("convertToUnicode did not get the expected exception. The operation succeeded!");
145 errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString());
150 StringBuffer out = IDNAReference.convertToUnicode(inIter,options);
152 errln("convertToUnicode did not return expected result with options : "+ options
    [all...]
  /frameworks/base/obex/javax/obex/
ObexSession.java 106 realm = ObexHelper.convertToUnicode(realmString, false);
ObexHelper.java 289 headerImpl.setHeader(headerID, ObexHelper.convertToUnicode(
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
IDNA2003.java 294 public static StringBuffer convertToUnicode(UCharacterIterator src, int options)
418 result.append(convertToUnicode(iter,options));
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
IDNA2003.java 293 public static StringBuffer convertToUnicode(UCharacterIterator src, int options)
417 result.append(convertToUnicode(iter,options));
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 184 milliseconds