Searched refs:mLocaleEnc (Results 1 – 3 of 3) sorted by relevance
45 mLocaleEnc = NULL; in CharacterEncodingDetector()53 mLocaleEnc = "windows-874-2000"; in CharacterEncodingDetector()55 if (mLocaleEnc != NULL) { in CharacterEncodingDetector()56 ALOGV("System locale encoding = %s", mLocaleEnc); in CharacterEncodingDetector()182 if (mLocaleEnc != NULL && !goodmatch && highest < 50) { in detectAndConvert()183 combinedenc = mLocaleEnc; in detectAndConvert()185 "so try this (%s) instead", mLocaleEnc); in detectAndConvert()
57 const char* mLocaleEnc; variable