Home
last modified time | relevance | path

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

/dports/textproc/xom/XOM/src/nu/xom/
H A DGenericWriter.java42 private final boolean isJapanese; field in GenericWriter
56 isJapanese = true; in GenericWriter()
59 isJapanese = false; in GenericWriter()
70 if (isJapanese) { in needsEscaping()
/dports/games/xosmulti/xosmulti/
H A Dmessage.c97 void SetMsgLang( isJapanese ) in SetMsgLang() argument
98 int isJapanese; in SetMsgLang()
100 if( isJapanese )
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/tests/
H A DSystemFontsTests.cs50 bool isJapanese = (GetSystemDefaultLCID() & 0x3ff) == 0x0011; in SystemFonts_WindowsNames_TestData()
51 …yield return Font(() => SystemFonts.DialogFont, "DialogFont", isJapanese ? "Microsoft Sans Serif" … in SystemFonts_WindowsNames_TestData()
/dports/editors/yudit/yudit-3.0.7/stoolkit/syntax/
H A DSHunspellPattern.h60 bool isJapanese (SS_UCS4 chr) const;
H A DSHunspellPattern.cpp309 if (isJapanese (chr)) in checkMatch()
351 SHunspellPattern::isJapanese (SS_UCS4 chr) const in isJapanese() function in SHunspellPattern
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/text/
H A DTextEncoding.h45 bool isJapanese() const;
H A DTextEncoding.cpp166 bool TextEncoding::isJapanese() const in isJapanese() function in WebCore::TextEncoding
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dascii.c334 encoder->isJapanese = (strcmp(encoder->toCode,CE_EUC_JP) == 0); in getEncoder()
430 return encoder && encoder->isJapanese; in isJapaneseDisplay()
H A Dhtml.c1122 int isJapanese = isJapaneseDisplay(encoder); in Html_partition() local
1171 } else if ((*p & 0x80) && isJapanese) { in Html_partition()
1201 if (strchr("<&\n",*q) != 0 || ((*q & 0x80) && isJapanese)) in Html_partition()
H A Dtkgate.h177 int isJapanese; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/i18npool/source/calendar/
H A Dcalendar_gregorian.cxx676 bool isJapanese = aLocale.Language == "ja"; in NatNumForCalendar() local
679 if (isChinese || isJapanese || isKorean) { in NatNumForCalendar()
683 … nNativeNumberMode = isJapanese ? NativeNumberMode::NATNUM4 : NativeNumberMode::NATNUM7; in NatNumForCalendar()
687 … nNativeNumberMode = isJapanese ? NativeNumberMode::NATNUM5 : NativeNumberMode::NATNUM8; in NatNumForCalendar()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/i18npool/source/calendar/
H A Dcalendar_gregorian.cxx661 bool isJapanese = aLocale.Language == "ja"; in NatNumForCalendar() local
664 if (isChinese || isJapanese || isKorean) { in NatNumForCalendar()
668 … nNativeNumberMode = isJapanese ? NativeNumberMode::NATNUM4 : NativeNumberMode::NATNUM7; in NatNumForCalendar()
672 … nNativeNumberMode = isJapanese ? NativeNumberMode::NATNUM5 : NativeNumberMode::NATNUM8; in NatNumForCalendar()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/loader/
H A DTextResourceDecoder.cpp643 if (m_encoding.isJapanese()) in decode()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/extensions/bayesian-spam-filter/
H A DnsBayesianFilter.cpp617 static bool isJapanese(const char* word) { in isJapanese() function
770 else if (isJapanese(word)) in tokenize()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2003-10-258744 * kwq/KWQTextCodec.h: Add a new isJapanese() member function, used by the above.
H A DChangeLog-2011-02-1645464 Also, we move the HashSet initialization for isJapanese() and
45469 (WebCore::TextEncoding::isJapanese): Just calls isJapaneseEncoding().
H A DChangeLog-2006-12-3132480 (WebCore::addEncodingName): Added. Used to build up the set used by isJapanese.
32493 (WebCore::TextEncoding::isJapanese): New implementation that uses a set to efficiently
H A DChangeLog-2006-05-1018664 (WebCore::TextEncoding::isJapanese):
H A DChangeLog-2009-06-1670019 (WebCore::TextEncoding::isJapanese):
71959 (WebCore::TextEncoding::isJapanese): Ditto
H A DChangeLog-2007-10-1440692 (WebCore::TextEncoding::isJapanese): Ditto.
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharoV10.sources435449 isJapanese: code