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

1 2 3 4 5 6 7 891011>>

  /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/common/
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/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,
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/icu4c/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...]
  /external/icu4c/samples/break/
ubreak.c 17 void printTextRange(UChar* str, int32_t start, int32_t end)
20 UChar savedEndChar;
33 void printEachForward( UBreakIterator* boundary, UChar* str) {
44 void printEachBackward( UBreakIterator* boundary, UChar* str) {
54 void printFirst(UBreakIterator* boundary, UChar* str) {
62 void printLast(UBreakIterator* boundary, UChar* str) {
71 void printAt(UBreakIterator* boundary, int32_t pos , UChar* str) {
83 UChar stringToExamine[sizeof(cStringToExamine)+1];
  /external/icu4c/samples/ucnv/
flagcb.h 34 const UChar* codeUnits,
52 const UChar* codeUnits,
  /external/webkit/Source/JavaScriptCore/icu/unicode/
putil.h 138 * Convert char characters to UChar characters.
156 u_charsToUChars(const char *cs, UChar *us, int32_t length);
159 * Convert UChar characters to char characters.
178 u_UCharsToChars(const UChar *us, char *cs, int32_t length);
ucnv_err.h 189 const UChar *source; /**< Pointer to the source source buffer. @stable ICU 2.0 */
190 const UChar *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */
207 UChar *target; /**< Pointer to the target buffer. @stable ICU 2.0 */
208 const UChar *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */
230 const UChar* codeUnits,
281 const UChar* codeUnits,
311 const UChar* codeUnits,
367 const UChar* codeUnits,
  /external/webkit/Source/JavaScriptCore/wtf/unicode/
Collator.h 54 Result collate(const ::UChar*, size_t, const ::UChar*, size_t) const;
CollatorDefault.cpp 54 Collator::Result Collator::collate(const UChar* lhs, size_t lhsLength, const UChar* rhs, size_t rhsLength) const
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
putil.h 138 * Convert char characters to UChar characters.
156 u_charsToUChars(const char *cs, UChar *us, int32_t length);
159 * Convert UChar characters to char characters.
178 u_UCharsToChars(const UChar *us, char *cs, int32_t length);
ucnv_err.h 189 const UChar *source; /**< Pointer to the source source buffer. @stable ICU 2.0 */
190 const UChar *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */
207 UChar *target; /**< Pointer to the target buffer. @stable ICU 2.0 */
208 const UChar *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */
230 const UChar* codeUnits,
281 const UChar* codeUnits,
311 const UChar* codeUnits,
367 const UChar* codeUnits,
  /external/webkit/Source/WebCore/css/
CSSOMUtils.cpp 38 static void appendCharacter(UChar32 c, Vector<UChar>& appendTo)
41 appendTo.append(static_cast<UChar>(c));
48 void serializeCharacter(UChar32 c, Vector<UChar>& appendTo)
54 void serializeCharacterAsCodePoint(UChar32 c, Vector<UChar>& appendTo)
63 Vector<UChar> addend;
68 void serializeIdentifier(const String& identifier, Vector<UChar>& appendTo)
99 Vector<UChar> addend;
104 void serializeString(const String& string, Vector<UChar>& appendTo)
FontFamilyValue.cpp 38 UChar startCharacter = 0;
61 void FontFamilyValue::appendSpaceSeparated(const UChar* characters, unsigned length)
  /external/webkit/Source/WebCore/html/parser/
XSSFilter.cpp 46 static bool isNonCanonicalCharacter(UChar c)
63 static bool isRequiredForInjection(UChar c)
84 static bool isNameOfInlineEventHandler(const Vector<UChar, 32>& name)
98 static bool containsJavaScriptURL(const Vector<UChar, 32>& value)
  /external/webkit/Source/WebCore/icu/unicode/
putil.h 138 * Convert char characters to UChar characters.
156 u_charsToUChars(const char *cs, UChar *us, int32_t length);
159 * Convert UChar characters to char characters.
178 u_UCharsToChars(const UChar *us, char *cs, int32_t length);
ucnv_err.h 189 const UChar *source; /**< Pointer to the source source buffer. @stable ICU 2.0 */
190 const UChar *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */
207 UChar *target; /**< Pointer to the target buffer. @stable ICU 2.0 */
208 const UChar *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */
230 const UChar* codeUnits,
281 const UChar* codeUnits,
311 const UChar* codeUnits,
367 const UChar* codeUnits,
ushape.h 100 u_shapeArabic(const UChar *source, int32_t sourceLength,
101 UChar *dest, int32_t destSize,
  /external/webkit/Source/WebCore/svg/
SVGFitToViewBox.h 40 bool parseViewBox(Document*, const UChar*& start, const UChar* end, FloatRect& viewBox, bool validate = true);

Completed in 416 milliseconds

1 2 3 4 5 6 7 891011>>