Lines Matching refs:numberFormat
1332 NumberFormat* numberFormat = 0; in parseCustomID() local
1353 numberFormat = NumberFormat::createInstance(success); in parseCustomID()
1357 numberFormat->setParseIntegerOnly(TRUE); in parseCustomID()
1363 numberFormat->parse(id, n, pos); in parseCustomID()
1365 delete numberFormat; in parseCustomID()
1373 delete numberFormat; in parseCustomID()
1380 numberFormat->parse(id, n, pos); in parseCustomID()
1383 delete numberFormat; in parseCustomID()
1389 delete numberFormat; in parseCustomID()
1396 numberFormat->parse(id, n, pos); in parseCustomID()
1399 delete numberFormat; in parseCustomID()
1417 delete numberFormat; in parseCustomID()
1439 delete numberFormat; in parseCustomID()