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

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkgitems.cpp130 makeTargetName(const char *itemName, const char *id, int32_t idLength, const char *suffix, function
152 fprintf(stderr, "icupkg/makeTargetName(%s) target item name length %ld too long\n",
168 makeTargetName(itemName, id, idLength, suffix, target, (int32_t)sizeof(target), pErrorCode);
397 makeTargetName(itemName, "pool", 4, ".res", poolName, (int32_t)sizeof(poolName), pErrorCode);
/external/icu/icu4c/source/tools/toolutil/
H A Dpkgitems.cpp130 makeTargetName(const char *itemName, const char *id, int32_t idLength, const char *suffix, function
152 fprintf(stderr, "icupkg/makeTargetName(%s) target item name length %ld too long\n",
168 makeTargetName(itemName, id, idLength, suffix, target, (int32_t)sizeof(target), pErrorCode);
397 makeTargetName(itemName, "pool", 4, ".res", poolName, (int32_t)sizeof(poolName), pErrorCode);

Completed in 98 milliseconds