Lines Matching refs:numberFormat
1329 NumberFormat* numberFormat = 0; in parseCustomID() local
1350 numberFormat = NumberFormat::createInstance(success); in parseCustomID()
1354 numberFormat->setParseIntegerOnly(TRUE); in parseCustomID()
1360 numberFormat->parse(id, n, pos); in parseCustomID()
1362 delete numberFormat; in parseCustomID()
1370 delete numberFormat; in parseCustomID()
1377 numberFormat->parse(id, n, pos); in parseCustomID()
1380 delete numberFormat; in parseCustomID()
1386 delete numberFormat; in parseCustomID()
1393 numberFormat->parse(id, n, pos); in parseCustomID()
1396 delete numberFormat; in parseCustomID()
1414 delete numberFormat; in parseCustomID()
1436 delete numberFormat; in parseCustomID()