Searched defs:fCharsetName (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcsmatch.h38 const char *fCharsetName; member in class:CharsetMatch
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCharsetMatch.java144 return fCharsetName;
195 fCharsetName = rec.getName();
215 fCharsetName = csName;
231 private String fCharsetName; // The name of the charset this CharsetMatch field in class:CharsetMatch
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetMatch.java153 return fCharsetName;
207 fCharsetName = rec.getName();
227 fCharsetName = csName;
243 private String fCharsetName; // The name of the charset this CharsetMatch field in class:CharsetMatch

Completed in 83 milliseconds