Searched refs:wcf (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | winnmtst.cpp | 296 NumberFormat *wcf = NumberFormat::createCurrencyInstance(ulocale, status); in testLocales() local 299 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wcf, TRUE, log); in testLocales() 307 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wcf, TRUE, log); in testLocales() 314 delete wcf; in testLocales()
|
/external/sqlite/dist/ |
D | sqlite3.c | 98077 u16 wcf = WHERE_ONEPASS_DESIRED|WHERE_DUPLICATES_OK; 98078 wcf |= (bComplex ? 0 : WHERE_ONEPASS_MULTIROW); 98106 pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere, 0, 0, wcf, iTabCur+1);
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 98059 u16 wcf = WHERE_ONEPASS_DESIRED|WHERE_DUPLICATES_OK; 98060 wcf |= (bComplex ? 0 : WHERE_ONEPASS_MULTIROW); 98088 pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere, 0, 0, wcf, iTabCur+1);
|