OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:U16_LENGTH
(Results
1 - 25
of
92
) sorted by null
1
2
3
4
/external/icu4c/common/
unifilt.cpp
47
offset +=
U16_LENGTH
(c);
57
offset -=
U16_LENGTH
(text.char32At(offset)) - 1;
ruleiter.cpp
44
_advance(
U16_LENGTH
(c));
106
_advance(
U16_LENGTH
(a));
util.cpp
174
//? pos +=
U16_LENGTH
(c);
176
//? pos -=
U16_LENGTH
(c);
246
index +=
U16_LENGTH
(c);
258
index +=
U16_LENGTH
(c);
259
ipat +=
U16_LENGTH
(cpat);
caniter.cpp
211
i =
U16_LENGTH
(source.char32At(0));
218
for (; i < source.length(); i +=
U16_LENGTH
(cp)) {
294
for (i = 0; i < source.length(); i +=
U16_LENGTH
(cp)) {
312
permute(subPermuteString.replace(i,
U16_LENGTH
(cp), NULL, 0), skipZeros, &subpermute, status);
446
for (int32_t i = 0; i < segLen; i +=
U16_LENGTH
(cp)) {
util_props.cpp
163
p +=
U16_LENGTH
(ch);
/external/chromium_org/third_party/icu/source/i18n/
casetrn.cpp
60
csc->index-=
U16_LENGTH
(c);
72
csc->index+=
U16_LENGTH
(c);
155
csc.cpLimit=textPos+=
U16_LENGTH
(c);
172
delta=result-
U16_LENGTH
(c);
176
delta=tmp.length()-
U16_LENGTH
(c);
titletrn.cpp
95
for (start = offsets.start - 1; start >= offsets.contextStart; start -=
U16_LENGTH
(c)) {
123
csc.cpLimit=textPos+=
U16_LENGTH
(c);
147
delta=result-
U16_LENGTH
(c);
151
delta=tmp.length()-
U16_LENGTH
(c);
nortrans.cpp
144
start +=
U16_LENGTH
(c);
/external/icu4c/i18n/
casetrn.cpp
62
csc->index-=
U16_LENGTH
(c);
74
csc->index+=
U16_LENGTH
(c);
157
csc.cpLimit=textPos+=
U16_LENGTH
(c);
174
delta=result-
U16_LENGTH
(c);
178
delta=tmp.length()-
U16_LENGTH
(c);
titletrn.cpp
96
for (start = offsets.start - 1; start >= offsets.contextStart; start -=
U16_LENGTH
(c)) {
124
csc.cpLimit=textPos+=
U16_LENGTH
(c);
148
delta=result-
U16_LENGTH
(c);
152
delta=tmp.length()-
U16_LENGTH
(c);
strrepl.cpp
146
int32_t len =
U16_LENGTH
(text.char32At(start-1));
180
oOutput +=
U16_LENGTH
(c);
212
newStart -=
U16_LENGTH
(text.char32At(newStart-1));
221
newStart +=
U16_LENGTH
(text.char32At(newStart));
296
for (int32_t i=0; i<output.length(); i+=
U16_LENGTH
(ch)) {
319
i +=
U16_LENGTH
(c);
uni2name.cpp
98
int32_t clen =
U16_LENGTH
(c);
rbt_rule.cpp
319
pos -
U16_LENGTH
(str.char32At(pos-1)) :
325
pos +
U16_LENGTH
(str.char32At(pos)) :
535
i +=
U16_LENGTH
(ch);
nortrans.cpp
145
start +=
U16_LENGTH
(c);
strmatch.cpp
204
for (int32_t i=0; i<pattern.length(); i+=
U16_LENGTH
(ch)) {
286
i +=
U16_LENGTH
(c);
unesctrn.cpp
233
s +=
U16_LENGTH
(ch);
277
start +=
U16_LENGTH
(text.char32At(start));
name2uni.cpp
198
// assert(
U16_LENGTH
(CLOSE_DELIM) == 1);
242
cursor +=
U16_LENGTH
(c);
/external/chromium_org/chrome/browser/ui/app_list/search/
tokenized_string_char_iterator.cc
53
return current_token_iter_ ?
U16_LENGTH
(Get()) : 0;
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSOMUtils.cpp
67
index +=
U16_LENGTH
(c);
102
index +=
U16_LENGTH
(c);
CSSFontFace.cpp
227
index +=
U16_LENGTH
(c);
/external/chromium_org/third_party/icu/source/test/intltest/
testutil.cpp
44
for (int32_t i = 0; i < s.length(); i +=
U16_LENGTH
(c)) {
/external/icu4c/test/intltest/
testutil.cpp
44
for (int32_t i = 0; i < s.length(); i +=
U16_LENGTH
(c)) {
/external/chromium_org/third_party/icu/source/tools/toolutil/
uparse.c
281
if((destLength+
U16_LENGTH
(value))<=destCapacity) {
284
destLength+=
U16_LENGTH
(value);
/external/icu4c/tools/toolutil/
uparse.c
283
if((destLength+
U16_LENGTH
(value))<=destCapacity) {
286
destLength+=
U16_LENGTH
(value);
/external/chromium_org/third_party/icu/source/common/
normalizer2impl.cpp
127
int32_t cpLength=
U16_LENGTH
(c);
234
UChar *r=limit+=
U16_LENGTH
(c);
446
src+=
U16_LENGTH
(c);
468
src+=
U16_LENGTH
(c);
808
pRemove=p-
U16_LENGTH
(c); // pRemove & p: start & limit of the combining mark
[
all
...]
Completed in 2721 milliseconds
1
2
3
4