OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:endcp
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/tools/gennorm2/
gennorm2.cpp
190
uint32_t startCP,
endCP
;
205
u_parseCodePointRangeAnyTerminator(line, &startCP, &
endCP
, &delimiter, errorCode);
219
for(UChar32 c=(UChar32)startCP; c<=(UChar32)
endCP
; ++c) {
229
for(UChar32 c=(UChar32)startCP; c<=(UChar32)
endCP
; ++c) {
251
for(UChar32 c=(UChar32)startCP; c<=(UChar32)
endCP
; ++c) {
/external/icu/icu4c/source/tools/gennorm2/
gennorm2.cpp
191
uint32_t startCP,
endCP
;
211
u_parseCodePointRangeAnyTerminator(line, &startCP, &
endCP
, &delimiter, errorCode);
225
for(UChar32 c=(UChar32)startCP; c<=(UChar32)
endCP
; ++c) {
235
for(UChar32 c=(UChar32)startCP; c<=(UChar32)
endCP
; ++c) {
257
for(UChar32 c=(UChar32)startCP; c<=(UChar32)
endCP
; ++c) {
/external/libpcap/
inet.c
106
const char *cp, *
endcp
;
local
118
endcp
= name + strlen(name);
119
for (cp = name; cp <
endcp
&& !isdigit((unsigned char)*cp); ++cp)
Completed in 196 milliseconds