Lines Matching refs:j

72         for ( j=2; j<=NF; ++j )
74 if ( $j ~ /^replaceTo="/ )
77 if ( $j ~ />$/ )
79 if ( $j ~ /\/>$/ )
81 sReplaceTo = substr( $j, 12, length($j)-l )
117 if ( $j ~ /^ref="/ )
120 if ( $j ~ />$/ )
122 if ( $j ~ /\/>$/ )
124 locale = substr( $j, 6, length($j)-l )
208 for ( j=0; j<nFormats; ++j )
210 state = FormatInSymbol( Formats[j] )
211 if ( Formats[j] == "\xc2\xa4" )
214 print " bad: `" Formats[j] "' (" FormatLine[j] ")"
219 print "unknown: `" Formats[j] "' (" FormatLine[j] ")"
221 else if ( FormatAuto[j] && state < 2 )
224 print "badauto: `" Formats[j] "' (" FormatLine[j] ")"
229 for ( j=0; j<nCurrencies; ++j )
232 if ( Symbols[j] == "\xc2\xa4" )
233 print "def bad: `" Symbols[j] "' (" SymbolLine[j] ")"
234 if ( SymbolDefault[j] )
237 print "default: `" Symbols[j] "' (" SymbolLine[j] ")"
239 if ( SymbolCompati[j] )
242 print "compati: `" Symbols[j] "' (" SymbolLine[j] ")"
245 print "defined: `" Symbols[j] "' (" SymbolLine[j] ")"
252 for ( j=0; j<nCurrencies; ++j )
254 if ( Symbols[j] == "\xc2\xa4" )
257 print "def bad: `" Symbols[j] "' (" SymbolLine[j] ")"
259 if ( SymbolDefault[j] )
266 print "dupe default: `" Symbols[j] "' (" SymbolLine[j] ")"
269 if ( SymbolCompati[j] )
276 print "dupe compati: `" Symbols[j] "' (" SymbolLine[j] ")"
291 for ( j=0; j<nCurrencies; ++j )
301 …if ( IDs[j] !~ /^[ABCDEFGHIJKLMNOPQRSTUVWXYZ][ABCDEFGHIJKLMNOPQRSTUVWXYZ][ABCDEFGHIJKLMNOPQRSTUVWX…
302 && !(file == "zh_MO.xml" && IDs[j] == "P") )
305 print "no ISO 4217 code: `" IDs[j] "' (" IDLine[j] ")"
308 if ( IDs[j] != BankSymbols[j] )
311 print "not equal: CurrencyID `" IDs[j] "' != BankSymbol `" BankSymbols[j] \
312 "' (" IDLine[j] " and " BankSymbolLine[j] ")"