OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:state_name
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
regexcst.pl
60
$
state_name
= @fields[0];
61
$
state_name
=~ s/://; # strip off the colon from the state name.
63
if ($states{$
state_name
} != 0) {
64
print " rbbicst: at line $line-num duplicate definition of state $
state_name
\n";
66
$states{$
state_name
} = $num_states;
67
$stateNames[$num_states] = $
state_name
;
/external/icu4c/common/
rbbicst.pl
59
$
state_name
= @fields[0];
60
$
state_name
=~ s/://; # strip off the colon from the state name.
62
if ($states{$
state_name
} != 0) {
63
print " rbbicst: at line $line-num duplicate definition of state $
state_name
\n";
65
$states{$
state_name
} = $num_states;
66
$stateNames[$num_states] = $
state_name
;
Completed in 510 milliseconds