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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
makeunicodedata.py 43 CATEGORY_NAMES = [ "Cn", "Lu", "Ll", "Lt", "Mn", "Mc", "Me", "Nd",
115 category = CATEGORY_NAMES.index(record[2])
260 for name in CATEGORY_NAMES:
757 category_changes[i] = CATEGORY_NAMES.index(value)
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
RegisterType.java 56 return "(" + CATEGORY_NAMES[category] + (type==null?"":("," + type)) + ")";
61 writer.write(CATEGORY_NAMES[category]);
125 public static final String[] CATEGORY_NAMES = new String[] {
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 225 milliseconds