HomeSort by relevance Sort by last modified time
    Searched refs:gmatch (Results 1 - 4 of 4) sorted by null

  /external/v8/tools/gcmole/
gcmole.lua 132 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/
tzgnames.cpp 234 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);
    [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.lua 139 gyp:gmatch "'sources': %[.-### gcmole%((.-)%) ###(.-)%]" do
141 for file in sources:gmatch "'%.%./%.%./src/([^']-%.cc)'" do
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 60 milliseconds