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

  /external/icu4c/i18n/
bmsearch.cpp 675 int32_t lIndex = 0;
685 for (lIndex = 0; ; lIndex += 1) {
686 const CEI *cei = target->prevCE(lIndex);
692 while (lIndex >= 0 && target->prevCE(lIndex)->highOffset == high) {
693 lIndex -= 1;
706 lIndex = 0;
709 tIndex = ++lIndex;
749 const CEI lastCEI = *target->prevCE(lIndex);
    [all...]
  /external/icu4c/layout/
HangulLayoutEngine.cpp 113 le_int32 lIndex = lead - LJMO_FIRST;
118 if ((lIndex < 0 || lIndex >= LJMO_COUNT ) || (vIndex < 0 || vIndex >= VJMO_COUNT)) {
127 syllable = (LEUnicode) ((lIndex * VJMO_COUNT + vIndex) * TJMO_COUNT + tIndex + HSYL_FIRST);
  /hardware/qcom/display/libhwcomposer/
hwc_mdpcomp.cpp 969 pipe_info.lIndex = ovutils::OV_INVALID;
975 pipe_info.lIndex = getMdpPipe(ctx, type);
976 if(pipe_info.lIndex == ovutils::OV_INVALID)
980 pipe_info.lIndex = getMdpPipe(ctx, type);
982 pipe_info.lIndex == ovutils::OV_INVALID)
    [all...]
hwc_mdpcomp.h 208 ovutils::eDest lIndex;
  /frameworks/av/media/libmedia/
IAudioPolicyService.cpp 256 int lIndex = reply.readInt32();
257 if (index) *index = lIndex;

Completed in 193 milliseconds