Searched refs:scriptStatus (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/samples/layout/ |
D | FontMap.cpp | 54 UErrorCode scriptStatus = U_ZERO_ERROR; in FontMap() local 73 le_int32 fillCount = uscript_getCode(scriptName, &scriptCode, 1, &scriptStatus); in FontMap() 75 if (U_FAILURE(scriptStatus) || fillCount <= 0 || in FontMap() 76 scriptStatus == U_USING_FALLBACK_WARNING || scriptStatus == U_USING_DEFAULT_WARNING) { in FontMap()
|
/external/chromium_org/third_party/icu/source/samples/layout/ |
D | FontMap.cpp | 54 UErrorCode scriptStatus = U_ZERO_ERROR; in FontMap() local 73 le_int32 fillCount = uscript_getCode(scriptName, &scriptCode, 1, &scriptStatus); in FontMap() 75 if (U_FAILURE(scriptStatus) || fillCount <= 0 || in FontMap() 76 scriptStatus == U_USING_FALLBACK_WARNING || scriptStatus == U_USING_DEFAULT_WARNING) { in FontMap()
|
/external/icu/icu4c/source/layoutex/ |
D | ParagraphLayout.cpp | 617 UErrorCode scriptStatus = U_ZERO_ERROR; in isComplex() local 619 UScriptRun *sr = uscript_openRun(chars, count, &scriptStatus); in isComplex() 752 UErrorCode scriptStatus = U_ZERO_ERROR; in computeScripts() local 753 UScriptRun *sr = uscript_openRun(fChars, fCharCount, &scriptStatus); in computeScripts()
|