OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startCodePoint
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/tools/genuca/
genuca.cpp
439
char *
startCodePoint
= NULL;
581
startCodePoint
= buffer;
582
endCodePoint = strchr(
startCodePoint
, ';');
633
startCodePoint
= endCodePoint+1;
635
commentStart = strchr(
startCodePoint
, '#');
637
commentStart = strlen(
startCodePoint
) +
startCodePoint
;
644
endCodePoint = strchr(
startCodePoint
, ']');
648
pointer = strchr(
startCodePoint
, '[');
687
startCodePoint
= endCodePoint+1
[
all
...]
/external/icu4c/i18n/
uspoof_wsconf.cpp
183
UChar32
startCodePoint
= SpoofImpl::ScanHex(
185
UChar32 endCodePoint =
startCodePoint
;
224
for (cp=
startCodePoint
; cp<=endCodePoint; cp++) {
Completed in 329 milliseconds