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

/external/icu4c/common/
H A Dudata.cpp637 int32_t commonDataIndex, /* ICU Data (index >= 0) if path == NULL */
651 if (commonDataIndex >= 0) {
653 if(commonDataIndex >= LENGTHOF(gCommonICUDataArray)) {
656 if(gCommonICUDataArray[commonDataIndex] == NULL) {
658 for(i = 0; i < commonDataIndex; ++i) {
680 return gCommonICUDataArray[commonDataIndex];
998 int32_t commonDataIndex; local
1008 for (commonDataIndex = isICUData ? 0 : -1;;) {
1009 pCommonData=openCommonData(path, commonDataIndex, subErrorCode); /** search for pkg **/
1040 ++commonDataIndex; /* tr
636 openCommonData(const char *path, int32_t commonDataIndex, UErrorCode *pErrorCode) argument
[all...]

Completed in 84 milliseconds