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

  /external/webkit/Source/JavaScriptCore/wtf/url/src/
URLQueryCanonicalizer.h 41 template<typename InChar, typename OutChar, void convertCharset(const InChar*, int length, URLBuffer<char>&)>
44 static void canonicalize(const InChar* spec, const URLComponent& query, URLBuffer<OutChar>& buffer, URLComponent& resultQuery)
58 static bool isAllASCII(const InChar* spec, const URLComponent& query)
69 static bool isRaw8Bit(const InChar* source, int length)
79 static void appendRaw8BitQueryString(const InChar* source, int length, URLBuffer<OutChar>* buffer)
90 static void convertToQueryEncoding(const InChar* spec, const URLComponent& query, URLBuffer<OutChar>& buffer)
URLEscape.h 39 template<typename InChar, typename OutChar>
40 inline void appendURLEscapedCharacter(InChar ch, URLBuffer<OutChar>& buffer)
  /external/webkit/Source/WebCore/dom/
InputElement.cpp 313 bool InputElement::isConformToInputMask(const InputElementData& data, UChar inChar, unsigned cursorPosition)
329 ok = !isASCIIDigit(inChar) && !isASCIILower(inChar) && isASCIIPrintable(inChar);
332 ok = !isASCIIDigit(inChar) && !isASCIIUpper(inChar) && isASCIIPrintable(inChar);
335 ok = isASCIIDigit(inChar);
338 ok = !isASCIIAlpha(inChar) && isASCIIPrintable(inChar);
    [all...]
  /external/webkit/Source/WebCore/wml/
WMLInputElement.cpp 449 bool WMLInputElement::isConformedToInputMask(UChar inChar, unsigned inputCharCount, bool isUserInput)
474 ok = !WTF::isASCIIDigit(inChar) && !WTF::isASCIILower(inChar) && WTF::isASCIIPrintable(inChar);
477 ok = !WTF::isASCIIDigit(inChar) && !WTF::isASCIIUpper(inChar) && WTF::isASCIIPrintable(inChar);
480 ok = WTF::isASCIIDigit(inChar);
483 ok = !WTF::isASCIIAlpha(inChar) && WTF::isASCIIPrintable(inChar);
    [all...]
  /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/icu4c/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/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/googleurl/src/
url_canon_host.cc 137 template<typename INCHAR, typename OUTCHAR>
138 bool DoSimpleHost(const INCHAR* host,
  /frameworks/base/core/res/res/values-pt-rPT/
strings.xml     [all...]
  /ndk/sources/host-tools/sed-4.2.1/
ChangeLog     [all...]

Completed in 2367 milliseconds