Lines Matching refs:numberFormat
1347 NumberFormat* numberFormat = 0; in parseCustomID() local
1368 numberFormat = NumberFormat::createInstance(success); in parseCustomID()
1372 numberFormat->setParseIntegerOnly(TRUE); in parseCustomID()
1378 numberFormat->parse(id, n, pos); in parseCustomID()
1380 delete numberFormat; in parseCustomID()
1388 delete numberFormat; in parseCustomID()
1395 numberFormat->parse(id, n, pos); in parseCustomID()
1398 delete numberFormat; in parseCustomID()
1404 delete numberFormat; in parseCustomID()
1411 numberFormat->parse(id, n, pos); in parseCustomID()
1414 delete numberFormat; in parseCustomID()
1432 delete numberFormat; in parseCustomID()
1454 delete numberFormat; in parseCustomID()