/external/icu4c/layout/ |
IndicLayoutEngine.h | 47 * @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,
|
IndicReordering.h | 143 static const IndicClassTable *getScriptClassTable(le_int32 scriptCode); 148 static le_int32 getWorstCaseExpansion(le_int32 scriptCode); 150 static le_bool getFilterZeroWidth(le_int32 scriptCode); 152 static le_int32 reorder(const LEUnicode *theChars, le_int32 charCount, le_int32 scriptCode, 158 static le_int32 v2process(const LEUnicode *theChars, le_int32 charCount, le_int32 scriptCode,
|
GXLayoutEngine.h | 42 * @param scriptCode - the script 52 GXLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, const MorphTableHeader *morphTable, LEErrorCode &success);
|
ThaiLayoutEngine.h | 38 * @param scriptCode - the script 47 ThaiLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success);
|
HangulLayoutEngine.cpp | 186 HangulOpenTypeLayoutEngine::HangulOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 /*languageCode*/, 188 : OpenTypeLayoutEngine(fontInstance, scriptCode, korLanguageCode, typoFlags, gsubTable, success) 195 HangulOpenTypeLayoutEngine::HangulOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 /*languageCode*/, 197 : OpenTypeLayoutEngine(fontInstance, scriptCode, korLanguageCode, typoFlags, success)
|
IndicClassTables.cpp | 437 const IndicClassTable *IndicClassTable::getScriptClassTable(le_int32 scriptCode) 439 if (scriptCode < 0 || scriptCode >= scriptCodeCount) { 443 return indicClassTables[scriptCode]; 446 le_int32 IndicReordering::getWorstCaseExpansion(le_int32 scriptCode) 448 const IndicClassTable *classTable = IndicClassTable::getScriptClassTable(scriptCode); 457 le_bool IndicReordering::getFilterZeroWidth(le_int32 scriptCode) 459 const IndicClassTable *classTable = IndicClassTable::getScriptClassTable(scriptCode);
|
loengine.h | 43 * @param scriptCode - the script of the text 54 le_int32 scriptCode,
|
LayoutEngine.h | 129 * @param scriptCode - the script for the text 141 le_int32 scriptCode, 470 * @param scriptCode - the script of the text 480 static LayoutEngine *layoutEngineFactory(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, LEErrorCode &success); 486 static LayoutEngine *layoutEngineFactory(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typo_flags, LEErrorCode &success);
|
KhmerReordering.h | 117 static le_int32 reorder(const LEUnicode *theChars, le_int32 charCount, le_int32 scriptCode,
|
IndicReordering.cpp | 625 le_int32 IndicReordering::reorder(const LEUnicode *chars, le_int32 charCount, le_int32 scriptCode, 634 const IndicClassTable *classTable = IndicClassTable::getScriptClassTable(scriptCode); [all...] |
TibetanReordering.h | 136 static le_int32 reorder(const LEUnicode *theChars, le_int32 charCount, le_int32 scriptCode,
|
/external/icu4c/common/ |
propname.cpp | 318 uscript_getName(UScriptCode scriptCode){ 319 return u_getPropertyValueName(UCHAR_SCRIPT, scriptCode, 324 uscript_getShortName(UScriptCode scriptCode){ 325 return u_getPropertyValueName(UCHAR_SCRIPT, scriptCode,
|
/external/icu4c/test/letest/ |
gendata.cpp | 42 le_int32 scriptCode; 158 UScriptCode scriptCode; 168 uscript_getCode(script, &scriptCode, 1, &status); 250 engine = LayoutEngine::layoutEngineFactory(font, scriptCode, languageCode, typoFlags, leStatus);
|
xmlreader.cpp | 178 UScriptCode scriptCode; 184 uscript_getCode(script, &scriptCode, 1, &status); 238 (*callback)(id, fontName, fontVer, fontCksum, scriptCode, languageCode, text.getBuffer(), charCount, &expected);
|
cletest.c | 191 le_int32 scriptCode; 193 for(scriptCode = 0; scriptCode < scriptCodeCount; scriptCode += 1) { 195 engine = le_create(font, scriptCode, -1, 0, &status); 198 log_err("Could not create a LayoutEngine for script \'%s\'.\n", uscript_getShortName((UScriptCode)scriptCode)); 442 le_int32 scriptCode, 463 engine = le_create(font, scriptCode, languageCode, typoFlags, &status);
|
letest.cpp | 223 for(le_int32 scriptCode = 0; scriptCode < scriptCodeCount; scriptCode += 1) { 225 engine = LayoutEngine::layoutEngineFactory(font, scriptCode, -1, status); 228 log_err("Could not create a LayoutEngine for script \'%s\'.\n", uscript_getShortName((UScriptCode)scriptCode)); 609 UScriptCode scriptCode; 618 uscript_getCode(script, &scriptCode, 1, &status); 690 engine = LayoutEngine::layoutEngineFactory(font, scriptCode, languageCode, typoFlags, success); [all...] |
/external/icu4c/common/unicode/ |
uscript.h | 429 * @param scriptCode UScriptCode enum 431 * PropertyValueAliases.txt, or NULL if scriptCode is invalid 435 uscript_getName(UScriptCode scriptCode); 440 * @param scriptCode UScriptCode enum 442 * PropertyValueAliases.txt, or NULL if scriptCode is invalid 446 uscript_getShortName(UScriptCode scriptCode);
|
/external/icu4c/i18n/ |
locdspnm.cpp | 178 virtual UnicodeString& scriptDisplayName(UScriptCode scriptCode, 233 DefaultLocaleDisplayNames::scriptDisplayName(UScriptCode scriptCode, 235 const char* name = uscript_getName(scriptCode); 314 virtual UnicodeString& scriptDisplayName(UScriptCode scriptCode, 682 LocaleDisplayNamesImpl::scriptDisplayName(UScriptCode scriptCode, 684 const char* name = uscript_getName(scriptCode); 855 UScriptCode scriptCode, 859 return uldn_scriptDisplayName(ldn, uscript_getName(scriptCode), result, maxResultSize, pErrorCode); [all...] |
/external/icu4c/i18n/unicode/ |
locdspnm.h | 148 * @param scriptCode the script code number 153 virtual UnicodeString& scriptDisplayName(UScriptCode scriptCode,
|
uldnames.h | 180 * @param scriptCode the script code whose display name to return 190 UScriptCode scriptCode,
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/ |
NetscapePluginMac.mm | 881 static bool convertStringToKeyCodes(const String& string, ScriptCode scriptCode, Vector<UInt8>& keyCodes) 886 if (GetTextEncodingFromScriptInfo(scriptCode, kTextLanguageDontCare, kTextRegionDontCare, &mapping.otherEncoding) != noErr) 927 ScriptCode scriptCode = WKGetScriptCodeFromCurrentKeyboardInputSource(); 930 if (!convertStringToKeyCodes(textInput, scriptCode, keyCodes)) 935 SetScriptManagerVariable(smKeyScript, scriptCode);
|
/external/harfbuzz_ng/src/ |
hb-icu.cc | 158 UScriptCode scriptCode = uscript_getScript(unicode, &status); 163 return hb_icu_script_to_script (scriptCode);
|
/external/webkit/Source/WebCore/dom/ |
xml_expat_tokenizer.cpp | 520 String scriptCode = ""; 523 scriptCode += static_cast<CharacterData*>(child)->data(); 525 m_view->frame()->loader()->executeScript(m_doc->URL(), m_scriptStartLine - 1, scriptCode);
|
/external/icu4c/tools/dumpce/ |
dumpce.cpp | 1498 UScriptCode scriptcode[32]; local [all...] |
/external/icu4c/layoutex/ |
ParagraphLayout.cpp | 615 UScriptCode scriptCode = USCRIPT_INVALID_CODE; 619 while (uscript_nextRun(sr, NULL, NULL, &scriptCode)) { 620 if (isComplex(scriptCode)) { [all...] |