HomeSort by relevance Sort by last modified time
    Searched defs:uc (Results 26 - 38 of 38) sorted by null

12

  /external/chromium/third_party/icu/source/common/
triedict.cpp 67 TernaryNode(UChar uc);
76 TernaryNode::TernaryNode(UChar uc) {
77 ch = uc;
146 UChar uc = utext_current32(text); local
149 if (uc < p->ch) {
153 else if (uc == p->ch) {
176 uc = utext_next32(text);
177 uc = utext_current32(text);
207 UChar32 uc = utext_next32(fIter); // TODO: supplementary support? local
208 U_ASSERT(uc != U_SENTINEL)
690 UChar uc = utext_current32(text); local
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cucdtst.c 1589 UChar uc; local
    [all...]
  /external/icu4c/test/cintltst/
cucdtst.c 1568 UChar uc; local
    [all...]
  /external/strace/
signal.c 1574 ucontext_t uc; local
1593 ucontext_t uc; local
    [all...]
  /external/webkit/WebCore/css/
CSSParser.cpp 4874 unsigned uc = 0; local
4898 unsigned uc = 0; local
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
CollectionsTest.java 2372 Collection uc = Collections.unmodifiableCollection(al); local
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
rbbitst.cpp 634 UChar uc; local
660 uc = *current++;
664 while (uc) {
665 if (uc == 0x0023) { // #comment line, skip
666 while (uc && !breaks->contains(uc)) {
667 uc = *current++;
670 else while (uc && !breaks->contains(uc)) {
672 uc = *current++
913 UChar uc; local
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
zic.c 1811 unsigned char uc; local
    [all...]
  /external/icu4c/i18n/
decNumber.c 806 Unit *uc, *msuc; \/* -> result and its msu *\/ local
1203 Unit *uc, *msuc; \/* -> result and its msu *\/ local
1815 Unit *uc, *msuc; \/* -> result and its msu *\/ local
3238 Unit *uc, *msuc; \/* -> result and its msu *\/ local
    [all...]
  /external/icu4c/test/intltest/
rbbitst.cpp 661 UChar uc; local
687 uc = *current++;
691 while (uc) {
692 if (uc == 0x0023) { // #comment line, skip
693 while (uc && !breaks->contains(uc)) {
694 uc = *current++;
697 else while (uc && !breaks->contains(uc)) {
699 uc = *current++
    [all...]
  /external/icu4c/tools/tzcode/
zic.c 1811 unsigned char uc; local
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/jython/
jython.jar 

Completed in 232 milliseconds

12