HomeSort by relevance Sort by last modified time
    Searched defs:UNASSIGNED (Results 1 - 25 of 65) sorted by null

1 2 3

  /frameworks/base/core/java/android/net/
IpConfiguration.java 40 UNASSIGNED
56 UNASSIGNED,
79 init(IpAssignment.UNASSIGNED, ProxySettings.UNASSIGNED, null, null);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
AssignTokenTypesBehavior.java 39 protected static final Integer UNASSIGNED = Utils.integer(-1);
107 // setting to UNASSIGNED if we have loaded ';'/SEMI
111 tokens.put(t.getText(), UNASSIGNED);
136 tokens.put(t.getText(), UNASSIGNED);
249 // walk string literals assigning types to unassigned ones
289 // walk token names, assigning values if unassigned
293 if ( tokens.get(tokenID)==UNASSIGNED ) {
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterConstants.java 86 /* this is used in fromUnicode DBCS tables as an "unassigned" marker */
122 static final int UNASSIGNED = 0; /**< The code point is unassigned.
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacterEnums.java 30 * Unassigned character type
32 public static final byte UNASSIGNED = 0;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringPrep.java 35 * <li> Unassigned Table: Contains code points that are unassigned
62 * Option to prohibit processing of unassigned code points in the input
69 * Option to allow processing of unassigned code points in the input
184 private static final int UNASSIGNED = 0x0000;
388 // check if the source codepoint is unassigned
389 if(val.type == UNASSIGNED && allowUnassigned == false){
390 throw new StringPrepParseException("An unassigned code point was found in the input",
491 * <li>{@link #DEFAULT} Prohibit processing of unassigned code points in the input</li>
492 * <li>{@link #ALLOW_UNASSIGNED} Treat the unassigned code points are in the inpu
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacterEnums.java 31 * Unassigned character type
34 public static final byte UNASSIGNED = 0;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
StringPrep.java 34 * <li> Unassigned Table: Contains code points that are unassigned
61 * Option to prohibit processing of unassigned code points in the input
69 * Option to allow processing of unassigned code points in the input
199 private static final int UNASSIGNED = 0x0000;
405 // check if the source codepoint is unassigned
406 if(val.type == UNASSIGNED && allowUnassigned == false){
407 throw new StringPrepParseException("An unassigned code point was found in the input",
508 * <li>{@link #DEFAULT} Prohibit processing of unassigned code points in the input</li>
509 * <li>{@link #ALLOW_UNASSIGNED} Treat the unassigned code points are in the inpu
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
Character.java 191 public static final byte UNASSIGNED = 0;
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-socks/4.1.6.Final/
netty-codec-socks-4.1.6.Final.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.0.5/
kotlin-stdlib-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-runtime.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.2/
kotlin-stdlib-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.5/
kotlin-stdlib-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.6/
kotlin-stdlib-1.0.6.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar 
  /external/kotlinc/lib/
kotlin-runtime.jar 
kotlin-stdlib.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.2-4/
kotlin-stdlib-1.1.2-4.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/
kotlin-stdlib-1.1.3.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.3-2/
kotlin-stdlib-1.1.3-2.jar 
  /prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
kotlin-stdlib-1.2.20.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.1/
kotlin-stdlib-1.1.1.jar 

Completed in 252 milliseconds

1 2 3