Lines Matching refs:resId
251 * @param resId resource id
256 static String getBaseResource(int resId, byte[] data) {
268 return readBaseItem(resId, optionalConfigIndex.get(), byteBuf);
303 * @param resId resource id
309 static String readBaseItem(int resId, ConfigIndex configIndex, ByteBuffer buf) {
318 if (id == resId) {
331 * @param resId resource id
336 static List<String> getResource(int resId, byte[] data) {
344 return readAllItem(resId, cfg, byteBuf);
379 * @param resId resource id
385 static List<String> readAllItem(int resId, List<ConfigIndex> configs, ByteBuffer buf) {
396 if (id == resId) {
453 static HashMap<String, String> getResourceMapById(int resId, byte[] data) {
457 if (indexResult.id == resId) {
464 static String getResourceStringById(int resId, byte[] data) {
467 if (indexResult.id == resId) {