Home | History | Annotate | Download | only in common

Lines Matching refs:mapData

628     UResourceBundle *mapData;
654 mapData = ures_getNextResource(rb, NULL, status);
660 uBcpKey = ures_getString(mapData, &tmpBcpKeyLen, status);
668 resKey = ures_getKey(mapData);
675 ures_getNextResource(rb, mapData, status);
677 ures_close(mapData);
822 UResourceBundle *mapData;
869 mapData = ures_getNextResource(rb, NULL, &tmpStatus);
875 uBcpType = ures_getString(mapData, &tmpBcpTypeLen, &tmpStatus);
883 resType = ures_getKey(mapData);
890 ures_getNextResource(rb, mapData, &tmpStatus);
892 ures_close(mapData);