HomeSort by relevance Sort by last modified time
    Searched defs:listOffset (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery/src/com/android/camera/gallery/
ImageListUber.java 213 int listOffset = list.getImageIndex(image);
222 if (listOffset < offset) {
223 return skipCount + listOffset;
225 listOffset -= offset;
  /external/icu4c/common/
ucnv_io.c 167 uint32_t listOffset;
629 * alias and listOffset should be non-NULL.
632 isAliasInList(const char *alias, uint32_t listOffset) {
633 if (listOffset) {
635 uint32_t listCount = gMainTable.taggedAliasLists[listOffset];
637 const uint16_t *currList = gMainTable.taggedAliasLists + listOffset + 1;
652 * return the listOffset for gTaggedAliasLists. If it's 0,
658 uint32_t listOffset;
670 listOffset = gMainTable.taggedAliasArray[tagNum*gMainTable.converterListSize + convNum];
671 if (listOffset && gMainTable.taggedAliasLists[listOffset + 1])
    [all...]

Completed in 307 milliseconds