OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:char32at
(Results
26 - 50
of
66
) sorted by null
1
2
3
/external/icu4c/test/intltest/
utxttest.cpp
175
c = sa.
char32At
(i);
446
usc = targetUS.
char32At
(usi);
523
usc = targetUS.
char32At
(usi);
825
(buf[0] == 0x5555 && U_IS_SUPPLEMENTARY(us.
char32At
(0))));
[
all
...]
tstnorm.cpp
[
all
...]
reptest.cpp
118
return chars.
char32At
(offset);
ustrtest.cpp
[
all
...]
itspoof.cpp
405
appendHexUChar(line, actual.
char32At
(i));
ucharstrietest.cpp
838
c=expectedString.
char32At
(0);
840
nextCp=expectedString.length()>cLength ? expectedString.
char32At
(cLength) : 0;
[
all
...]
transrt.cpp
444
cp = a.
char32At
(i);
761
UChar32 c = srcStr.
char32At
(0);
[
all
...]
normconf.cpp
213
c=fields[0].
char32At
(0);
/external/icu4c/tools/gennorm2/
n2builder.cpp
106
if(!mapping->isEmpty() && mapping->length()==U16_LENGTH(c=mapping->
char32At
(0))) {
365
UChar32 lead=m.
char32At
(0);
366
UChar32 trail=m.
char32At
(m.length()-1);
478
uint8_t myTrailCC=getCC(m.
char32At
(i));
479
UChar32 cTrailChar=cNorm.mapping->
char32At
(cNorm.mapping->length()-1);
690
leadCC=getCC(m.
char32At
(0));
691
trailCC=getCC(m.
char32At
(length-1));
[
all
...]
/external/icu4c/common/
util.h
188
* !UCharacter::isWhitespace(str.
char32At
(pos)). On
uprops.cpp
121
nfd.length()==U16_LENGTH(c=nfd.
char32At
(0))
rbbiscan.cpp
692
c = s.
char32At
(0);
800
ch = fRB->fRules.
char32At
(fNextIndex);
849
if (fRB->fRules.
char32At
(fNextIndex) == chApos) {
[
all
...]
uniset.cpp
613
UChar32 c = s.
char32At
(0);
1049
UChar32 cp = s.
char32At
(0);
[
all
...]
/external/icu4c/i18n/
utrans.cpp
106
return (*func->
char32At
)(rep, offset);
translit.cpp
411
newCS -= U16_LENGTH(text.
char32At
(newCS)) - 1;
481
!filter->contains(c=text.
char32At
(index.start))) {
488
filter->contains(c=text.
char32At
(index.limit))) {
572
int32_t charLength = U16_LENGTH(text.
char32At
(passLimit));
[
all
...]
tznames_impl.cpp
335
UChar32 c = text.
char32At
(index);
342
c = tmp.
char32At
(tmpidx);
[
all
...]
smpdtfmt.cpp
[
all
...]
locdspnm.cpp
510
UChar32 ch = result.
char32At
(stopPos);
[
all
...]
/external/icu4c/i18n/unicode/
dcfmtsym.h
436
UChar32 sym = value.
char32At
(0);
/external/icu4c/tools/gendict/
gendict.cpp
198
c = word.
char32At
(i);
/external/icu4c/common/unicode/
uiter.h
490
* @see UnicodeString::
char32At
()
/external/icu4c/test/cintltst/
utransts.c
126
callbacks->
char32At
= Xchar32At;
/external/webkit/Source/JavaScriptCore/icu/unicode/
uiter.h
490
* @see UnicodeString::
char32At
()
/external/webkit/Source/JavaScriptGlue/icu/unicode/
uiter.h
490
* @see UnicodeString::
char32At
()
/external/webkit/Source/WebCore/icu/unicode/
uiter.h
490
* @see UnicodeString::
char32At
()
Completed in 4564 milliseconds
1
2
3