Searched refs:StringPrepParseException (Results 1 - 25 of 35) sorted by relevance

12

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
H A DTestData.java13 import android.icu.text.StringPrepParseException;
286 new StringPrepParseException("",StringPrepParseException.PROHIBITED_ERROR),
298 new StringPrepParseException("",StringPrepParseException.UNASSIGNED_ERROR),
310 new StringPrepParseException("",StringPrepParseException.CHECK_BIDI_ERROR),
324 new StringPrepParseException("",StringPrepParseException.STD3_ASCII_RULES_ERROR),
340 new StringPrepParseException("",StringPrepParseExceptio
[all...]
H A DIDNAReference.java12 import android.icu.text.StringPrepParseException;
121 throws StringPrepParseException{
126 throws StringPrepParseException{
131 throws StringPrepParseException{
162 throw new StringPrepParseException("Found zero length lable after NamePrep.",StringPrepParseException.ZERO_LENGTH_LABEL);
191 throw new StringPrepParseException( "The input does not conform to the STD 3 ASCII rules",
192 StringPrepParseException.STD3_ASCII_RULES_ERROR,
196 throw new StringPrepParseException("The input does not conform to the STD 3 ASCII rules",
197 StringPrepParseException
[all...]
H A DNamePrepTransform.java19 import android.icu.text.StringPrepParseException;
104 throws StringPrepParseException{
109 throws StringPrepParseException{
118 throw new StringPrepParseException("An unassigned code point was found in the input",
119 StringPrepParseException.UNASSIGNED_ERROR);
125 throws StringPrepParseException{
140 throw new StringPrepParseException("A prohibited code point was found in the input",
141 StringPrepParseException.PROHIBITED_ERROR,
161 throw new StringPrepParseException("The input does not conform to the rules for BiDi code points.",
162 StringPrepParseException
[all...]
H A DTestStringPrep.java18 import android.icu.text.StringPrepParseException;
208 if (new StringPrepParseException("coverage", 0, "", 0,0) == null){
209 errln("Construct StringPrepParseException(String, int, String, int, int)");
263 * Tests the constructor public StringPrepParseException(String message, int error, String rules, int pos, int
270 StringPrepParseException exceptions[] = new StringPrepParseException[locales.length];
273 exceptions[i] = new StringPrepParseException(locales[i].toString(), i, rules, i, i);
277 /* Tests the method public boolean equals(Object other) for StringPrepParseException */
280 StringPrepParseException sppe = new StringPrepParseException("dumm
[all...]
H A DNFS4StringPrep.java18 import android.icu.text.StringPrepParseException;
67 throws StringPrepParseException, UnsupportedEncodingException{
75 throws StringPrepParseException, UnsupportedEncodingException{
84 throws IOException, StringPrepParseException, UnsupportedEncodingException{
127 throws IOException, StringPrepParseException, UnsupportedEncodingException{
138 throw new StringPrepParseException("Suffix following a special index", StringPrepParseException.INVALID_CHAR_FOUND);
H A DPunycodeReference.java32 import android.icu.text.StringPrepParseException;
225 throws StringPrepParseException{
257 throws StringPrepParseException{
260 throw new StringPrepParseException("The output capacity was not sufficient.",StringPrepParseException.BUFFER_OVERFLOW_ERROR);
262 throw new StringPrepParseException("Illegal char found in the input",StringPrepParseException.ILLEGAL_CHAR_FOUND);
264 throw new StringPrepParseException("Invalid char found in the input",StringPrepParseException.INVALID_CHAR_FOUND);
271 throws StringPrepParseException{
[all...]
H A DTestIDNA.java21 import android.icu.text.StringPrepParseException;
29 private StringPrepParseException unassignedException = new StringPrepParseException("",StringPrepParseException.UNASSIGNED_ERROR);
97 }catch(StringPrepParseException ex){
112 }catch(StringPrepParseException ex){
127 }catch(StringPrepParseException ex){
148 }catch(StringPrepParseException ex){
162 }catch(StringPrepParseException ex){
177 }catch(StringPrepParseException e
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
H A DTestData.java12 import com.ibm.icu.text.StringPrepParseException;
285 new StringPrepParseException("",StringPrepParseException.PROHIBITED_ERROR),
297 new StringPrepParseException("",StringPrepParseException.UNASSIGNED_ERROR),
309 new StringPrepParseException("",StringPrepParseException.CHECK_BIDI_ERROR),
323 new StringPrepParseException("",StringPrepParseException.STD3_ASCII_RULES_ERROR),
339 new StringPrepParseException("",StringPrepParseExceptio
[all...]
H A DIDNAReference.java11 import com.ibm.icu.text.StringPrepParseException;
120 throws StringPrepParseException{
125 throws StringPrepParseException{
130 throws StringPrepParseException{
161 throw new StringPrepParseException("Found zero length lable after NamePrep.",StringPrepParseException.ZERO_LENGTH_LABEL);
190 throw new StringPrepParseException( "The input does not conform to the STD 3 ASCII rules",
191 StringPrepParseException.STD3_ASCII_RULES_ERROR,
195 throw new StringPrepParseException("The input does not conform to the STD 3 ASCII rules",
196 StringPrepParseException
[all...]
H A DNamePrepTransform.java18 import com.ibm.icu.text.StringPrepParseException;
103 throws StringPrepParseException{
108 throws StringPrepParseException{
117 throw new StringPrepParseException("An unassigned code point was found in the input",
118 StringPrepParseException.UNASSIGNED_ERROR);
124 throws StringPrepParseException{
139 throw new StringPrepParseException("A prohibited code point was found in the input",
140 StringPrepParseException.PROHIBITED_ERROR,
160 throw new StringPrepParseException("The input does not conform to the rules for BiDi code points.",
161 StringPrepParseException
[all...]
H A DTestStringPrep.java17 import com.ibm.icu.text.StringPrepParseException;
207 if (new StringPrepParseException("coverage", 0, "", 0,0) == null){
208 errln("Construct StringPrepParseException(String, int, String, int, int)");
262 * Tests the constructor public StringPrepParseException(String message, int error, String rules, int pos, int
269 StringPrepParseException exceptions[] = new StringPrepParseException[locales.length];
272 exceptions[i] = new StringPrepParseException(locales[i].toString(), i, rules, i, i);
276 /* Tests the method public boolean equals(Object other) for StringPrepParseException */
279 StringPrepParseException sppe = new StringPrepParseException("dumm
[all...]
H A DNFS4StringPrep.java17 import com.ibm.icu.text.StringPrepParseException;
66 throws StringPrepParseException, UnsupportedEncodingException{
74 throws StringPrepParseException, UnsupportedEncodingException{
83 throws IOException, StringPrepParseException, UnsupportedEncodingException{
126 throws IOException, StringPrepParseException, UnsupportedEncodingException{
137 throw new StringPrepParseException("Suffix following a special index", StringPrepParseException.INVALID_CHAR_FOUND);
H A DPunycodeReference.java31 import com.ibm.icu.text.StringPrepParseException;
224 throws StringPrepParseException{
256 throws StringPrepParseException{
259 throw new StringPrepParseException("The output capacity was not sufficient.",StringPrepParseException.BUFFER_OVERFLOW_ERROR);
261 throw new StringPrepParseException("Illegal char found in the input",StringPrepParseException.ILLEGAL_CHAR_FOUND);
263 throw new StringPrepParseException("Invalid char found in the input",StringPrepParseException.INVALID_CHAR_FOUND);
270 throws StringPrepParseException{
[all...]
H A DTestIDNA.java20 import com.ibm.icu.text.StringPrepParseException;
28 private StringPrepParseException unassignedException = new StringPrepParseException("",StringPrepParseException.UNASSIGNED_ERROR);
96 }catch(StringPrepParseException ex){
111 }catch(StringPrepParseException ex){
126 }catch(StringPrepParseException ex){
147 }catch(StringPrepParseException ex){
161 }catch(StringPrepParseException ex){
176 }catch(StringPrepParseException e
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DIDNA2003.java14 import android.icu.text.StringPrepParseException;
156 throws StringPrepParseException{
187 throw new StringPrepParseException("Found zero length lable after NamePrep.",StringPrepParseException.ZERO_LENGTH_LABEL);
216 throw new StringPrepParseException( "The input does not conform to the STD 3 ASCII rules",
217 StringPrepParseException.STD3_ASCII_RULES_ERROR,
221 throw new StringPrepParseException("The input does not conform to the STD 3 ASCII rules",
222 StringPrepParseException.STD3_ASCII_RULES_ERROR,processOut.toString(),0);
225 throw new StringPrepParseException("The input does not conform to the STD 3 ASCII rules",
226 StringPrepParseException
[all...]
H A DPunycode.java13 import android.icu.text.StringPrepParseException;
134 public static StringBuilder encode(CharSequence src, boolean[] caseFlags) throws StringPrepParseException{
161 throw new StringPrepParseException("Illegal char found",StringPrepParseException.ILLEGAL_CHAR_FOUND);
275 throws StringPrepParseException{
300 throw new StringPrepParseException("Illegal char found", StringPrepParseException.INVALID_CHAR_FOUND);
332 throw new StringPrepParseException("Illegal char found", StringPrepParseException.ILLEGAL_CHAR_FOUND);
337 throw new StringPrepParseException("Invali
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DIDNA2003.java13 import com.ibm.icu.text.StringPrepParseException;
155 throws StringPrepParseException{
186 throw new StringPrepParseException("Found zero length lable after NamePrep.",StringPrepParseException.ZERO_LENGTH_LABEL);
215 throw new StringPrepParseException( "The input does not conform to the STD 3 ASCII rules",
216 StringPrepParseException.STD3_ASCII_RULES_ERROR,
220 throw new StringPrepParseException("The input does not conform to the STD 3 ASCII rules",
221 StringPrepParseException.STD3_ASCII_RULES_ERROR,processOut.toString(),0);
224 throw new StringPrepParseException("The input does not conform to the STD 3 ASCII rules",
225 StringPrepParseException
[all...]
H A DPunycode.java12 import com.ibm.icu.text.StringPrepParseException;
132 public static StringBuilder encode(CharSequence src, boolean[] caseFlags) throws StringPrepParseException{
159 throw new StringPrepParseException("Illegal char found",StringPrepParseException.ILLEGAL_CHAR_FOUND);
273 throws StringPrepParseException{
298 throw new StringPrepParseException("Illegal char found", StringPrepParseException.INVALID_CHAR_FOUND);
330 throw new StringPrepParseException("Illegal char found", StringPrepParseException.ILLEGAL_CHAR_FOUND);
335 throw new StringPrepParseException("Invali
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DIDNA.java465 * StringPrepParseException.
475 * @throws StringPrepParseException When an error occurs for parsing a string.
481 throws StringPrepParseException{
513 throws StringPrepParseException{
545 throws StringPrepParseException{
581 throws StringPrepParseException{
617 throws StringPrepParseException{
653 throws StringPrepParseException{
685 throws StringPrepParseException{
717 throws StringPrepParseException{
[all...]
H A DStringPrepParseException.java20 public class StringPrepParseException extends ParseException { class in inherits:ParseException
70 public StringPrepParseException(String message,int error){ method in class:StringPrepParseException
85 public StringPrepParseException(String message,int error, String rules, int pos){ method in class:StringPrepParseException
104 public StringPrepParseException(String message, int error, String rules, int pos, int lineNumber){ method in class:StringPrepParseException
120 if(!(other instanceof StringPrepParseException)){
123 return ((StringPrepParseException)other).error == this.error;
H A DStringPrep.java375 throws StringPrepParseException{
390 throw new StringPrepParseException("An unassigned code point was found in the input",
391 StringPrepParseException.UNASSIGNED_ERROR,
496 * @throws StringPrepParseException An exception occurs when parsing a string is invalid.
499 throws StringPrepParseException{
524 throw new StringPrepParseException("A prohibited code point was found in the input",
525 StringPrepParseException.PROHIBITED_ERROR,iter.getText(),val.value);
546 throw new StringPrepParseException("The input does not conform to the rules for BiDi code points.",
547 StringPrepParseException.CHECK_BIDI_ERROR,iter.getText(),
556 throw new StringPrepParseException("Th
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DIDNA.java485 * StringPrepParseException.
495 * @throws StringPrepParseException When an error occurs for parsing a string.
500 throws StringPrepParseException{
531 throws StringPrepParseException{
562 throws StringPrepParseException{
597 throws StringPrepParseException{
632 throws StringPrepParseException{
667 throws StringPrepParseException{
698 throws StringPrepParseException{
729 throws StringPrepParseException{
[all...]
H A DStringPrepParseException.java20 public class StringPrepParseException extends ParseException { class in inherits:ParseException
83 public StringPrepParseException(String message,int error){ method in class:StringPrepParseException
99 public StringPrepParseException(String message,int error, String rules, int pos){ method in class:StringPrepParseException
119 public StringPrepParseException(String message, int error, String rules, int pos, int lineNumber){ method in class:StringPrepParseException
136 if(!(other instanceof StringPrepParseException)){
139 return ((StringPrepParseException)other).error == this.error;
H A DStringPrep.java392 throws StringPrepParseException{
407 throw new StringPrepParseException("An unassigned code point was found in the input",
408 StringPrepParseException.UNASSIGNED_ERROR,
513 * @throws StringPrepParseException An exception occurs when parsing a string is invalid.
517 throws StringPrepParseException{
542 throw new StringPrepParseException("A prohibited code point was found in the input",
543 StringPrepParseException.PROHIBITED_ERROR,iter.getText(),val.value);
564 throw new StringPrepParseException("The input does not conform to the rules for BiDi code points.",
565 StringPrepParseException.CHECK_BIDI_ERROR,iter.getText(),
574 throw new StringPrepParseException("Th
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
H A DExceptionHandler.java20 import android.icu.text.StringPrepParseException;
61 StringPrepParseException exceptions[] = new StringPrepParseException[locales.length];
64 exceptions[i] = new StringPrepParseException(locales[i].toString(), i, rules, i);

Completed in 1404 milliseconds

12