Searched refs:scriptCode (Results 1 - 25 of 44) sorted by relevance

12

/external/icu4c/layout/
H A DKhmerLayoutEngine.cpp20 KhmerOpenTypeLayoutEngine::KhmerOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, argument
22 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success)
28 KhmerOpenTypeLayoutEngine::KhmerOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, argument
30 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success)
H A DTibetanLayoutEngine.cpp26 TibetanOpenTypeLayoutEngine::TibetanOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, argument
28 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success)
34 TibetanOpenTypeLayoutEngine::TibetanOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, argument
36 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success)
H A DHangulLayoutEngine.h46 * @param scriptCode - the script
57 HangulOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode,
65 * @param scriptCode - the script
74 HangulOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode,
H A DKhmerLayoutEngine.h49 * @param scriptCode - the script
60 KhmerOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode,
68 * @param scriptCode - the script
77 KhmerOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode,
H A DTibetanLayoutEngine.h49 * @param scriptCode - the script
60 TibetanOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode,
68 * @param scriptCode - the script
77 TibetanOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode,
H A DLayoutEngine.cpp138 le_int32 scriptCode,
142 : fGlyphStorage(NULL), fFontInstance(fontInstance), fScriptCode(scriptCode), fLanguageCode(languageCode),
511 LayoutEngine *LayoutEngine::layoutEngineFactory(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, LEErrorCode &success) argument
514 return LayoutEngine::layoutEngineFactory(fontInstance, scriptCode, languageCode, 3, success);
517 LayoutEngine *LayoutEngine::layoutEngineFactory(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success) argument
530 LETag v2ScriptTag = OpenTypeLayoutEngine::getV2ScriptTag(scriptCode);
536 result = new IndicOpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, TRUE, gsubTable, success);
538 else if (gsubTable != NULL && gsubTable->coversScript(scriptTag = OpenTypeLayoutEngine::getScriptTag(scriptCode))) {
539 switch (scriptCode) {
550 result = new IndicOpenTypeLayoutEngine(fontInstance, scriptCode, languageCod
137 LayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success) argument
[all...]
H A DArabicLayoutEngine.h41 * @param scriptCode - the script
52 ArabicOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode,
60 * @param scriptCode - the script
69 ArabicOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode,
162 * @param scriptCode - the script
171 UnicodeArabicOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode,
H A DHanLayoutEngine.h39 * @param scriptCode - the script
50 HanOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode,
H A DOpenTypeLayoutEngine.h55 * @param scriptCode - the script
65 OpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode,
73 * @param scriptCode - the script
79 OpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode,
95 * @param scriptCode - the script code
101 static LETag getScriptTag(le_int32 scriptCode);
108 * @param scriptCode - the script code
114 static LETag getV2ScriptTag(le_int32 scriptCode);
H A DGXLayoutEngine.cpp19 GXLayoutEngine::GXLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, const MorphTableHeader *morphTable, LEErrorCode &success) argument
20 : LayoutEngine(fontInstance, scriptCode, languageCode, 0, success), fMorphTable(morphTable)
H A DHanLayoutEngine.cpp41 HanOpenTypeLayoutEngine::HanOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, argument
43 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success)
H A DIndicLayoutEngine.h47 * @param scriptCode - the script
58 IndicOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode,
66 * @param scriptCode - the script
75 IndicOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode,
H A DLayoutEngine.h123 * @param scriptCode - the script for the text
135 le_int32 scriptCode,
460 * @param scriptCode - the script of the text
470 static LayoutEngine *layoutEngineFactory(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, LEErrorCode &success);
476 static LayoutEngine *layoutEngineFactory(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typo_flags, LEErrorCode &success);
H A DGXLayoutEngine.h42 * @param scriptCode - the script
52 GXLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, const MorphTableHeader *morphTable, LEErrorCode &success);
H A DIndicLayoutEngine.cpp27 IndicOpenTypeLayoutEngine::IndicOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, argument
29 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success), fMPreFixups(NULL)
41 IndicOpenTypeLayoutEngine::IndicOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success) argument
42 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success), fMPreFixups(NULL)
H A DThaiLayoutEngine.h38 * @param scriptCode - the script
47 ThaiLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success);
/external/icu4c/test/letest/
H A Dxmlreader.h17 le_int32 scriptCode,
/external/icu4c/extra/scrptrun/
H A Dscrptrun.cpp122 scriptCode = USCRIPT_COMMON;
154 parenStack[parenSP].scriptCode = scriptCode;
167 sc = parenStack[parenSP].scriptCode;
172 if (sameScript(scriptCode, sc)) {
173 if (scriptCode <= USCRIPT_INHERITED && sc > USCRIPT_INHERITED) {
174 scriptCode = sc;
179 parenStack[++startSP].scriptCode = scriptCode;
H A Dscrptrun.h25 UScriptCode scriptCode; member in struct:ScriptRecord
31 UScriptCode scriptCode; member in struct:ParenStackEntry
80 UScriptCode scriptCode; member in class:ScriptRun
127 return scriptCode;
134 scriptCode = USCRIPT_INVALID_CODE;
/external/icu4c/common/
H A Dusc_impl.c38 UScriptCode scriptCode; member in struct:ParenStackEntry
48 UScriptCode scriptCode; member in struct:UScriptRun
78 static void push(UScriptRun *scriptRun, int32_t pairIndex, UScriptCode scriptCode) argument
85 scriptRun->parenStack[scriptRun->parenSP].scriptCode = scriptCode;
109 static void fixup(UScriptRun *scriptRun, UScriptCode scriptCode) argument
115 scriptRun->parenStack[fixupSP].scriptCode = scriptCode;
232 scriptRun->scriptCode = USCRIPT_INVALID_CODE;
268 scriptRun->scriptCode
[all...]
H A Duscript.c100 uscript_getName(UScriptCode scriptCode){ argument
101 return u_getPropertyValueName(UCHAR_SCRIPT, scriptCode,
106 uscript_getShortName(UScriptCode scriptCode){ argument
107 return u_getPropertyValueName(UCHAR_SCRIPT, scriptCode,
/external/icu4c/samples/layout/
H A DFontMap.cpp53 UScriptCode scriptCode; local
73 le_int32 fillCount = uscript_getCode(scriptName, &scriptCode, 1, &scriptStatus);
82 script = (le_int32) scriptCode;
195 const LEFontInstance *FontMap::getScriptFont(le_int32 scriptCode, LEErrorCode &status) argument
201 if (scriptCode <= -1 || scriptCode >= scriptCodeCount) {
207 le_int32 fontIndex = fFontIndices[scriptCode];
210 sprintf(errorMessage, "No font was set for script %s", uscript_getName((UScriptCode) scriptCode));
H A DFontMap.h26 virtual const LEFontInstance *getScriptFont(le_int32 scriptCode, LEErrorCode &status);
/external/webkit/WebCore/icu/unicode/
H A Duscript.h116 * @param scriptCode UScriptCode enum
118 * PropertyValueAliases.txt, or NULL if scriptCode is invalid
122 uscript_getName(UScriptCode scriptCode);
127 * @param scriptCode UScriptCode enum
129 * PropertyValueAliases.txt, or NULL if scriptCode is invalid
133 uscript_getShortName(UScriptCode scriptCode);
/external/webkit/WebKit/mac/icu/unicode/
H A Duscript.h116 * @param scriptCode UScriptCode enum
118 * PropertyValueAliases.txt, or NULL if scriptCode is invalid
122 uscript_getName(UScriptCode scriptCode);
127 * @param scriptCode UScriptCode enum
129 * PropertyValueAliases.txt, or NULL if scriptCode is invalid
133 uscript_getShortName(UScriptCode scriptCode);

Completed in 142 milliseconds

12