Searched refs:originalFileName (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | wrtxml.cpp | 1013 char* originalFileName = nullptr; in bundle_write_xml() local 1046 originalFileName = (char *)uprv_malloc(sizeof(char)*index+1); in bundle_write_xml() 1047 uprv_memset(originalFileName, 0, sizeof(char)*index+1); in bundle_write_xml() 1048 uprv_strncpy(originalFileName, filename + first, index); in bundle_write_xml() 1050 if(uprv_strcmp(originalFileName, srBundle->fLocale) != 0) { in bundle_write_xml() 1054 temp = originalFileName; in bundle_write_xml() 1055 originalFileName = (char *)uprv_malloc(sizeof(char)* (uprv_strlen(temp)+uprv_strlen(textExt)) + 1); in bundle_write_xml() 1056 uprv_memset(originalFileName, 0, sizeof(char)* (uprv_strlen(temp)+uprv_strlen(textExt)) + 1); in bundle_write_xml() 1057 uprv_strcat(originalFileName, temp); in bundle_write_xml() 1058 uprv_strcat(originalFileName, textEx in bundle_write_xml() [all...] |
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | wrtxml.cpp | 1013 char* originalFileName = NULL; in bundle_write_xml() local 1046 originalFileName = (char *)uprv_malloc(sizeof(char)*index+1); in bundle_write_xml() 1047 uprv_memset(originalFileName, 0, sizeof(char)*index+1); in bundle_write_xml() 1048 uprv_strncpy(originalFileName, filename + first, index); in bundle_write_xml() 1050 if(uprv_strcmp(originalFileName, srBundle->fLocale) != 0) { in bundle_write_xml() 1054 temp = originalFileName; in bundle_write_xml() 1055 originalFileName = (char *)uprv_malloc(sizeof(char)* (uprv_strlen(temp)+uprv_strlen(textExt)) + 1); in bundle_write_xml() 1056 uprv_memset(originalFileName, 0, sizeof(char)* (uprv_strlen(temp)+uprv_strlen(textExt)) + 1); in bundle_write_xml() 1057 uprv_strcat(originalFileName, temp); in bundle_write_xml() 1058 uprv_strcat(originalFileName, textEx in bundle_write_xml() [all...] |
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | wrtxml.cpp | 1017 char* originalFileName = NULL; in bundle_write_xml() local 1050 originalFileName = (char *)uprv_malloc(sizeof(char)*index+1); in bundle_write_xml() 1051 uprv_memset(originalFileName, 0, sizeof(char)*index+1); in bundle_write_xml() 1052 uprv_strncpy(originalFileName, filename + first, index); in bundle_write_xml() 1054 if(uprv_strcmp(originalFileName, srBundle->fLocale) != 0) { in bundle_write_xml() 1058 temp = originalFileName; in bundle_write_xml() 1059 originalFileName = (char *)uprv_malloc(sizeof(char)* (uprv_strlen(temp)+uprv_strlen(textExt)) + 1); in bundle_write_xml() 1060 uprv_memset(originalFileName, 0, sizeof(char)* (uprv_strlen(temp)+uprv_strlen(textExt)) + 1); in bundle_write_xml() 1061 uprv_strcat(originalFileName, temp); in bundle_write_xml() 1062 uprv_strcat(originalFileName, textEx in bundle_write_xml() [all...] |
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |
H A D | tsserverlibrary.js | [all...] |
H A D | tsserver.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
Completed in 195 milliseconds