HomeSort by relevance Sort by last modified time
    Searched full:inchar (Results 1 - 11 of 11) sorted by null

  /external/icu4c/samples/uresb/
uresb.c 172 char inchar[256]; local
175 inchar[i] = ' ';
177 inchar[indent] = '\0';
178 u_fprintf(out, "%s", inchar);
  /ndk/sources/host-tools/sed-4.2.1/sed/
compile.c 227 static int inchar P_((void));
229 inchar()
248 /* unget `ch' so the next call to inchar will return it. */
275 ch = inchar();
291 ch = inchar();
304 return inchar();
467 ch = inchar();
556 while ((ch = inchar()) != EOF && ch != '\n')
565 ch = inchar();
681 if (inchar() == '\n'
225 inchar() function
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.cpp 127 int32_t SpoofImpl::confusableLookup(UChar32 inChar, int32_t tableMask, UChar *destBuf) const {
129 // Binary search the spoof data key table for the inChar
138 if (inChar == midc) {
140 } else if (inChar < midc) {
148 if (inChar != midc) {
151 U16_APPEND_UNSAFE(destBuf, i, inChar)
161 for (altMid = mid-1; (*altMid&0x00ffffff) == inChar; altMid--) {
168 for (altMid = mid+1; (*altMid&0x00ffffff) == inChar; altMid++) {
179 U16_APPEND_UNSAFE(destBuf, i, inChar)
uspoof_impl.h 68 int32_t confusableLookup(UChar32 inChar, int32_t tableMask, UChar *destBuf) const;
  /external/icu4c/i18n/
uspoof_impl.cpp 134 int32_t SpoofImpl::confusableLookup(UChar32 inChar, int32_t tableMask, UnicodeString &dest) const {
136 // Binary search the spoof data key table for the inChar
145 if (inChar == midc) {
147 } else if (inChar < midc) {
155 if (inChar != midc) {
158 dest.append(inChar);
168 for (altMid = mid-1; (*altMid&0x00ffffff) == inChar; altMid--) {
175 for (altMid = mid+1; (*altMid&0x00ffffff) == inChar; altMid++) {
186 dest.append(inChar);
uspoof_impl.h 69 int32_t confusableLookup(UChar32 inChar, int32_t tableMask, UnicodeString &destBuf) const;
  /external/chromium_org/third_party/icu/source/tools/genrb/
derb.c 451 UChar inchar[256]; local
454 inchar[i] = 0x0020;
456 inchar[indent] = 0;
458 printString(out, converter, inchar, indent);
  /external/icu4c/tools/genrb/
derb.c 451 UChar inchar[256]; local
454 inchar[i] = 0x0020;
456 inchar[indent] = 0;
458 printString(out, converter, inchar, indent);
  /external/chromium_org/url/
url_canon_host.cc 112 template<typename INCHAR, typename OUTCHAR>
113 bool DoSimpleHost(const INCHAR* host,
  /external/chromium/googleurl/src/
url_canon_host.cc 137 template<typename INCHAR, typename OUTCHAR>
138 bool DoSimpleHost(const INCHAR* host,
  /ndk/sources/host-tools/sed-4.2.1/
ChangeLog     [all...]

Completed in 4676 milliseconds