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

  /external/chromium/third_party/icu/source/i18n/
bmsearch.cpp 722 int32_t lIndex = 0;
732 for (lIndex = 0; ; lIndex += 1) {
733 const CEI *cei = target->prevCE(lIndex);
739 while (lIndex >= 0 && target->prevCE(lIndex)->highOffset == high) {
740 lIndex -= 1;
753 lIndex = 0;
756 tIndex = ++lIndex;
796 const CEI lastCEI = *target->prevCE(lIndex);
    [all...]
  /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);
  /frameworks/base/media/libmedia/
IAudioPolicyService.cpp 251 int lIndex = reply.readInt32();
252 if (index) *index = lIndex;

Completed in 122 milliseconds