Lines Matching refs:nfc
97 NumberFormatCode nfc = null; in _getDefault() local
100 nfc = oObj.getDefault(KNumberFormatType.SHORT, in _getDefault()
102 String str = nfc.Code; in _getDefault()
112 nfc = oObj.getDefault(KNumberFormatType.LONG, in _getDefault()
114 str = nfc.Code; in _getDefault()
136 NumberFormatCode nfc = null; in _getFormatCode() local
139 nfc = oObj.getFormatCode in _getFormatCode()
141 res &= ( ! nfc.Code.equals("") ); in _getFormatCode()
142 nfc = oObj.getFormatCode in _getFormatCode()
144 res &= ( ! nfc.Code.equals("") ); in _getFormatCode()
158 NumberFormatCode[] nfc = null; in _getAllFormatCode() local
161 nfc = oObj.getAllFormatCode(KNumberFormatUsage.DATE, getLocale(i)); in _getAllFormatCode()
162 res &= ( nfc.length != 0 ); in _getAllFormatCode()
163 nfc = oObj.getAllFormatCode(KNumberFormatUsage.TIME, getLocale(i)); in _getAllFormatCode()
164 res &= ( nfc.length != 0 ); in _getAllFormatCode()
176 NumberFormatCode[] nfc = null; in _getAllFormatCodes() local
179 nfc = oObj.getAllFormatCodes(getLocale(i)); in _getAllFormatCodes()
180 res &= ( nfc.length != 0 ); in _getAllFormatCodes()