HomeSort by relevance Sort by last modified time
    Searched refs:stateNames (Results 1 - 3 of 3) sorted by null

  /external/icu4c/i18n/
regexcst.pl 67 $stateNames[$num_states] = $state_name;
301 if ($stateNames[$state] ne "") {
302 print " $stateNames[$state]";
316 if ($stateNames[$state] ne "") {
317 print " \"$stateNames[$state]\",\n";
  /external/icu4c/common/
rbbicst.pl 66 $stateNames[$num_states] = $state_name;
314 if ($stateNames[$state] ne "") {
315 print " \"$stateNames[$state]\") ";
423 if ($stateNames[$state] ne "") {
424 print " $stateNames[$state]";
439 if ($stateNames[$state] ne "") {
440 print " \"$stateNames[$state]\",\n";
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
StateListDetector.java 93 Set<String> stateNames = new HashSet<String>(attributes.getLength());
94 states.put(child, stateNames);
103 stateNames.add(name + '=' + attribute.getValue());
112 stateNames.add(attribute.getName() + '=' + attribute.getValue());

Completed in 95 milliseconds