Home
last modified time | relevance | path

Searched refs:wcf (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dwinnmtst.cpp297 NumberFormat *wcf = NumberFormat::createCurrencyInstance(ulocale, status); in testLocales() local
300 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wcf, TRUE, log); in testLocales()
308 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wcf, TRUE, log); in testLocales()
315 delete wcf; in testLocales()
/external/sqlite/dist/orig/
Dsqlite3.c105218 u16 wcf = WHERE_ONEPASS_DESIRED|WHERE_DUPLICATES_OK|WHERE_SEEK_TABLE;
105220 wcf |= (bComplex ? 0 : WHERE_ONEPASS_MULTIROW);
105248 pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere, 0, 0, wcf, iTabCur+1);
/external/sqlite/dist/
Dsqlite3.c105218 u16 wcf = WHERE_ONEPASS_DESIRED|WHERE_DUPLICATES_OK|WHERE_SEEK_TABLE;
105220 wcf |= (bComplex ? 0 : WHERE_ONEPASS_MULTIROW);
105248 pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere, 0, 0, wcf, iTabCur+1);