Home
last modified time | relevance | path

Searched refs:from0 (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/icu/
DSupplementalMapper.java84 boolean from0 = FROM_ATTRIBUTE.matcher(arg0).find(startPos);
86 if (from0 != from1) {
87 return from0 ? 1 : -1;
/external/libopus/celt/
Dcelt_encoder.c699 int from0, from1; in tf_analysis() local
701 from0 = cost0; in tf_analysis()
703 if (from0 < from1) in tf_analysis()
705 curr0 = from0; in tf_analysis()
712 from0 = cost0 + lambda; in tf_analysis()
714 if (from0 < from1) in tf_analysis()
716 curr1 = from0; in tf_analysis()