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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
egman.c 79 /* EG for alternates already have their altID filled in */
159 printf("BlkLevel=%d i=%d altnum=%d CurAltNum=%d altID=%s\n",
160 BlkLevel,i,innerAlt->curAltNum,CurAltNum_array[BlkLevel],eg->altID);
165 innerAlt->exception_label=eg->altID;
syn.h 144 char *altID; /* which alt did it come from (blk#:alt#) */
gen.c 395 eg->altID==NULL?"":eg->altID);
396 if ( eg->altID!=NULL ) dumpException(eg, 0);
    [all...]
antlr.g     [all...]
antlr.c     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneAliasTest.java 262 String altID = TimeZone.getEquivalentID(id, j);
263 if (altID.equals(id)) continue;
264 purportedAliases.add(altID);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneAliasTest.java 259 String altID = TimeZone.getEquivalentID(id, j);
260 if (altID.equals(id)) continue;
261 purportedAliases.add(altID);

Completed in 417 milliseconds