HomeSort by relevance Sort by last modified time
    Searched refs:UChar (Results 26 - 50 of 1475) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/icu4c/common/unicode/
parseerr.h 81 UChar preContext[U_PARSE_CONTEXT_LEN];
88 UChar postContext[U_PARSE_CONTEXT_LEN];
  /external/icu4c/samples/translit/answers/
unaccent.h 38 UChar unaccent(UChar c) const;
  /external/webkit/Source/JavaScriptCore/icu/unicode/
parseerr.h 77 UChar preContext[U_PARSE_CONTEXT_LEN];
84 UChar postContext[U_PARSE_CONTEXT_LEN];
  /external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
UnicodeBrew.cpp 32 UChar toLower(UChar c)
37 UChar toUpper(UChar c)
42 UChar foldCase(UChar c)
47 bool isPrintableChar(UChar c)
52 bool isUpper(UChar c)
57 bool isLower(UChar c)
62 bool isDigit(UChar c
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
UnicodeWinCE.cpp 30 UChar toLower(UChar c)
35 UChar toUpper(UChar c)
40 UChar foldCase(UChar c)
45 bool isPrintableChar(UChar c)
50 bool isSpace(UChar c)
55 bool isLetter(UChar c)
60 bool isUpper(UChar c
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
parseerr.h 77 UChar preContext[U_PARSE_CONTEXT_LEN];
84 UChar postContext[U_PARSE_CONTEXT_LEN];
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
VerticalTextMap.h 40 static UChar getVerticalForm(UChar c);
  /external/webkit/Source/WebKit/mac/icu/unicode/
parseerr.h 77 UChar preContext[U_PARSE_CONTEXT_LEN];
84 UChar postContext[U_PARSE_CONTEXT_LEN];
  /external/icu4c/common/
punycode.h 48 * @param caseFlags Vector of boolean values, one per input UChar,
67 u_strToPunycode(const UChar *src, int32_t srcLength,
68 UChar *dest, int32_t destCapacity,
102 u_strFromPunycode(const UChar *src, int32_t srcLength,
103 UChar *dest, int32_t destCapacity,
ustring.cpp 29 /* U+ffff is the highest BMP code point, the highest one that fits into a 16-bit UChar */
40 isMatchAtCPBoundary(const UChar *start, const UChar *match, const UChar *matchLimit, const UChar *limit) {
52 U_CAPI UChar * U_EXPORT2
53 u_strFindFirst(const UChar *s, int32_t length,
54 const UChar *sub, int32_t subLength) {
55 const UChar *start, *p, *q, *subLimit;
56 UChar c, cs, cq
    [all...]
  /external/icu4c/i18n/unicode/
currunit.h 29 * yen). This class is a thin wrapper over a UChar string that
45 CurrencyUnit(const UChar* isoCode, UErrorCode &ec);
101 inline const UChar* getISOCurrency() const;
107 UChar isoCode[4];
110 inline const UChar* CurrencyUnit::getISOCurrency() const {
udatpg.h 211 const UChar *skeleton, int32_t length,
212 UChar *bestPattern, int32_t capacity,
247 const UChar *skeleton, int32_t length,
249 UChar *bestPattern, int32_t capacity,
274 const UChar *pattern, int32_t length,
275 UChar *skeleton, int32_t capacity,
303 const UChar *pattern, int32_t length,
304 UChar *baseSkeleton, int32_t capacity,
333 const UChar *pattern, int32_t patternLength,
335 UChar *conflictingPattern, int32_t capacity, int32_t *pLength
    [all...]
  /external/icu4c/test/cintltst/
cformtst.h 29 UChar* myDateFormat(UDateFormat *dat, UDate d);
  /external/icu4c/test/intltest/
frcoll.h 41 static const UChar testSourceCases[][MAX_TOKEN_LEN];
42 static const UChar testTargetCases[][MAX_TOKEN_LEN];
43 static const UChar testBugs[][MAX_TOKEN_LEN];
45 static const UChar testAcute[][MAX_TOKEN_LEN];
  /external/webkit/Source/JavaScriptCore/yarr/
YarrSyntaxChecker.cpp 38 void atomPatternCharacter(UChar) {}
41 void atomCharacterClassAtom(UChar) {}
42 void atomCharacterClassRange(UChar, UChar) {}
  /external/webkit/Source/WebCore/html/parser/
HTMLParserIdioms.h 34 bool isHTMLSpace(UChar);
35 bool isNotHTMLSpace(UChar);
54 inline bool isHTMLSpace(UChar character)
69 inline bool isNotHTMLSpace(UChar character)
  /external/webkit/Source/WebCore/platform/text/
Hyphenation.cpp 38 size_t lastHyphenLocation(const UChar* /* characters */, size_t /* length */, size_t /* beforeIndex */, const AtomicString& /* localeIdentifier */)
TextBoundaries.h 38 int endOfFirstWordBoundaryContext(const UChar* characters, int length);
39 int startOfLastWordBoundaryContext(const UChar* characters, int length);
41 void findWordBoundary(const UChar*, int len, int position, int* start, int* end);
42 int findNextWordFromIndex(const UChar*, int len, int position, bool forward);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
dct.h 60 void idct_rowInter(Short *srce, UChar *rec, Int lx);
61 void idct_row0Inter(Short *blk, UChar *rec, Int lx);
62 void idct_row1Inter(Short *blk, UChar *rec, Int lx);
63 void idct_row2Inter(Short *blk, UChar *rec, Int lx);
64 void idct_row3Inter(Short *blk, UChar *rec, Int lx);
65 void idct_row4Inter(Short *blk, UChar *rec, Int lx);
66 void idct_row0x40Inter(Short *blk, UChar *rec, Int lx);
67 void idct_row0x20Inter(Short *blk, UChar *rec, Int lx);
68 void idct_row0x10Inter(Short *blk, UChar *rec, Int lx);
69 void idct_row0xCCInter(Short *blk, UChar *rec, Int lx)
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
ClipboardUtilitiesChromium.cpp 42 static const UChar Newline = '\n';
50 static const UChar NonBreakingSpaceCharacter = 0xA0;
51 static const UChar SpaceCharacter = ' ';
  /external/valgrind/main/none/tests/amd64/
bug137714-amd64.c 6 typedef unsigned char UChar;
17 void maskmovq_mmx ( UChar* regL, UChar* regR )
20 UChar* dst = malloc(8);
39 void maskmovdqu_sse ( UChar* regL, UChar* regR )
42 UChar* dst = malloc(16);
67 UChar* regL = malloc(8);
68 UChar* regR = malloc(8);
73 regL[j] = (UChar)randomUInt()
    [all...]
  /external/valgrind/main/none/tests/x86/
bug137714-x86.c 6 typedef unsigned char UChar;
17 void maskmovq_mmx ( UChar* regL, UChar* regR )
20 UChar* dst = malloc(8);
39 void maskmovdqu_sse ( UChar* regL, UChar* regR )
42 UChar* dst = malloc(16);
67 UChar* regL = malloc(8);
68 UChar* regR = malloc(8);
73 regL[j] = (UChar)randomUInt()
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringBuffer.h 44 if (m_length > std::numeric_limits<unsigned>::max() / sizeof(UChar))
46 m_data = static_cast<UChar*>(fastMalloc(m_length * sizeof(UChar)));
63 if (newLength > std::numeric_limits<unsigned>::max() / sizeof(UChar))
65 m_data = static_cast<UChar*>(fastRealloc(m_data, newLength * sizeof(UChar)));
71 UChar* characters() { return m_data; }
73 UChar& operator[](unsigned i) { ASSERT(i < m_length); return m_data[i]; }
75 UChar* release() { UChar* data = m_data; m_data = 0; return data;
    [all...]
  /external/icu4c/i18n/
dtptngen_impl.h 29 #define SINGLE_QUOTE ((UChar)0x0027)
30 #define FORWARDSLASH ((UChar)0x002F)
31 #define BACKSLASH ((UChar)0x005C)
32 #define SPACE ((UChar)0x0020)
33 #define QUOTATION_MARK ((UChar)0x0022)
34 #define ASTERISK ((UChar)0x002A)
35 #define PLUSSITN ((UChar)0x002B)
36 #define COMMA ((UChar)0x002C)
37 #define HYPHEN ((UChar)0x002D)
38 #define DOT ((UChar)0x002E
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
StringHasher.h 43 inline void addCharacters(UChar a, UChar b)
49 inline void addCharacter(UChar ch)
91 template<typename T, UChar Converter(T)> static inline unsigned computeHash(const T* data, unsigned length)
108 template<typename T, UChar Converter(T)> static inline unsigned computeHash(const T* data)
113 UChar b0 = Converter(*data++);
116 UChar b1 = Converter(*data++);
141 return computeHash<UChar>(static_cast<const UChar*>(data), length / sizeof(UChar));
    [all...]

Completed in 6244 milliseconds

12 3 4 5 6 7 8 91011>>