Home
last modified time | relevance | path

Searched refs:otherEncodingNames (Results 1 – 1 of 1) sorted by relevance

/external/zxing/core/src/main/java/com/google/zxing/common/
DCharacterSetECI.java73 for (String name : eci.otherEncodingNames) {
81 private final String[] otherEncodingNames; field in CharacterSetECI
87 CharacterSetECI(int value, String... otherEncodingNames) { in CharacterSetECI() argument
89 this.otherEncodingNames = otherEncodingNames; in CharacterSetECI()
92 CharacterSetECI(int[] values, String... otherEncodingNames) { in CharacterSetECI() argument
94 this.otherEncodingNames = otherEncodingNames; in CharacterSetECI()