HomeSort by relevance Sort by last modified time
    Searched refs:ch (Results 701 - 725 of 831) sorted by null

<<21222324252627282930>>

  /external/stlport/test/unit/
codecvt_test.cpp 502 int ch = ifs.get(); local
503 CPPUNIT_CHECK( ch != (int)WEOF );
  /external/zlib/contrib/masmx86/
inffas32.asm 388 mov ch,cl
395 mov cl,ch
445 mov ch,cl
452 mov cl,ch
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationList.java 339 ConversationListItemData ch = headerView.getConversationHeader(); local
340 openThread(ch.getThreadId());
  /system/vold/
VolumeManager.cpp 857 char ch = 0; local
858 if (write(fd, &ch, 1) < 0) {
  /dalvik/dexdump/
DexDump.c 159 char ch = str[offset + i]; local
160 newStr[i] = (ch == '/' || ch == '$') ? '.' : ch;
    [all...]
  /external/dbus/dbus/
dbus-string.h 148 dbus_unichar_t ch);
  /external/dropbear/libtommath/mtest/
mpi.h 215 int mp_char2value(char ch, int r);
  /external/icu4c/common/
unistr.cpp 200 UnicodeString::UnicodeString(UChar ch)
204 fUnion.fStackBuffer[0] = ch;
207 UnicodeString::UnicodeString(UChar32 ch)
213 U16_APPEND(fUnion.fStackBuffer, i, US_STACKBUF_SIZE, ch, isError);
    [all...]
putil.c 638 #define isNonDigit(ch) (ch < '0' || '9' < ch)
    [all...]
  /external/qemu/android/
console.c 458 control_client_read_byte( ControlClient client, unsigned char ch )
460 if (ch == '\r')
464 else if (ch == '\n')
478 client->buff[ client->buff_len++ ] = ch;
    [all...]
  /external/v8/src/
runtime.h 395 static bool IsUpperCaseChar(uint16_t ch);
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 116 NSFont *WKGetFontInLanguageForCharacter(NSFont *font, UniChar ch);
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
SerializerBase.java 80 char ch = PKG_NAME.charAt(i); typedefs
81 if (ch == '.')
84 sb.append(ch); typedefs
    [all...]
  /external/svox/pico/lib/
picoacph.c 332 picoos_uint8 ch; local
337 ch = acph->cbuf[acph->headx[ind].cind + i];
338 if (picoktab_isSyllbound(acph->tabphones, ch)) {
    [all...]
picoos.c 972 static picoos_uint8 LReadChar (picoos_File f, picoos_char * ch);
1944 picoos_char * ch; local
    [all...]
  /external/tremolo/Tremolo/
codebook.c 867 long offset,int ch,
871 long offset,int ch,
884 if(chptr==ch){
  /external/webkit/WebCore/platform/
KURLGoogle.cpp 915 unsigned char ch; local
916 if (url_canon::DecodeEscaped(input, &i, inputLength, &ch))
917 unescaped.push_back(ch);
    [all...]
  /frameworks/base/core/java/android/text/
Html.java 739 public void characters(char ch[], int start, int length) throws SAXException {
748 char c = ch[i + start];
777 public void ignorableWhitespace(char ch[], int start, int length) throws SAXException {
Layout.java 840 char ch; local
846 ch = text.charAt(end - 1);
848 if (ch == '\n') {
852 if (ch != ' ' && ch != '\t') {
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CodecTest.java 66 int ch; local
71 while ( ( ch = in.read() ) != -1 ){
72 sb.append((char) ch);
  /external/icu4c/tools/tzcode/
tz2icu.cpp 564 char ch = file.get(); local
565 if (ch == 0x0a) {
567 while (file.get(ch)) {
568 if (ch == 0x0a) {
571 if (ch < 0x20) {
    [all...]
  /frameworks/base/core/java/android/pim/vcard/
VCardEntry.java 496 char ch = trimed.charAt(i); local
497 if (('0' <= ch && ch <= '9') || (i == 0 && ch == '+')) {
498 builder.append(ch);
    [all...]
  /dalvik/docs/
prettify.js 179 function isWordChar(ch) {
180 return (ch >= 'a' && ch <= 'z') || (ch >= 'A' && ch <= 'Z');
390 var ch = plainText.charAt(i);
392 switch (ch) {
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
osRgstry.c 4988 char ch; local
5013 char ch; local
    [all...]
  /external/bluetooth/bluez/audio/
headset.c 1352 int ch; local
1360 ch = sdp_get_proto_port(protos, RFCOMM_UUID);
1365 if (ch <= 0) {
1370 headset->rfcomm_ch = ch;
1374 debug("Discovered Handsfree service on channel %d", ch);
1377 debug("Discovered Headset service on channel %d", ch);
    [all...]

Completed in 282 milliseconds

<<21222324252627282930>>