OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timeIndex
(Results
1 - 2
of
2
) sorted by null
/external/aac/libSBRenc/src/
ton_corr.cpp
142
INT i, k, r, r2,
timeIndex
, autoCorrScaling;
194
timeIndex
= startIndexMatrix;
257
quotaMatrix[
timeIndex
][r] = FL2FXCONST_DBL(0.0f);
258
signMatrix[
timeIndex
][r] = 0;
291
quotaMatrix[
timeIndex
][r] = tmp << commonShift;
293
quotaMatrix[
timeIndex
][r] =
297
quotaMatrix[
timeIndex
][r] = FL2FXCONST_DBL(0.0f);
318
signMatrix[
timeIndex
][r] = 1 - 2 * (r2 & 0x1);
321
nrgVector[
timeIndex
] +=
335
timeIndex
++
[
all
...]
/external/cldr/tools/java/org/unicode/cldr/util/
ICUServiceBuilder.java
80
// public SimpleDateFormat getDateFormat(CLDRFile cldrFile, int dateIndex, int
timeIndex
) {
82
// return getDateFormat(dateIndex,
timeIndex
);
166
public SimpleDateFormat getDateFormat(String calendar, int dateIndex, int
timeIndex
) {
167
return getDateFormat(calendar, dateIndex,
timeIndex
, null);
170
public SimpleDateFormat getDateFormat(String calendar, int dateIndex, int
timeIndex
, String numbersOverride) {
171
String key = cldrFile.getLocaleID() + "," + calendar + "," + dateIndex + "," +
timeIndex
;
175
String pattern = getPattern(calendar, dateIndex,
timeIndex
);
380
private String getPattern(String calendar, int dateIndex, int
timeIndex
) {
382
if (DateFormatValues[
timeIndex
] == -1)
385
pattern = getDateTimePattern(calendar, "time", DateFormatNames[
timeIndex
]);
[
all
...]
Completed in 257 milliseconds