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

  /external/webkit/WebCore/wml/
WMLInputElement.cpp 438 bool WMLInputElement::isConformedToInputMask(UChar inChar, unsigned inputCharCount, bool isUserInput)
463 ok = !WTF::isASCIIDigit(inChar) && !WTF::isASCIILower(inChar) && WTF::isASCIIPrintable(inChar);
466 ok = !WTF::isASCIIDigit(inChar) && !WTF::isASCIIUpper(inChar) && WTF::isASCIIPrintable(inChar);
469 ok = WTF::isASCIIDigit(inChar);
472 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);
  /external/chromium/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 66 int32_t confusableLookup(UChar32 inChar, int32_t tableMask, UChar *destBuf) const;
  /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 66 int32_t confusableLookup(UChar32 inChar, int32_t tableMask, UChar *destBuf) const;
  /external/chromium/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/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...]

Completed in 230 milliseconds