OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strEnd
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/src/svg/
SkSVGParser.cpp
290
const char*
strEnd
= strrchr(str, ')');
291
SkASSERT(
strEnd
!= NULL);
292
SkString mat(str,
strEnd
- str);
298
strEnd
= str + mat.size();
299
while (str <
strEnd
) {
301
while (str <
strEnd
&& *str != ',' )
/external/skia/src/svg/
SkSVGParser.cpp
290
const char*
strEnd
= strrchr(str, ')');
291
SkASSERT(
strEnd
!= NULL);
292
SkString mat(str,
strEnd
- str);
298
strEnd
= str + mat.size();
299
while (str <
strEnd
) {
301
while (str <
strEnd
&& *str != ',' )
/external/chromium_org/third_party/icu/source/tools/genrb/
derb.c
412
const UChar *
strEnd
;
417
strEnd
= str + len;
423
ucnv_fromUnicode(converter, &bufp, bufend, &str,
strEnd
, 0, 0, &err);
427
} while (str <
strEnd
);
432
const char *
strEnd
;
437
strEnd
= str + len;
443
ucnv_toUnicode(defaultConverter, &bufp, bufend, &str,
strEnd
, 0, 0, &err);
447
} while (str <
strEnd
);
/external/icu4c/tools/genrb/
derb.c
412
const UChar *
strEnd
;
417
strEnd
= str + len;
423
ucnv_fromUnicode(converter, &bufp, bufend, &str,
strEnd
, 0, 0, &err);
427
} while (str <
strEnd
);
432
const char *
strEnd
;
437
strEnd
= str + len;
443
ucnv_toUnicode(defaultConverter, &bufp, bufend, &str,
strEnd
, 0, 0, &err);
447
} while (str <
strEnd
);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
Completed in 71 milliseconds