Home
last modified time | relevance | path

Searched refs:getIndexValue (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DPropertySlot.h145 void setCustomIndex(JSValue slotBase, unsigned index, GetIndexValueFunc getIndexValue) in setCustomIndex() argument
148 ASSERT(getIndexValue); in setCustomIndex()
150 m_getIndexValue = getIndexValue; in setCustomIndex()
/external/icu4c/i18n/
Drbt_rule.h227 int16_t getIndexValue() const;
Drbt_rule.cpp219 int16_t TransliterationRule::getIndexValue() const { in getIndexValue() function in TransliterationRule
Drbt_set.cpp310 indexValue[j] = r->getIndexValue(); in freeze()