Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drbt_rule.cpp221 int16_t TransliterationRule::getIndexValue() const { in getIndexValue() function in TransliterationRule
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTransliterationRule.java240 final int getIndexValue() { in getIndexValue() method in TransliterationRule
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliterationRule.java239 final int getIndexValue() { in getIndexValue() method in TransliterationRule
/external/swiftshader/third_party/subzero/src/
DIceInst.h1012 int32_t getIndexValue(SizeT Pos) const { return getIndex(Pos)->getValue(); } in getIndexValue() function