HomeSort by relevance Sort by last modified time
    Searched refs:UChar (Results 226 - 250 of 1775) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu4c/test/thaitest/
thaitest.cpp 13 #include "unicode/uchar.h"
41 SpaceBreakIterator(const UChar *text, int32_t count);
62 // address of the UChar array
63 const UChar *fText;
88 // spaces - pointer to a UChar array for the text with spaces
90 // noSpaces - pointer to a UChar array for the text without spaces
93 ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceCount, UBool verbose);
110 // returns - the address of the UChar array containing the characters
111 static const UChar *readFile(char *fileName, int32_t &charCount)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/cf/
AtomicStringCF.cpp 47 return add(reinterpret_cast<const UChar*>(ptr), length);
51 return add(reinterpret_cast<const UChar*>(ucharBuffer.data()), length);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathStringSource.h 60 const UChar* m_character16;
64 const UChar* m_character16;
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLParserInput.h 49 const UChar BOM = 0xFEFF;
59 m_size = m_source.length() * sizeof(UChar);
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecUTF16.cpp 80 StringBuffer<UChar> buffer(numChars);
81 UChar* q = buffer.characters();
84 UChar c;
97 UChar c = p[0] | (p[1] << 8);
103 UChar c = (p[0] << 8) | p[1];
120 CString TextCodecUTF16::encode(const UChar* characters, size_t length, UnencodableHandling)
137 UChar c = characters[i];
143 UChar c = characters[i];
  /external/chromium_org/third_party/icu/source/common/unicode/
putil.h 151 * Convert char characters to UChar characters.
169 u_charsToUChars(const char *cs, UChar *us, int32_t length);
172 * Convert UChar characters to char characters.
191 u_UCharsToChars(const UChar *us, char *cs, int32_t length);
ucnv_err.h 196 const UChar *source; /**< Pointer to the source source buffer. @stable ICU 2.0 */
197 const UChar *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */
214 UChar *target; /**< Pointer to the target buffer. @stable ICU 2.0 */
215 const UChar *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */
237 const UChar* codeUnits,
288 const UChar* codeUnits,
318 const UChar* codeUnits,
374 const UChar* codeUnits,
  /external/chromium_org/third_party/icu/source/common/
