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

  /external/chromium_org/third_party/icu/source/common/
uresdata.c 651 uint32_t *resFlags;
702 if(pTempTable->resFlags[offset>>5]&((uint32_t)1<<(offset&0x1f))) {
707 pTempTable->resFlags[offset>>5]|=((uint32_t)1<<(offset&0x1f));
    [all...]
  /external/icu4c/common/
uresdata.c 670 uint32_t *resFlags;
721 if(pTempTable->resFlags[offset>>5]&((uint32_t)1<<(offset&0x1f))) {
726 pTempTable->resFlags[offset>>5]|=((uint32_t)1<<(offset&0x1f));
    [all...]

Completed in 48 milliseconds