HomeSort by relevance Sort by last modified time
    Searched defs:pch (Results 1 - 17 of 17) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/net/
inet_pton.c 83 const char *pch; local
85 if ((pch = strchr(digits, ch)) != NULL) {
86 u_int new = *tp * 10 + (pch - digits);
144 const char *pch; local
146 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
147 pch = strchr((xdigits = xdigits_u), ch);
148 if (pch != NULL) {
152 val |= (pch - xdigits);
  /external/curl/lib/
inet_pton.c 104 const char *pch; local
106 if((pch = strchr(digits, ch)) != NULL) {
107 unsigned int val = *tp * 10 + (unsigned int)(pch - digits);
170 const char *pch; local
172 if((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
173 pch = strchr((xdigits = xdigits_u), ch);
174 if(pch != NULL) {
176 val |= (pch - xdigits);
  /bionic/libc/dns/resolv/
res_comp.c 172 int pch = PERIOD, ch = *dn++; local
179 } else if (periodchar(pch)) {
189 pch = ch, ch = nch;
  /external/c-ares/
inet_net_pton.c 213 const char *pch; local
215 pch = strchr(digits, ch);
216 if (pch != NULL) {
220 val += aresx_sztosi(pch - digits);
245 const char *pch; local
247 pch = strchr(digits, ch);
248 if (pch != NULL) {
252 val += aresx_sztoui(pch - digits);
306 const char *pch; local
308 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL
    [all...]
  /external/chromium-libpac/test/
proxy_resolver_v8_unittest.cc 130 const char* pch = strtok(str, ";"); local
132 while (pch != NULL) {
134 while ((*pch) == ' ') ++pch;
135 std::string pstring(pch);
138 pch = strtok(NULL, "; \t");
  /external/toybox/toys/pending/
ftpget.c 152 char *pch; local
161 if (!(pch = strrchr(toybuf, ')'))) goto close_stream;
162 *pch = '\0';
163 if (!(pch = strrchr(toybuf, ','))) goto close_stream;
164 *pch = '\0';
166 portnum = atolx_range(pch + 1, 0, 255);
168 if (!(pch = strrchr(toybuf, ','))) goto close_stream;
169 *pch = '\0';
170 portnum = portnum + (atolx_range(pch + 1, 0, 255) * 256);
  /external/gmock/test/
gmock-more-actions_test.cc 626 char* pch = ch; local
627 a.Perform(make_tuple(true, pn, pch));
642 a.Perform(make_tuple(true, pn, pch));
676 char* pch = ch; local
677 a.Perform(make_tuple(true, pch));
  /external/google-breakpad/src/testing/test/
gmock-more-actions_test.cc 626 char* pch = ch; local
627 a.Perform(make_tuple(true, pn, pch));
642 a.Perform(make_tuple(true, pn, pch));
676 char* pch = ch; local
677 a.Perform(make_tuple(true, pch));
  /ndk/build/core/
build-binary.mk 332 # add PCH to LOCAL_SRC_FILES so that TARGET-process-src-files-tags could process it
342 # now remove PCH from LOCAL_SRC_FILES to prevent getting NDK warning about
426 # Build PCH
428 get-pch-name = $(strip \
436 # Build PCH into obj directory
437 LOCAL_BUILT_PCH := $(call get-pch-name,$(LOCAL_PCH))
439 # Build PCH
442 # All obj files are dependent on the PCH
447 # Files from now on build with PCH
448 LOCAL_CPPFLAGS += -Winvalid-pch -include $(LOCAL_OBJS_DIR)/$(LOCAL_BUILT_PCH
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SimpleDateFormat.java 2289 char pch = patl.charAt(idx); local
2535 char pch = patternLiteral.charAt(idx); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SimpleDateFormat.java 2302 char pch = patl.charAt(idx); local
2548 char pch = patternLiteral.charAt(idx); local
    [all...]
  /system/bt/btif/src/
btif_dm.c 2918 char* pch; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
dwp.cc 1211 const unsigned char* pch = pcolhdrs; local
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 833 milliseconds