HomeSort by relevance Sort by last modified time
    Searched full:scriptcode (Results 51 - 71 of 71) sorted by null

1 23

  /external/icu4c/layout/
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,
KhmerReordering.cpp 359 le_int32 KhmerReordering::reorder(const LEUnicode *chars, le_int32 charCount, le_int32 /*scriptCode*/,
  /external/chromium_org/chrome/browser/ui/prefs/
prefs_tab_helper.cc 216 // If |scriptCode| is a member of a family of "similar" script codes, returns
221 // "webkit.webprefs.fonts.serif.Hang"). So, if |scriptCode| is USCRIPT_KOREAN,
222 // the function returns USCRIPT_HANGUL. If |scriptCode| is not a member of such
223 // a family, returns |scriptCode|.
224 UScriptCode GetScriptForFontPrefMatching(UScriptCode scriptCode) {
225 switch (scriptCode) {
233 return scriptCode;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-icu.cc 158 UScriptCode scriptCode = uscript_getScript(unicode, &status);
163 return hb_icu_script_to_script (scriptCode);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
uldnames.h 179 * @param scriptCode the script code whose display name to return
189 UScriptCode scriptCode,
  /external/chromium_org/third_party/icu/source/test/letest/
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/harfbuzz_ng/src/
hb-icu.cc 158 UScriptCode scriptCode = uscript_getScript(unicode, &status);
163 return hb_icu_script_to_script (scriptCode);
  /external/icu4c/i18n/unicode/
uldnames.h 180 * @param scriptCode the script code whose display name to return
190 UScriptCode scriptCode,
  /external/icu4c/test/letest/
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/chromium_org/third_party/icu/source/tools/dumpce/
dumpce.cpp 1499 UScriptCode scriptcode[32]; local
    [all...]
  /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...]
  /external/chromium_org/chrome/browser/extensions/api/font_settings/
font_settings_api.cc 58 fonts::ScriptCode script_enum) {
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 434 milliseconds

1 23