HomeSort by relevance Sort by last modified time
    Searched full:uchar32 (Results 401 - 425 of 762) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/icu/source/common/unicode/
caniter.h 197 Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
198 //Hashtable *extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
uiter.h 185 typedef UChar32 U_CALLCONV
201 typedef UChar32 U_CALLCONV
217 typedef UChar32 U_CALLCONV
493 U_STABLE UChar32 U_EXPORT2
510 U_STABLE UChar32 U_EXPORT2
527 U_STABLE UChar32 U_EXPORT2
  /external/chromium_org/third_party/icu/source/common/
util_props.cpp 148 UChar32 ch = str.char32At(p);
193 UChar32 ch = text.char32At(p);
ucnvmbcs.h 184 * UChar32 codePoint;
351 UChar32 codePoint;
493 U_CFUNC UChar32
503 U_CFUNC UChar32
546 UChar32 c, uint32_t *pValue,
557 UChar32 c,
utext.cpp 45 UChar32 c;
179 // utext_current32. Get the UChar32 at the current position.
183 U_CAPI UChar32 U_EXPORT2
185 UChar32 c;
203 UChar32 trail = 0;
204 UChar32 supplementaryC = c;
237 U_CAPI UChar32 U_EXPORT2
239 UChar32 c = U_SENTINEL;
264 U_CAPI UChar32 U_EXPORT2
266 UChar32 c
    [all...]
rbbisetb.cpp 58 getFoldedRBBIValue(UNewTrie *trie, UChar32 start, int32_t offset) {
60 UChar32 limit;
170 UChar32 inputSetRangeBegin = inputSet->getRangeStart(inputSetRangeIndex);
171 UChar32 inputSetRangeEnd = inputSet->getRangeEnd(inputSetRangeIndex);
285 // Build the Trie table for mapping UChar32 values to the corresponding
411 // the first UChar32 that is in the set of chars
414 UChar32 RBBISetBuilder::getFirstChar(int32_t category) const {
416 UChar32 retVal = (UChar32)-1;
633 void RangeDescriptor::split(UChar32 where, UErrorCode &status)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
identifier_info.cpp 136 UChar32 cp;
142 fNumerics->add(cp - (UChar32)u_getNumericValue(cp));
unesctrn.cpp 218 UChar32 u = 0;
228 UChar32 ch = text.char32At(s);
uspoof_conf.cpp 47 // tables. Each maps from a UChar32 to a String.
274 UChar32 keyChar = SpoofImpl::ScanHex(fInput, uregex_start(fParseLine, 1, &status),
287 UChar32 c = SpoofImpl::ScanHex(&fInput[mapStringStart], uregex_start(fParseHexNum, 1, &status),
297 // Add the UChar32 -> string mapping to the appropriate table.
374 for (UChar32 keyChar=fKeySet->getRangeStart(range);
507 UChar32 keyChar, // The key character
  /external/chromium_org/third_party/icu/source/test/intltest/
mnkytst.cpp 115 addOne += (UChar32)0xE000;
181 addOne += (UChar32)0xE000;
  /external/harfbuzz_ng/src/
hb-icu.cc 179 UChar32 ret = unorm2_composePair (normalizer, a, b);
339 u_strToUTF32 ((UChar32*) decomposed, HB_UNICODE_MAX_DECOMPOSITION_LEN, &utf32_len, normalized, len, &icu_err);
  /external/icu/icu4c/source/common/
ruleiter.h 123 UChar32 next(int32_t options, UBool& isEscaped, UErrorCode& ec);
215 UChar32 _current() const;
util_props.cpp 148 UChar32 ch = str.char32At(p);
193 UChar32 ch = text.char32At(p);
ucnvmbcs.h 184 * UChar32 codePoint;
351 UChar32 codePoint;
493 U_CFUNC UChar32
503 U_CFUNC UChar32
546 UChar32 c, uint32_t *pValue,
557 UChar32 c,
utext.cpp 45 UChar32 c;
179 // utext_current32. Get the UChar32 at the current position.
183 U_CAPI UChar32 U_EXPORT2
185 UChar32 c;
203 UChar32 trail = 0;
204 UChar32 supplementaryC = c;
237 U_CAPI UChar32 U_EXPORT2
239 UChar32 c = U_SENTINEL;
264 U_CAPI UChar32 U_EXPORT2
266 UChar32 c
    [all...]
  /external/icu/icu4c/source/common/unicode/
appendable.h 72 virtual UBool appendCodePoint(UChar32 c);
180 virtual UBool appendCodePoint(UChar32 c);
caniter.h 197 Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
198 //Hashtable *extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
uiter.h 185 typedef UChar32 U_CALLCONV
201 typedef UChar32 U_CALLCONV
217 typedef UChar32 U_CALLCONV
493 U_STABLE UChar32 U_EXPORT2
510 U_STABLE UChar32 U_EXPORT2
527 U_STABLE UChar32 U_EXPORT2
  /external/icu/icu4c/source/i18n/
identifier_info.cpp 131 UChar32 cp;
137 fNumerics->add(cp - (UChar32)u_getNumericValue(cp));
unesctrn.cpp 218 UChar32 u = 0;
228 UChar32 ch = text.char32At(s);
uspoof_conf.cpp 47 // tables. Each maps from a UChar32 to a String.
274 UChar32 keyChar = SpoofImpl::ScanHex(fInput, uregex_start(fParseLine, 1, &status),
287 UChar32 c = SpoofImpl::ScanHex(&fInput[mapStringStart], uregex_start(fParseHexNum, 1, &status),
297 // Add the UChar32 -> string mapping to the appropriate table.
374 for (UChar32 keyChar=fKeySet->getRangeStart(range);
507 UChar32 keyChar, // The key character
  /external/icu/icu4c/source/test/intltest/
mnkytst.cpp 115 addOne += (UChar32)0xE000;
181 addOne += (UChar32)0xE000;
  /external/chromium_org/third_party/icu/source/test/cintltst/
usettest.c 34 static char oneUCharToChar(UChar32 c);
296 UChar32 c;
347 static char oneUCharToChar(UChar32 c) {
365 UChar32 start = 1, end = 0;
446 UChar32 c;
481 UChar32 c;
  /external/icu/icu4c/source/test/cintltst/
usettest.c 34 static char oneUCharToChar(UChar32 c);
296 UChar32 c;
347 static char oneUCharToChar(UChar32 c) {
365 UChar32 start = 1, end = 0;
446 UChar32 c;
481 UChar32 c;
  /external/chromium_org/third_party/icu/source/io/unicode/
ustdio.h 164 <tr><td>%l</td><td>C</td><td>UChar32</td><td><b>(Unimplemented)</b> 32-bit Unicode code unit</td></tr>
165 <tr><td>%l</td><td>S</td><td>UChar32 *</td><td><b>(Unimplemented)</b> Null terminated UTF-32 string</td></tr>
565 U_STABLE UChar32 U_EXPORT2
566 u_fputc(UChar32 uc,
684 * Read a UChar32 from a UFILE.
687 * @return The UChar32 value read, or U_EOF if no character was
693 U_STABLE UChar32 U_EXPORT2
704 * @return The UChar32 value put back if successful, U_EOF otherwise.
707 U_STABLE UChar32 U_EXPORT2
708 u_fungetc(UChar32 c
    [all...]

Completed in 3824 milliseconds

<<11121314151617181920>>