Home
last modified time | relevance | path

Searched refs:curKey (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/icu-small/source/tools/genrb/
H A Dwrtxml.cpp107 static char* getID(const char* id, const char* curKey, char* result) { in getID() argument
108 if(curKey == nullptr) { in getID()
113 result = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(curKey)) + 1); in getID()
114 uprv_memset(result, 0, sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(curKey)) + 1); in getID()
119 uprv_strcat(result, curKey); in getID()
/third_party/icu/icu4c/source/tools/genrb/
H A Dwrtxml.cpp107 static char* getID(const char* id, const char* curKey, char* result) { in getID() argument
108 if(curKey == NULL) { in getID()
113 result = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(curKey)) + 1); in getID()
114 uprv_memset(result, 0, sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(curKey)) + 1); in getID()
119 uprv_strcat(result, curKey); in getID()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dwrtxml.cpp107 static char* getID(const char* id, const char* curKey, char* result) { in getID() argument
108 if(curKey == NULL) { in getID()
113 result = (char *)uprv_malloc(sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(curKey)) + 1); in getID()
114 uprv_memset(result, 0, sizeof(char)*(uprv_strlen(id) + 1 + uprv_strlen(curKey)) + 1); in getID()
119 uprv_strcat(result, curKey); in getID()
/third_party/node/lib/internal/
H A Durl.js532 const curKey = a[i];
536 if (a[j] > curKey) {
543 a[j + 2] = curKey;
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 9 milliseconds