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

  /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
FatDirectoryEntry.java 226 for (int i=0; i < AbstractDirectory.MAX_LABEL_LENGTH; i++) {
  /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){