Searched refs:defaultChar (Results 1 - 6 of 6) sorted by relevance
/third_party/lzma/CPP/Common/ |
H A D | StringConvert.cpp | 117 static void UnicodeStringToMultiByte2(AString &dest, const UString &src, UINT codePage, char defaultChar, bool &defaultCharWasUsed)
in UnicodeStringToMultiByte2() argument 141 defaultChar = defaultChar;
in UnicodeStringToMultiByte2() 146 (isUtf ? NULL : &defaultChar),
in UnicodeStringToMultiByte2() 197 // defaultChar = defaultChar;
in UnicodeStringToMultiByte2() 200 (isUtf ? NULL : &defaultChar),
in UnicodeStringToMultiByte2() 393 static void UnicodeStringToMultiByte2(AString &dest, const UString &src2, UINT codePage, char defaultChar, bool &defaultCharWasUsed)
in UnicodeStringToMultiByte2() argument 482 c = defaultChar;
in UnicodeStringToMultiByte2() 519 AString UnicodeStringToMultiByte(const UString &src, UINT codePage, char defaultChar, boo argument [all...] |
H A D | StringConvert.h | 14 // void UnicodeStringToMultiByte2(AString &dest, const UString &s, UINT codePage, char defaultChar, bool &defaultCharWasUsed);
17 AString UnicodeStringToMultiByte(const UString &src, UINT codePage, char defaultChar, bool &defaultCharWasUsed);
|
/third_party/skia/third_party/externals/freetype/src/pcf/ |
H A D | pcfread.c | 954 FT_FRAME_USHORT_LE( defaultChar ), 970 FT_FRAME_USHORT( defaultChar ), 1027 FT_TRACE4(( " defaultChar 0x%X\n", in pcf_get_encodings() 1028 enc->defaultChar )); in pcf_get_encodings() 1049 defaultCharRow = enc->defaultChar >> 8; in pcf_get_encodings() 1050 defaultCharCol = enc->defaultChar & 0xFF; in pcf_get_encodings() 1058 enc->defaultChar = enc->firstRow * 256U + enc->firstCol; in pcf_get_encodings() 1061 enc->defaultChar )); in pcf_get_encodings()
|
H A D | pcf.h | 113 FT_UShort defaultChar; member
|
/third_party/lzma/C/Util/7z/ |
H A D | 7zMain.c | 183 const char defaultChar = '_';
in Utf16_To_Char() local 186 codePage, 0, (LPCWSTR)s, (int)len, (char *)buf->data, (int)size, &defaultChar, &defUsed);
in Utf16_To_Char()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
H A D | OS2Table.java | 1096 public void setUsDefaultChar(int defaultChar) { in setUsDefaultChar() argument 1097 this.internalWriteData().writeUShort(Offset.usDefaultChar.offset, defaultChar); in setUsDefaultChar()
|
Completed in 7 milliseconds