usc_impl.h 40 * void printScriptRuns(const UChar *text, int32_t length)
83 uscript_openRun(const UChar *src, int32_t length, UErrorCode *pErrorCode);
125 uscript_setRunText(UScriptRun *scriptRun, const UChar *src, int32_t length, UErrorCode *pErrorCode);
uset_props.cpp 31 uset_openPattern(const UChar* pattern, int32_t patternLength,
50 uset_openPatternOptions(const UChar* pattern, int32_t patternLength,
72 const UChar *pattern, int32_t patternLength,
107 const UChar *prop, int32_t propLength,
108 const UChar *value, int32_t valueLength,
118 uset_resemblesPattern(const UChar *pattern, int32_t patternLength,
124 pat.charAt(pos) == (UChar)91/*[*/) ||
130 UChar* result, int32_t resultCapacity,
  /external/chromium_org/third_party/icu/source/i18n/
curramt.cpp 20 CurrencyAmount::CurrencyAmount(const Formattable& amount, const UChar* isoCode,
25 CurrencyAmount::CurrencyAmount(double amount, const UChar* isoCode,
regextxt.h 41 U_CFUNC UChar U_CALLCONV
43 U_CFUNC UChar U_CALLCONV
44 uregex_ucstr_unescape_charAt(int32_t offset, void * /* UChar* */ context);
ucol_elm.h 61 UChar prefixChars[128];
62 UChar *prefix;
64 UChar uchars[128];
65 UChar *cPoints;
96 UChar *cPoints; /* code point array of all combining marks */
117 UChar cp;
124 UChar *decomp;
126 UChar *comp;
  /external/chromium_org/third_party/icu/source/i18n/unicode/
utrans.h 52 * A new set of functions replaces the old ones and uses UChar * IDs,
189 utrans_openU(const UChar *id,
192 const UChar *rules,
272 U_STABLE const UChar * U_EXPORT2
304 utrans_unregisterID(const UChar* id, int32_t idLength);
326 const UChar* filterPattern,
438 * Transliterate a segment of a UChar* string. The string is passed
439 * in in a UChar* buffer. The string is modified in place. If the
470 UChar* text,
478 * Transliterate the portion of the UChar* text buffer that can b
    [all...]
  /external/chromium_org/third_party/icu/source/io/
sprintf.c 38 const UChar *str,
52 const UChar *result,
101 u_sprintf(UChar *buffer,
116 u_sprintf_u(UChar *buffer,
117 const UChar *patternSpecification,
131 u_vsprintf(UChar *buffer,
139 u_snprintf(UChar *buffer,
155 u_snprintf_u(UChar *buffer,
157 const UChar *patternSpecification,
171 u_vsnprintf(UChar *buffer
    [all...]
uprintf.c 39 const UChar *str,
48 const UChar *result,
97 const UChar *patternSpecification,
116 UChar *pattern;
117 UChar buffer[UFMT_DEFAULT_BUFFER_SIZE];
122 pattern = (UChar *)uprv_malloc(size * sizeof(UChar));
150 const UChar *patternSpecification,
  /external/icu4c/common/
patternprops.cpp 165 const UChar *
166 PatternProps::skipWhiteSpace(const UChar *s, int32_t length) {
174 const UChar *
175 PatternProps::trimWhiteSpace(const UChar *s, int32_t &length) {
196 PatternProps::isIdentifier(const UChar *s, int32_t length) {
200 const UChar *limit=s+length;
209 const UChar *
210 PatternProps::skipIdentifier(const UChar *s, int32_t length) {
ucharstriebuilder.cpp 48 UChar charAt(int32_t index, const UnicodeString &strings) const {
76 strings.append((UChar)length);
205 // Create and UChar-serialize the trie for the elements.
213 uchars=static_cast<UChar *>(uprv_malloc(capacity*2));
232 UChar
258 UChar unit=elements[i++].charAt(unitIndex, strings);
270 UChar unit=elements[i++].charAt(unitIndex, strings);
279 UCharsTrieBuilder::indexOfElementWithNextUnit(int32_t i, int32_t unitIndex, UChar unit) const {
286 UCharsTrieBuilder::UCTLinearMatchNode::UCTLinearMatchNode(const UChar *units, int32_t len, Node *nextNode)
330 UChar *newUChars=static_cast<UChar *>(uprv_malloc(newCapacity*2))
    [all...]
usc_impl.h 40 * void printScriptRuns(const UChar *text, int32_t length)
79 uscript_openRun(const UChar *src, int32_t length, UErrorCode *pErrorCode);
115 uscript_setRunText(UScriptRun *scriptRun, const UChar *src, int32_t length, UErrorCode *pErrorCode);
uset_props.cpp 31 uset_openPattern(const UChar* pattern, int32_t patternLength,
50 uset_openPatternOptions(const UChar* pattern, int32_t patternLength,
72 const UChar *pattern, int32_t patternLength,
107 const UChar *prop, int32_t propLength,
108 const UChar *value, int32_t valueLength,
118 uset_resemblesPattern(const UChar *pattern, int32_t patternLength,
124 pat.charAt(pos) == (UChar)91/*[*/) ||
130 UChar* result, int32_t resultCapacity,
  /external/icu4c/common/unicode/
putil.h 122 * Convert char characters to UChar characters.
140 u_charsToUChars(const char *cs, UChar *us, int32_t length);
143 * Convert UChar characters to char characters.
162 u_UCharsToChars(const UChar *us, char *cs, int32_t length);
ucnv_err.h 196 const UChar *source; /**< Pointer to the source source buffer. @stable ICU 2.0 */
197 const UChar *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */
214 UChar *target; /**< Pointer to the target buffer. @stable ICU 2.0 */
215 const UChar *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */
237 const UChar* codeUnits,
288 const UChar* codeUnits,
318 const UChar* codeUnits,
374 const UChar* codeUnits,
  /external/icu4c/i18n/
curramt.cpp 20 CurrencyAmount::CurrencyAmount(const Formattable& amount, const UChar* isoCode,
25 CurrencyAmount::CurrencyAmount(double amount, const UChar* isoCode,
regextxt.h 41 U_CFUNC UChar U_CALLCONV
43 U_CFUNC UChar U_CALLCONV
44 uregex_ucstr_unescape_charAt(int32_t offset, void * /* UChar* */ context);
ucol_elm.h 61 UChar prefixChars[128];
62 UChar *prefix;
64 UChar uchars[128];
65 UChar *cPoints;
96 UChar *cPoints; /* code point array of all combining marks */
117 UChar cp;
124 UChar *decomp;
126 UChar *comp;
  /external/icu4c/i18n/unicode/
uldnames.h 135 UChar *result,
155 UChar *result,
173 UChar *result,
191 UChar *result,
209 UChar *result,
227 UChar *result,
245 UChar *result,
265 UChar *result,

Completed in 1278 milliseconds

1 2 3 4 5 6 7 8 91011>>