Home
last modified time | relevance | path

Searched refs:isCached (Results 1 – 5 of 5) sorted by relevance

/external/srec/tools/grxmlcompile/
Dsub_min.cpp260 bool isCached; in PairwiseDeterminize() local
269 isCached= false; in PairwiseDeterminize()
284 isCached= true; in PairwiseDeterminize()
334 if (isCached == false) { in PairwiseDeterminize()
/external/icu4c/common/
Dunorm.cpp517 UBool isCached; in internalGetNXHangul() local
519 UMTX_CHECK(NULL, (UBool)(nxCache[UNORM_NX_HANGUL]!=NULL), isCached); in internalGetNXHangul()
521 if(!isCached) { in internalGetNXHangul()
555 UBool isCached; in internalGetSerializedNX() local
557 UMTX_CHECK(NULL, (UBool)(nxCache[options]!=NULL), isCached); in internalGetSerializedNX()
559 if( !isCached && in internalGetSerializedNX()
639 UBool isCached; in internalGetNX() local
641 UMTX_CHECK(NULL, (UBool)(nxCache[options]!=NULL), isCached); in internalGetNX()
643 if(!isCached) { in internalGetNX()
Dunames.c152 UBool isCached; in isDataLoaded() local
155 UMTX_CHECK(NULL, (uCharNames!=NULL), isCached); in isDataLoaded()
157 if(!isCached) { in isDataLoaded()
Ducnvmbcs.c1682 UBool isCached; in ucnv_MBCSOpen() local
1685 isCached=mbcsTable->swapLFNLStateTable!=NULL; in ucnv_MBCSOpen()
1688 if(!isCached) { in ucnv_MBCSOpen()
/external/libxml2/
Dxpath.c1427 int isCached = 0; in xmlXPathDebugObjUsageRequested() local
1434 isCached = 1; in xmlXPathDebugObjUsageRequested()
1476 if (! isCached) in xmlXPathDebugObjUsageRequested()
1485 if (! isCached) in xmlXPathDebugObjUsageRequested()
1494 if (! isCached) in xmlXPathDebugObjUsageRequested()
1503 if (! isCached) in xmlXPathDebugObjUsageRequested()
1512 if (! isCached) in xmlXPathDebugObjUsageRequested()
1521 if (! isCached) in xmlXPathDebugObjUsageRequested()
1530 if (! isCached) in xmlXPathDebugObjUsageRequested()
1539 if (! isCached) in xmlXPathDebugObjUsageRequested()
[all …]