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

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundleReader.java 356 private static int RES_GET_OFFSET(int res) {
510 int offset = RES_GET_OFFSET(res);
563 int offset=RES_GET_OFFSET(res);
592 int offset = RES_GET_OFFSET(res);
626 int offset=RES_GET_OFFSET(res);
647 int offset=RES_GET_OFFSET(res);
681 int offset=RES_GET_OFFSET(res);
714 int offset=RES_GET_OFFSET(res);
736 int offset=RES_GET_OFFSET(res);
754 int offset = RES_GET_OFFSET(res)
    [all...]
  /external/icu/icu4c/source/common/
uresdata.cpp 312 uint32_t offset=RES_GET_OFFSET(res);
357 uint32_t offset=RES_GET_OFFSET(res);
420 uint32_t offset=RES_GET_OFFSET(res);
439 uint32_t offset=RES_GET_OFFSET(res);
459 uint32_t offset=RES_GET_OFFSET(res);
476 uint32_t offset=RES_GET_OFFSET(res);
576 uint32_t offset=RES_GET_OFFSET(res);
604 uint32_t offset = RES_GET_OFFSET(res);
711 uint32_t offset=RES_GET_OFFSET(table);
759 uint32_t offset=RES_GET_OFFSET(table)
    [all...]
uresdata.h 69 #define RES_GET_OFFSET(res) ((res)&0x0fffffff)
70 #define RES_GET_POINTER(pRoot, res) ((pRoot)+RES_GET_OFFSET(res))
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundleReader.java 354 private static int RES_GET_OFFSET(int res) {
508 int offset = RES_GET_OFFSET(res);
561 int offset=RES_GET_OFFSET(res);
590 int offset = RES_GET_OFFSET(res);
624 int offset=RES_GET_OFFSET(res);
645 int offset=RES_GET_OFFSET(res);
679 int offset=RES_GET_OFFSET(res);
712 int offset=RES_GET_OFFSET(res);
734 int offset=RES_GET_OFFSET(res);
752 int offset = RES_GET_OFFSET(res)
    [all...]
  /external/icu/icu4c/source/tools/genrb/
reslist.cpp 400 int32_t poolStringIndex = (int32_t)RES_GET_OFFSET(fSame->fRes);
467 int32_t offset = (int32_t)RES_GET_OFFSET(resWord);
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 793 milliseconds