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

/external/chromium_org/third_party/icu/source/common/
H A Ducmndata.c219 const char *tocEntryName,
234 number=offsetTOCPrefixBinarySearch(tocEntryName, base, toc->entry, count);
239 fprintf(stderr, "%s: Found.\n", tocEntryName);
249 fprintf(stderr, "%s: Not found.\n", tocEntryName);
218 offsetTOCLookupFn(const UDataMemory *pData, const char *tocEntryName, int32_t *pLength, UErrorCode *pErrorCode) argument
H A Dudata.cpp1005 const char * /*dataPath*/, const char * /*tocEntryPathSuffix*/, const char *tocEntryName,
1033 pHeader=pCommonData->vFuncs->Lookup(pCommonData, tocEntryName, &length, subErrorCode);
1035 fprintf(stderr, "%s: pHeader=%p - %s\n", tocEntryName, pHeader, u_errorName(*subErrorCode));
1145 CharString tocEntryName; /* entry name in tree format. ex: 'icudt28b/coll/ar.res' */ local
1202 tocEntryName.append(pkgName, *pErrorCode);
1204 tocEntrySuffixIndex = tocEntryName.length();
1207 tocEntryName.append(U_TREE_ENTRY_SEP_CHAR, *pErrorCode).append(treeName, *pErrorCode);
1211 tocEntryName.append(U_TREE_ENTRY_SEP_CHAR, *pErrorCode).append(name, *pErrorCode);
1214 tocEntryName.append(".", *pErrorCode).append(type, *pErrorCode);
1220 fprintf(stderr, " tocEntryName
1004 doLoadFromCommonData(UBool isICUData, const char * , const char * , const char * , const char *tocEntryName, const char *path, const char *type, const char *name, UDataMemoryIsAcceptable *isAcceptable, void *context, UErrorCode *subErrorCode, UErrorCode *pErrorCode) argument
[all...]
/external/icu/icu4c/source/common/
H A Ducmndata.c219 const char *tocEntryName,
234 number=offsetTOCPrefixBinarySearch(tocEntryName, base, toc->entry, count);
239 fprintf(stderr, "%s: Found.\n", tocEntryName);
249 fprintf(stderr, "%s: Not found.\n", tocEntryName);
218 offsetTOCLookupFn(const UDataMemory *pData, const char *tocEntryName, int32_t *pLength, UErrorCode *pErrorCode) argument
H A Dudata.cpp997 const char * /*dataPath*/, const char * /*tocEntryPathSuffix*/, const char *tocEntryName,
1025 pHeader=pCommonData->vFuncs->Lookup(pCommonData, tocEntryName, &length, subErrorCode);
1027 fprintf(stderr, "%s: pHeader=%p - %s\n", tocEntryName, pHeader, u_errorName(*subErrorCode));
1137 CharString tocEntryName; /* entry name in tree format. ex: 'icudt28b/coll/ar.res' */ local
1194 tocEntryName.append(pkgName, *pErrorCode);
1196 tocEntrySuffixIndex = tocEntryName.length();
1199 tocEntryName.append(U_TREE_ENTRY_SEP_CHAR, *pErrorCode).append(treeName, *pErrorCode);
1203 tocEntryName.append(U_TREE_ENTRY_SEP_CHAR, *pErrorCode).append(name, *pErrorCode);
1206 tocEntryName.append(".", *pErrorCode).append(type, *pErrorCode);
1212 fprintf(stderr, " tocEntryName
996 doLoadFromCommonData(UBool isICUData, const char * , const char * , const char * , const char *tocEntryName, const char *path, const char *type, const char *name, UDataMemoryIsAcceptable *isAcceptable, void *context, UErrorCode *subErrorCode, UErrorCode *pErrorCode) argument
[all...]

Completed in 1361 milliseconds