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

  /external/chromium_org/third_party/icu/source/common/
uresdata.c 55 static const int32_t gEmpty32=0;
354 const int32_t *p32= offset==0 ? &gEmpty32 : pResData->pRoot+offset;
374 p= offset==0 ? &gEmpty32 : pResData->pRoot+offset;
440 const int32_t *p= offset==0 ? &gEmpty32 : pResData->pRoot+offset;
484 const int32_t *p= offset==0 ? &gEmpty32 : pResData->pRoot+offset;
512 const int32_t *p= offset==0 ? &gEmpty32 : pResData->pRoot+offset;
    [all...]
  /external/icu4c/common/
uresdata.c 61 } gEmpty32={ 0, 0 };
361 const int32_t *p32= offset==0 ? (const int32_t*)&gEmpty32 : pResData->pRoot+offset;
381 p= offset==0 ? (const int32_t *)&gEmpty32 : pResData->pRoot+offset;
    [all...]

Completed in 27 milliseconds