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

<<21222324252627282930>>

  /external/icu4c/test/intltest/
loctest.cpp 617 char *ch; local
618 ch = new char[l.length() + 1];
619 ch[l.extract(0, 0x7fffffff, ch, "")] = 0;
620 setFromPOSIXID(ch);
621 delete [] ch;
    [all...]
csdetest.cpp 97 static UnicodeString *split(const UnicodeString &src, UChar ch, int32_t &splits)
102 while((offset = src.indexOf(ch, offset + 1)) >= 0) {
112 while((end = src.indexOf(ch, start)) >= 0) {
transrt.cpp 1264 UChar ch = sourceString.charAt(i); local
    [all...]
itrbnf.cpp 384 UChar ch = fracRules.charAt(i); local
385 if (ch == '\n') {
387 } else if (ch == ':') {
389 } else if (ch == ' ') {
    [all...]
srchtest.cpp 220 UChar ch = text[count]; local
221 if (ch >= 0x20 && ch <= 0x7e) {
222 result[index ++] = (char)ch;
225 sprintf(result+index, "\\u%04x", ch);
    [all...]
  /external/bluetooth/glib/glib/
gconvert.c 952 gunichar ch = g_utf8_get_char (p); local
953 insert_str = g_strdup_printf (ch < 0x10000 ? "\\u%04x" : "\\U%08x",
954 ch);
    [all...]
  /system/core/toolbox/
newfs_msdos.c 272 int ch, fd, fd1; local
275 while ((ch = getopt(argc, argv, opts)) != -1)
276 switch (ch) {
  /external/bison/src/
scan-gram.c 3459 int ch = getc (fp); local
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 252 String FormatForFailureMessage(char ch);
    [all...]
  /bionic/libc/netbsd/resolv/
res_init.c 133 #define ISSORTMASK(ch) (strchr(sort_mask, ch) != NULL)
  /external/apache-http/src/org/apache/commons/codec/language/
DoubleMetaphone.java 289 } else if (contains(value, index, 2, "CH")) {
358 * Handles 'CH' cases
371 //-- Germanic, Greek, or otherwise 'ch' for 'kh' sound --//
825 * Complex condition 0 for 'CH'
841 * Complex condition 1 for 'CH'
894 private boolean isVowel(char ch) {
895 return VOWELS.indexOf(ch) != -1;
    [all...]
  /external/webkit/WebCore/platform/text/
String.cpp 389 char ch;
390 int result = vsnprintf(&ch, 1, format, args);
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java 662 char ch = (char)(gsmIndex + '0'); local
663 success = simulatedCallState.onChld('2', ch);
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
PerformanceTests.java 677 char ch; local
681 ch = testStr.charAt(j);
    [all...]
  /packages/apps/Email/src/org/apache/commons/io/
FileUtils.java 476 char ch = (char) Integer.parseInt(hexStr, 16); local
477 filename = filename.substring(0, pos) + ch + filename.substring(pos + 3);
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c 791 S8 ch; local
813 S8 ch; local
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/common/src/
osRgstry.c 5368 char ch; local
5393 char ch; local
    [all...]
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
cu_cmd.c 768 S8 ch; local
790 S8 ch; local
    [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/common/src/
osRgstry.c 5364 char ch; local
5389 char ch; local
    [all...]
  /external/icu4c/test/cintltst/
usrchtst.c 142 UChar ch = unichars[count]; local
143 if (ch >= 0x20 && ch <= 0x7e) {
144 *temp ++ = (char)ch;
147 sprintf(temp, "\\u%04x", ch);
    [all...]
  /external/libxml2/
xmlIO.c     [all...]
  /prebuilt/common/ant/
ant.jar 
  /external/qemu/
vl-android.c 3477 uint8_t ch = qemu_get_byte(f); local
3478 memset(qemu_get_ram_ptr(addr), ch, TARGET_PAGE_SIZE); local
    [all...]
vl.c 3348 uint8_t ch = qemu_get_byte(f); local
3349 memset(qemu_get_ram_ptr(addr), ch, TARGET_PAGE_SIZE); local
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 3049 int err, ch, neg, y; local
6385 char ch; local
    [all...]

Completed in 506 milliseconds

<<21222324252627282930>>