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

12

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
H A DTestData.java11 import android.icu.text.StringPrepParseException;
284 new StringPrepParseException("",StringPrepParseException.PROHIBITED_ERROR),
296 new StringPrepParseException("",StringPrepParseException.UNASSIGNED_ERROR),
308 new StringPrepParseException("",StringPrepParseException.CHECK_BIDI_ERROR),
322 new StringPrepParseException("",StringPrepParseException.STD3_ASCII_RULES_ERROR),
338 new StringPrepParseException("",StringPrepParseExceptio
[all...]
H A DIDNAReference.java10 import android.icu.text.StringPrepParseException;
119 throws StringPrepParseException{
124 throws StringPrepParseException{
129 throws StringPrepParseException{
160 throw new StringPrepParseException("Found zero length lable after NamePrep.",StringPrepParseException.ZERO_LENGTH_LABEL);
189 throw new StringPrepParseException( "The input does not conform to the STD 3 ASCII rules",
190 StringPrepParseException.STD3_ASCII_RULES_ERROR,
194 throw new StringPrepParseException("The input does not conform to the STD 3 ASCII rules",
195 StringPrepParseException
[all...]
H A DNamePrepTransform.java17 import android.icu.text.StringPrepParseException;
102 throws StringPrepParseException{
107 throws StringPrepParseException{
116 throw new StringPrepParseException("An unassigned code point was found in the input",
117 StringPrepParseException.UNASSIGNED_ERROR);
123 throws StringPrepParseException{
138 throw new StringPrepParseException("A prohibited code point was found in the input",
139 StringPrepParseException.PROHIBITED_ERROR,
159 throw new StringPrepParseException("The input does not conform to the rules for BiDi code points.",
160 StringPrepParseException
[all...]
H A DTestStringPrep.java14 import android.icu.text.StringPrepParseException;
206 if (new StringPrepParseException("coverage", 0, "", 0,0) == null){
207 errln("Construct StringPrepParseException(String, int, String, int, int)");
259 * Tests the constructor public StringPrepParseException(String message, int error, String rules, int pos, int
265 StringPrepParseException exceptions[] = new StringPrepParseException[locales.length];
268 exceptions[i] = new StringPrepParseException(locales[i].toString(), i, rules, i, i);
272 /* Tests the method public boolean equals(Object other) for StringPrepParseException */
274 StringPrepParseException sppe = new StringPrepParseException("dumm
[all...]
H A DNFS4StringPrep.java16 import android.icu.text.StringPrepParseException;
65 throws StringPrepParseException, UnsupportedEncodingException{
73 throws StringPrepParseException, UnsupportedEncodingException{
82 throws IOException, StringPrepParseException, UnsupportedEncodingException{
125 throws IOException, StringPrepParseException, UnsupportedEncodingException{
136 throw new StringPrepParseException("Suffix following a special index", StringPrepParseException.INVALID_CHAR_FOUND);
H A DPunycodeReference.java30 import android.icu.text.StringPrepParseException;
223 throws StringPrepParseException{
255 throws StringPrepParseException{
258 throw new StringPrepParseException("The output capacity was not sufficient.",StringPrepParseException.BUFFER_OVERFLOW_ERROR);
260 throw new StringPrepParseException("Illegal char found in the input",StringPrepParseException.ILLEGAL_CHAR_FOUND);
262 throw new StringPrepParseException("Invalid char found in the input",StringPrepParseException.INVALID_CHAR_FOUND);
269 throws StringPrepParseException{
[all...]
H A DTestIDNA.java16 import android.icu.text.StringPrepParseException;
30 private StringPrepParseException unassignedException = new StringPrepParseException("",StringPrepParseException.UNASSIGNED_ERROR);
93 }catch(StringPrepParseException ex){
108 }catch(StringPrepParseException ex){
123 }catch(StringPrepParseException ex){
144 }catch(StringPrepParseException ex){
158 }catch(StringPrepParseException ex){
173 }catch(StringPrepParseException e
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
H A DTestData.java10 import com.ibm.icu.text.StringPrepParseException;
283 new StringPrepParseException("",StringPrepParseException.PROHIBITED_ERROR),
295 new StringPrepParseException("",StringPrepParseException.UNASSIGNED_ERROR),
307 new StringPrepParseException("",StringPrepParseException.CHECK_BIDI_ERROR),
321 new StringPrepParseException("",StringPrepParseException.STD3_ASCII_RULES_ERROR),
337 new StringPrepParseException("",StringPrepParseExceptio
[all...]
H A DIDNAReference.java9 import com.ibm.icu.text.StringPrepParseException;
118 throws StringPrepParseException{
123 throws StringPrepParseException{
128 throws StringPrepParseException{
159 throw new StringPrepParseException("Found zero length lable after NamePrep.",StringPrepParseException.ZERO_LENGTH_LABEL);
188 throw new StringPrepParseException( "The input does not conform to the STD 3 ASCII rules",
189 StringPrepParseException.STD3_ASCII_RULES_ERROR,
193 throw new StringPrepParseException("The input does not conform to the STD 3 ASCII rules",
194 StringPrepParseException
[all...]
H A DNamePrepTransform.java16 import com.ibm.icu.text.StringPrepParseException;
101 throws StringPrepParseException{
106 throws StringPrepParseException{
115 throw new StringPrepParseException("An unassigned code point was found in the input",
116 StringPrepParseException.UNASSIGNED_ERROR);
122 throws StringPrepParseException{
137 throw new StringPrepParseException("A prohibited code point was found in the input",
138 StringPrepParseException.PROHIBITED_ERROR,
158 throw new StringPrepParseException("The input does not conform to the rules for BiDi code points.",
159 StringPrepParseException
[all...]
H A DTestStringPrep.java13 import com.ibm.icu.text.StringPrepParseException;
202 if (new StringPrepParseException("coverage", 0, "", 0,0) == null){
203 errln("Construct StringPrepParseException(String, int, String, int, int)");
255 * Tests the constructor public StringPrepParseException(String message, int error, String rules, int pos, int
261 StringPrepParseException exceptions[] = new StringPrepParseException[locales.length];
264 exceptions[i] = new StringPrepParseException(locales[i].toString(), i, rules, i, i);
268 /* Tests the method public boolean equals(Object other) for StringPrepParseException */
270 StringPrepParseException sppe = new StringPrepParseException("dumm
[all...]
H A DNFS4StringPrep.java15 import com.ibm.icu.text.StringPrepParseException;
64 throws StringPrepParseException, UnsupportedEncodingException{
72 throws StringPrepParseException, UnsupportedEncodingException{
81 throws IOException, StringPrepParseException, UnsupportedEncodingException{
124 throws IOException, StringPrepParseException, UnsupportedEncodingException{
135 throw new StringPrepParseException("Suffix following a special index", StringPrepParseException.INVALID_CHAR_FOUND);
H A DPunycodeReference.java29 import com.ibm.icu.text.StringPrepParseException;
222 throws StringPrepParseException{
254 throws StringPrepParseException{
257 throw new StringPrepParseException("The output capacity was not sufficient.",StringPrepParseException.BUFFER_OVERFLOW_ERROR);
259 throw new StringPrepParseException("Illegal char found in the input",StringPrepParseException.ILLEGAL_CHAR_FOUND);
261 throw new StringPrepParseException("Invalid char found in the input",StringPrepParseException.INVALID_CHAR_FOUND);
268 throws StringPrepParseException{
[all...]
H A DTestIDNA.java15 import com.ibm.icu.text.StringPrepParseException;
26 private StringPrepParseException unassignedException = new StringPrepParseException("",StringPrepParseException.UNASSIGNED_ERROR);
89 }catch(StringPrepParseException ex){
104 }catch(StringPrepParseException ex){
119 }catch(StringPrepParseException ex){
140 }catch(StringPrepParseException ex){
154 }catch(StringPrepParseException ex){
169 }catch(StringPrepParseException e
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DIDNA2003.java12 import android.icu.text.StringPrepParseException;
154 throws StringPrepParseException{
185 throw new StringPrepParseException("Found zero length lable after NamePrep.",StringPrepParseException.ZERO_LENGTH_LABEL);
214 throw new StringPrepParseException( "The input does not conform to the STD 3 ASCII rules",
215 StringPrepParseException.STD3_ASCII_RULES_ERROR,
219 throw new StringPrepParseException("The input does not conform to the STD 3 ASCII rules",
220 StringPrepParseException.STD3_ASCII_RULES_ERROR,processOut.toString(),0);
223 throw new StringPrepParseException("The input does not conform to the STD 3 ASCII rules",
224 StringPrepParseException
[all...]
H A DPunycode.java11 import android.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/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DIDNA2003.java11 import com.ibm.icu.text.StringPrepParseException;
153 throws StringPrepParseException{
184 throw new StringPrepParseException("Found zero length lable after NamePrep.",StringPrepParseException.ZERO_LENGTH_LABEL);
213 throw new StringPrepParseException( "The input does not conform to the STD 3 ASCII rules",
214 StringPrepParseException.STD3_ASCII_RULES_ERROR,
218 throw new StringPrepParseException("The input does not conform to the STD 3 ASCII rules",
219 StringPrepParseException.STD3_ASCII_RULES_ERROR,processOut.toString(),0);
222 throw new StringPrepParseException("The input does not conform to the STD 3 ASCII rules",
223 StringPrepParseException
[all...]
H A DPunycode.java10 import com.ibm.icu.text.StringPrepParseException;
130 public static StringBuilder encode(CharSequence src, boolean[] caseFlags) throws StringPrepParseException{
157 throw new StringPrepParseException("Illegal char found",StringPrepParseException.ILLEGAL_CHAR_FOUND);
271 throws StringPrepParseException{
296 throw new StringPrepParseException("Illegal char found", StringPrepParseException.INVALID_CHAR_FOUND);
328 throw new StringPrepParseException("Illegal char found", StringPrepParseException.ILLEGAL_CHAR_FOUND);
333 throw new StringPrepParseException("Invali
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DStringPrepParseException.java18 public class StringPrepParseException extends ParseException { class in inherits:ParseException
68 public StringPrepParseException(String message,int error){ method in class:StringPrepParseException
83 public StringPrepParseException(String message,int error, String rules, int pos){ method in class:StringPrepParseException
102 public StringPrepParseException(String message, int error, String rules, int pos, int lineNumber){ method in class:StringPrepParseException
117 if(!(other instanceof StringPrepParseException)){
120 return ((StringPrepParseException)other).error == this.error;
H A DIDNA.java463 * StringPrepParseException.
473 * @throws StringPrepParseException When an error occurs for parsing a string.
479 throws StringPrepParseException{
511 throws StringPrepParseException{
543 throws StringPrepParseException{
579 throws StringPrepParseException{
615 throws StringPrepParseException{
651 throws StringPrepParseException{
683 throws StringPrepParseException{
715 throws StringPrepParseException{
[all...]
H A DStringPrep.java378 throws StringPrepParseException{
393 throw new StringPrepParseException("An unassigned code point was found in the input",
394 StringPrepParseException.UNASSIGNED_ERROR,
499 * @throws StringPrepParseException An exception occurs when parsing a string is invalid.
502 throws StringPrepParseException{
527 throw new StringPrepParseException("A prohibited code point was found in the input",
528 StringPrepParseException.PROHIBITED_ERROR,iter.getText(),val.value);
549 throw new StringPrepParseException("The input does not conform to the rules for BiDi code points.",
550 StringPrepParseException.CHECK_BIDI_ERROR,iter.getText(),
559 throw new StringPrepParseException("Th
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DIDNA.java483 * StringPrepParseException.
493 * @throws StringPrepParseException When an error occurs for parsing a string.
498 throws StringPrepParseException{
529 throws StringPrepParseException{
560 throws StringPrepParseException{
595 throws StringPrepParseException{
630 throws StringPrepParseException{
665 throws StringPrepParseException{
696 throws StringPrepParseException{
727 throws StringPrepParseException{
[all...]
H A DStringPrepParseException.java18 public class StringPrepParseException extends ParseException { class in inherits:ParseException
81 public StringPrepParseException(String message,int error){ method in class:StringPrepParseException
97 public StringPrepParseException(String message,int error, String rules, int pos){ method in class:StringPrepParseException
117 public StringPrepParseException(String message, int error, String rules, int pos, int lineNumber){ method in class:StringPrepParseException
133 if(!(other instanceof StringPrepParseException)){
136 return ((StringPrepParseException)other).error == this.error;
H A DStringPrep.java395 throws StringPrepParseException{
410 throw new StringPrepParseException("An unassigned code point was found in the input",
411 StringPrepParseException.UNASSIGNED_ERROR,
516 * @throws StringPrepParseException An exception occurs when parsing a string is invalid.
520 throws StringPrepParseException{
545 throw new StringPrepParseException("A prohibited code point was found in the input",
546 StringPrepParseException.PROHIBITED_ERROR,iter.getText(),val.value);
567 throw new StringPrepParseException("The input does not conform to the rules for BiDi code points.",
568 StringPrepParseException.CHECK_BIDI_ERROR,iter.getText(),
577 throw new StringPrepParseException("Th
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
H A DExceptionTests.java18 import android.icu.text.StringPrepParseException;
64 StringPrepParseException exceptions[] = new StringPrepParseException[locales.length];
67 exceptions[i] = new StringPrepParseException(locales[i].toString(), i, rules, i);

Completed in 391 milliseconds

12