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

  /external/cldr/tools/java/org/unicode/cldr/tool/
CheckHtmlFiles.java 516 int ulCount = 0;
528 ++ulCount;
537 --ulCount;
570 --ulCount;
578 --ulCount;
579 if (liCount != 0 || ulCount != 0) {
580 throw new IllegalArgumentException("Mismatched counts in generated contents, li:" + liCount + ", ul:" + ulCount);
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/I2CLib/
I2CLib.c 31 VOID I2C_Delay(UINT32 ulCount)
33 MicroSecondDelay(ulCount);

Completed in 377 milliseconds