HomeSort by relevance Sort by last modified time
    Searched defs:MAX_LABEL_LENGTH (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/icu/source/common/
uidna.cpp 34 #define MAX_LABEL_LENGTH 63
35 /* The Max length of the labels should not be more than MAX_LABEL_LENGTH */
377 if(reqLength > MAX_LABEL_LENGTH){
  /external/chromium_org/third_party/icu/source/test/intltest/
idnaref.cpp 34 #define MAX_LABEL_LENGTH 63
391 if(reqLength > MAX_LABEL_LENGTH){
  /external/icu4c/common/
uidna.cpp 34 #define MAX_LABEL_LENGTH 63
35 /* The Max length of the labels should not be more than MAX_LABEL_LENGTH */
377 if(reqLength > MAX_LABEL_LENGTH){
  /external/icu4c/test/intltest/
idnaref.cpp 34 #define MAX_LABEL_LENGTH 63
393 if(reqLength > MAX_LABEL_LENGTH){
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
AbstractDirectory.java 41 public static final int MAX_LABEL_LENGTH = 11;
362 if (label.length() > MAX_LABEL_LENGTH) throw new
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 81 milliseconds