OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LE_SUCCESS
(Results
1 - 24
of
24
) sorted by null
/external/icu/icu4c/source/layout/
MorphTables.cpp
30
for (chain = 0;
LE_SUCCESS
(success) && (chain < chainCount); chain += 1) {
39
for (subtable = 0;
LE_SUCCESS
(success) && (subtable < nSubtables); subtable += 1) {
45
if ((coverage & scfVertical) == 0 && (subtableFeatures & defaultFlags) != 0 &&
LE_SUCCESS
(success)) {
91
if(
LE_SUCCESS
(success)) {
SubstitutionLookups.cpp
40
for (le_uint16 subst = 0; subst < substCount &&
LE_SUCCESS
(success); subst += 1) {
SegmentSingleProcessor.cpp
41
for (glyph = 0; glyph < glyphCount &&
LE_SUCCESS
(success); glyph += 1) {
45
if (lookupSegment != NULL &&
LE_SUCCESS
(success)) {
KernTable.cpp
105
if (
LE_SUCCESS
(success) && !subhead.isEmpty() && subhead->version == 0) {
125
if(
LE_SUCCESS
(success) && nPairs>0) {
145
if(
LE_SUCCESS
(success) {
195
if (
LE_SUCCESS
(success) && !pairs.isEmpty()) {
200
for (int i = 1, e = storage.getGlyphCount();
LE_SUCCESS
(success)&& i < e; ++i) {
224
while (probe > KERN_PAIRINFO_SIZE &&
LE_SUCCESS
(success)) {
233
if (tkey <= key &&
LE_SUCCESS
(success)) {
AlternateSubstSubtables.cpp
24
if (coverageIndex >= 0 &&
LE_SUCCESS
(success)) {
ExtensionSubtables.cpp
40
if(
LE_SUCCESS
(success)) {
GlyphLookupTables.cpp
30
return
LE_SUCCESS
(success)&&langSysTable.isValid() && langSysTable->featureCount != 0;
SegmentSingleProcessor2.cpp
46
if (lookupSegment != NULL &&
LE_SUCCESS
(success)) {
SimpleArrayProcessor.cpp
42
for (glyph = 0;
LE_SUCCESS
(success) && (glyph < glyphCount); glyph += 1) {
LookupTables.cpp
43
while (probe > unity &&
LE_SUCCESS
(success)) {
73
while (probe > unity &&
LE_SUCCESS
(success)) {
LookupProcessor.cpp
67
for (le_uint16 order = 0; order < lookupOrderCount &&
LE_SUCCESS
(success); order += 1) {
120
for (le_uint16 lookup = 0;
LE_SUCCESS
(success) && lookup < lookupCount; lookup += 1) {
154
if (langSysTable.isValid() &&
LE_SUCCESS
(success)) {
165
if(
LE_SUCCESS
(success) && lookupListTable.isValid()) {
202
if(featureListTable.isValid() &&
LE_SUCCESS
(success)) {
205
for (le_uint32 feature = 0;
LE_SUCCESS
(success)&&(feature < featureCount); feature += 1) {
271
for (le_uint16 feature = 0;
LE_SUCCESS
(success)&& (feature < featureCount); feature += 1) {
ClassDefinitionTables.cpp
77
if (
LE_SUCCESS
(success) && ttGlyphID >= firstGlyph && ttGlyphID < lastGlyph) {
91
for (i = 0;
LE_SUCCESS
(success)&& (i < count); i += 1) {
123
for (i = 0; i < rangeCount &&
LE_SUCCESS
(success); i += 1) {
ScriptAndLanguage.cpp
24
if (foundOffset != 0 &&
LE_SUCCESS
(success)) {
74
for(le_int32 s = 0; (s < limit)&&
LE_SUCCESS
(success); s += 1) {
LETableReference.h
91
if(
LE_SUCCESS
(err)) {
170
LE_SUCCESS
(success) &&
205
if(
LE_SUCCESS
(success)) {
268
if(
LE_SUCCESS
(success)) {
283
if(
LE_SUCCESS
(success)) {
294
if(
LE_SUCCESS
(success)) {
329
if(
LE_SUCCESS
(success)&&i<getCount()) {
ContextualGlyphSubstProc.cpp
53
if (markOffset != 0 &&
LE_SUCCESS
(success)) {
MorphTables2.cpp
34
for (chain = 0;
LE_SUCCESS
(success) && (chain < chainCount); chain++) {
163
for (subtable = 0;
LE_SUCCESS
(success) && subtable < nSubtables; subtable++) {
217
if(
LE_SUCCESS
(success)) {
PairPositioningSubtables.cpp
30
if(
LE_SUCCESS
(success))
40
if(
LE_SUCCESS
(success))
LayoutEngine.cpp
215
if (canonGSUBTable->coversScript(canonGSUBTable,scriptTag, success) ||
LE_SUCCESS
(success)) {
610
if (
LE_SUCCESS
(success) && morxTable.isValid() && SWAPL(morxTable->version)==0x00020000) {
614
if (
LE_SUCCESS
(success) && mortTable.isValid() && SWAPL(mortTable->version)==0x00010000) { // mort
ArabicShaping.cpp
41
if (joiningType >= 0 && joiningType < ArabicShaping::JT_COUNT &&
LE_SUCCESS
(success)) {
OpenTypeUtilities.cpp
114
while (probe > (1 << 0) &&
LE_SUCCESS
(success)) {
StateTableProcessor2.cpp
128
if (segment != NULL &&
LE_SUCCESS
(success)) {
LETypes.h
718
#define
LE_SUCCESS
(code) (U_SUCCESS((UErrorCode)code))
ContextualSubstSubtables.cpp
39
for (le_int16 subst = 0; subst < substCount &&
LE_SUCCESS
(success); subst += 1) {
/external/icu/icu4c/source/samples/layout/
ScriptCompositeFontInstance.cpp
45
if (
LE_SUCCESS
(status)) {
56
if (
LE_SUCCESS
(status)) {
Completed in 632 milliseconds