OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u_skipWhitespace
(Results
1 - 12
of
12
) sorted by null
/external/icu/icu4c/source/tools/toolutil/
uparse.c
33
u_skipWhitespace
(const char *s) {
61
*(s=
u_skipWhitespace
(s))=='#' &&
62
*(s=
u_skipWhitespace
(s+1))=='@' &&
63
0==strncmp((s=
u_skipWhitespace
(s+1)), "missing", 7) &&
64
*(s=
u_skipWhitespace
(s+7))==':'
66
return
u_skipWhitespace
(s+1);
136
if(
u_skipWhitespace
(start)[0]==0) {
204
s=
u_skipWhitespace
(s);
257
s=
u_skipWhitespace
(s);
312
s=
u_skipWhitespace
(s)
[
all
...]
pkg_icu.cpp
105
start=
u_skipWhitespace
(line);
128
if(end==NULL || *(start=
u_skipWhitespace
(end+1))==0) {
ucmstate.c
61
s=
u_skipWhitespace
(s);
66
s=
u_skipWhitespace
(s+7);
72
s=
u_skipWhitespace
(s+10);
83
s=
u_skipWhitespace
(s);
88
s=
u_skipWhitespace
(t);
92
s=
u_skipWhitespace
(s+1);
97
s=
u_skipWhitespace
(t);
110
s=
u_skipWhitespace
(s+1);
116
s=
u_skipWhitespace
(t);
126
s=
u_skipWhitespace
(s+1)
[
all
...]
uparse.h
41
u_skipWhitespace
(const char *s);
ucm.c
839
s=
u_skipWhitespace
(s);
[
all
...]
/external/icu/icu4c/source/tools/gennorm2/
gennorm2.cpp
207
const char *s=
u_skipWhitespace
(line+1);
209
s=
u_skipWhitespace
(s+7);
221
delimiter=
u_skipWhitespace
(delimiter);
223
const char *s=
u_skipWhitespace
(delimiter+1);
226
if(end<=s || *
u_skipWhitespace
(end)!=0 || value>=0xff) {
236
if(*
u_skipWhitespace
(delimiter+1)!=0) {
/external/icu/icu4c/source/test/intltest/
bidiconf.cpp
83
while(*start!=0 && *(start=
u_skipWhitespace
(start))!=0 && *start!=';') {
106
while(*start!=0 && *(start=
u_skipWhitespace
(start))!=0 && *start!=';') {
175
while(*start!=0 && *(start=
u_skipWhitespace
(start))!=0 && *start!=';') {
293
const char *start=
u_skipWhitespace
(line);
314
start=
u_skipWhitespace
(start);
319
start=
u_skipWhitespace
(start+1);
457
const char *start=
u_skipWhitespace
(line);
476
start=
u_skipWhitespace
(start+1);
507
start=
u_skipWhitespace
(end);
521
start=
u_skipWhitespace
(end)
[
all
...]
ucdtest.cpp
78
s=
u_skipWhitespace
(s);
88
z=
u_skipWhitespace
(s+j);
testidn.cpp
155
s =
u_skipWhitespace
(fields[0][0]);
/external/icu/icu4c/source/tools/gensprep/
gensprep.c
352
s =
u_skipWhitespace
(fields[0][0]);
/external/icu/icu4c/source/tools/makeconv/
makeconv.cpp
601
if(line[0]=='#' ||
u_skipWhitespace
(line)==end) {
/external/icu/icu4c/source/test/cintltst/
cucdtst.c
[
all
...]
Completed in 499 milliseconds