Lines Matching refs:i
85 for (size_t i = pos; i < nFeatEnd; i++) in GrFeatureParser() local
86 aLang.rgch[i-pos] = features[i]; in GrFeatureParser()
133 for (size_t i = 0; i < lang.length() && i < 3; i++) in setLang() local
135 if (lang[i] == '-') break; in setLang()
136 aLang.rgch[i] = lang[i]; in setLang()
180 gr::FeatureIterator i = font.featureWithID(setting.id); in isValid() local
181 if (font.getFeatures().second == i) in isValid()
186 validValues = font.getFeatureSettings(i); in isValid()
199 for (size_t i = 0; i < length; i++) in isCharId() local
201 if (i > 0 && id[offset+i] == '\0') continue; in isCharId()
202 if ((id[offset+i]) < 0x20 || (id[offset+i]) < 0) in isCharId()
204 if (i==0 && id[offset+i] < 0x41) in isCharId()
215 for (size_t i = 0; i < length; i++) in getCharId() local
217 charId.label[i] = id[offset+i]; in getCharId()
220 for (size_t i = 0; i < length; i++) in getCharId() local
222 charId.label[3-i] = id[offset+i]; in getCharId()
232 for (size_t i = 0; i < length; i++) in getIntValue() local
234 switch (id[offset + i]) in getIntValue()
249 value = -(id[offset + i] - '0'); in getIntValue()
252 value += (id[offset + i] - '0'); in getIntValue()
255 if (i == 0) in getIntValue()
277 for (size_t i = 0; i < mnNumSettings; i++) in hashCode() local
279 hash = (hash << 16) ^ ((maSettings[i].id << 8) | maSettings[i].value); in hashCode()