Searched refs:itemIndex (Results 1 - 9 of 9) sorted by relevance

/external/icu4c/tools/toolutil/
H A Dpackage.h100 void removeItem(int32_t itemIndex);
105 void extractItem(const char *filesPath, int32_t itemIndex, char outType);
110 void extractItem(const char *filesPath, const char *outName, int32_t itemIndex, char outType);
/external/webkit/WebCore/platform/graphics/chromium/
H A DUniscribeHelper.cpp151 for (int itemIndex = 0; itemIndex < static_cast<int>(m_runs.size()); itemIndex++)
152 width += advanceForItem(itemIndex);
221 int itemIndex = m_screenOrder[screenIndex]; local
222 const SCRIPT_ITEM& item = m_runs[itemIndex];
223 const Shaping& shaping = m_shapes[itemIndex];
244 width += advanceForItem(itemIndex);
257 int itemIndex = m_screenOrder[screenIndex]; local
258 int itemAdvance = advanceForItem(itemIndex);
302 int itemIndex = m_screenOrder[screenIndex]; local
[all...]
/external/icu4c/common/
H A Duset.cpp274 uset_getItem(const USet* uset, int32_t itemIndex, argument
282 if (itemIndex < 0) {
285 } else if (itemIndex < (rangeCount = set.getRangeCount())) {
286 *start = set.getRangeStart(itemIndex);
287 *end = set.getRangeEnd(itemIndex);
290 itemIndex -= rangeCount;
291 if (itemIndex < USetAccess::getStringCount(set)) {
292 const UnicodeString* s = USetAccess::getString(set, itemIndex);
/external/icu4c/test/cintltst/
H A Dusettest.c364 int32_t itemIndex = 0; local
393 if (itemIndex >= itemCount) {
398 itemLen = uset_getItem(set, itemIndex, &start, &end,
407 itemIndex, oneUCharToChar(start),
412 log_verbose("Ok: %s item %d is \"%s\"\n", pat, itemIndex, buf);
415 ++itemIndex;
/external/icu4c/common/unicode/
H A Duset.h820 * @param itemIndex a non-negative integer in the range 0..
831 * itemIndex is out of range
835 uset_getItem(const USet* set, int32_t itemIndex,
/external/webkit/JavaScriptCore/icu/unicode/
H A Duset.h564 * @param itemIndex a non-negative integer in the range 0..
575 * itemIndex is out of range
579 uset_getItem(const USet* set, int32_t itemIndex,
/external/webkit/WebCore/icu/unicode/
H A Duset.h564 * @param itemIndex a non-negative integer in the range 0..
575 * itemIndex is out of range
579 uset_getItem(const USet* set, int32_t itemIndex,
/external/icu4c/i18n/
H A Ddtptngen_impl.h145 void getQuoteLiteral(UnicodeString& quote, int32_t *itemIndex);
H A Ddtptngen.cpp1770 // This function aussumes the current itemIndex points to the quote literal.
1773 FormatParser::getQuoteLiteral(UnicodeString& quote, int32_t *itemIndex) { argument
1774 int32_t i=*itemIndex;
1799 *itemIndex=i;

Completed in 147 milliseconds