Searched defs:countAvailableIDs (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dtranslit.cpp1299 * i from 0 to countAvailableIDs() - 1.
1301 int32_t U_EXPORT2 Transliterator::countAvailableIDs(void) { function in class:Transliterator
1306 retVal = registry->countAvailableIDs();
1314 * and countAvailableIDs() - 1, inclusive. If index is out of
H A Dtransreg.cpp702 * i from 0 to countAvailableIDs() - 1.
704 int32_t TransliteratorRegistry::countAvailableIDs(void) const { function in class:TransliteratorRegistry
711 * and countAvailableIDs() - 1, inclusive. If index is out of
/external/icu/icu4c/source/i18n/
H A Dtranslit.cpp1299 * i from 0 to countAvailableIDs() - 1.
1301 int32_t U_EXPORT2 Transliterator::countAvailableIDs(void) { function in class:Transliterator
1306 retVal = registry->countAvailableIDs();
1314 * and countAvailableIDs() - 1, inclusive. If index is out of
H A Dtransreg.cpp702 * i from 0 to countAvailableIDs() - 1.
704 int32_t TransliteratorRegistry::countAvailableIDs(void) const { function in class:TransliteratorRegistry
711 * and countAvailableIDs() - 1, inclusive. If index is out of

Completed in 77 milliseconds