Searched refs:gmatch (Results 1 - 2 of 2) sorted by relevance

/external/v8/tools/gcmole/
H A Dgcmole.lua132 SOURCES:gmatch "'([^']-)': Split%(\"\"\"(.-)\"\"\"%)" do
134 for file in list:gmatch "[^%s]+" do table.insert(files, file) end
138 for condition, list in SOURCES:gmatch "'([^']-)': %[(.-)%]" do
140 for file in list:gmatch "'([^']-)'" do table.insert(files, file) end
/external/icu4c/i18n/
H A Dtzgnames.cpp234 GMatchInfo *gmatch = (GMatchInfo *)uprv_malloc(sizeof(GMatchInfo)); local
235 if (gmatch == NULL) {
239 gmatch->gnameInfo = nameinfo;
240 gmatch->matchLength = matchLength;
241 gmatch->timeType = UTZFMT_TIME_TYPE_UNKNOWN;
242 fResults->addElement(gmatch, status);
244 uprv_free(gmatch);

Completed in 90 milliseconds