Lines Matching refs:numberFormat
1333 NumberFormat* numberFormat = 0; in parseCustomID() local
1354 numberFormat = NumberFormat::createInstance(success); in parseCustomID()
1358 numberFormat->setParseIntegerOnly(TRUE); in parseCustomID()
1364 numberFormat->parse(id, n, pos); in parseCustomID()
1366 delete numberFormat; in parseCustomID()
1374 delete numberFormat; in parseCustomID()
1381 numberFormat->parse(id, n, pos); in parseCustomID()
1384 delete numberFormat; in parseCustomID()
1390 delete numberFormat; in parseCustomID()
1397 numberFormat->parse(id, n, pos); in parseCustomID()
1400 delete numberFormat; in parseCustomID()
1418 delete numberFormat; in parseCustomID()
1440 delete numberFormat; in parseCustomID()