HomeSort by relevance Sort by last modified time
    Searched refs:ABC (Results 1 - 8 of 8) sorted by null

  /external/icu4c/test/cintltst/
cstrtest.c 39 static const char *const abc="abcdefghijklmnopqrstuvwxyz", *const ABC="ABCDEFGHIJKLMNOPQRSTUVWXYZ"; local
45 dest[i]=uprv_tolower(abc[i]);
47 if(0!=strcmp(abc, dest)) {
48 log_err("uprv_tolower(abc) failed\n");
52 dest[i]=uprv_tolower(ABC[i]);
54 if(0!=strcmp(abc, dest)) {
55 log_err("uprv_tolower(ABC) failed\n");
59 dest[i]=uprv_toupper(abc[i]);
61 if(0!=strcmp(ABC, dest))
    [all...]
  /external/webkit/WebCore/platform/graphics/chromium/
UniscribeHelper.h 262 // beginning of the run. It is like the ABC's |A| advance but one that
309 // always the sum of the ABC values, and I'm not sure what you're
310 // supposed to do with the ABC values.
311 ABC m_abc;
  /external/v8/test/mjsunit/
string-search.js 28 var str="ABC abc";
  /external/webkit/WebCore/platform/wx/wxcode/win/
fontprops.cpp 142 ABC width;
  /dalvik/libcore/json/src/test/java/org/json/
JSONTokenerTest.java 74 new JSONTokener(null).nextTo("ABC");
86 new JSONTokener(null).skipPast("ABC");
126 assertEquals("", new JSONTokener("").nextTo("ABC"));
132 new JSONTokener("").skipPast("ABC");
158 JSONTokener abcTokener = new JSONTokener("ABC");
201 assertEquals("ABC", abcdeTokener.next(3));
341 assertEquals("ABC", new JSONTokener("ABC'DEF").nextString('\''));
342 assertEquals("ABC", new JSONTokener("ABC'''DEF").nextString('\''))
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 453 Suppose that CBQ class \verb|1:ABC| has been created on device \verb|eth0|
456 with some classifier and map them to class \verb|1:ABC|. F.e.\
461 classid 1:ABC
466 rooted at \verb|1:ABC| and attach to subroot set of rules parsing
ip-cref.tex     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 6599 milliseconds