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

  /external/sonivox/arm-wt-22k/lib_src/
eas_otadata.h 70 EAS_U8 currentPattern; /* current pattern for loop */
eas_ota.c 373 if ((result = OTA_RestorePosition(pEASData->hwInstData, pData, &pData->patterns[pData->currentPattern])) != EAS_SUCCESS)
399 if ((result = OTA_FetchBitField(pEASData->hwInstData, pData, 2, &pData->currentPattern)) != EAS_SUCCESS)
413 if ((result = OTA_SavePosition(pEASData->hwInstData, pData, &pData->patterns[pData->currentPattern])) != EAS_SUCCESS)
421 if (pData->patterns[pData->currentPattern].fileOffset < 0)
432 if ((result = OTA_RestorePosition(pEASData->hwInstData, pData, &pData->patterns[pData->currentPattern])) != EAS_SUCCESS)
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/test/
CheckNumbers.java 578 currentPattern = currentInput = currentFormatted = currentReparsed = "?";
581 currentPattern = inout.get("pattern");
582 if (currentPattern != null)
583 df.applyPattern(currentPattern);
585 currentPattern = getPattern();
587 currentPattern = "Use format like: ##,###.##";
CheckDates.java     [all...]
CheckCLDR.java     [all...]
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar 

Completed in 259 milliseconds