OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gmatch
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
tzgnames.cpp
233
GMatchInfo *
gmatch
= (GMatchInfo *)uprv_malloc(sizeof(GMatchInfo));
local
234
if (
gmatch
== NULL) {
238
gmatch
->gnameInfo = nameinfo;
239
gmatch
->matchLength = matchLength;
240
gmatch
->timeType = UTZFMT_TIME_TYPE_UNKNOWN;
241
fResults->addElement(
gmatch
, status);
243
uprv_free(
gmatch
);
[
all
...]
/external/icu/icu4c/source/i18n/
tzgnames.cpp
233
GMatchInfo *
gmatch
= (GMatchInfo *)uprv_malloc(sizeof(GMatchInfo));
local
234
if (
gmatch
== NULL) {
238
gmatch
->gnameInfo = nameinfo;
239
gmatch
->matchLength = matchLength;
240
gmatch
->timeType = UTZFMT_TIME_TYPE_UNKNOWN;
241
fResults->addElement(
gmatch
, status);
243
uprv_free(
gmatch
);
[
all
...]
/external/chromium_org/v8/tools/gcmole/
gcmole.lua
146
gyp:
gmatch
"'sources': %[.-### gcmole%((.-)%) ###(.-)%]" do
148
for file in sources:
gmatch
"'%.%./%.%./src/([^']-%.cc)'" do
151
for file in sources:
gmatch
"'(test-[^']-%.cc)'" do
/external/chromium_org/third_party/skia/third_party/lua/src/
lstrlib.c
668
static int
gmatch
(lua_State *L) {
function
986
{"
gmatch
",
gmatch
},
Completed in 396 milliseconds