OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTF16_CHAR_LENGTH
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/common/
caniter.cpp
210
i =
UTF16_CHAR_LENGTH
(source.char32At(0));
217
for (; i < source.length(); i +=
UTF16_CHAR_LENGTH
(cp)) {
293
for (i = 0; i < source.length(); i +=
UTF16_CHAR_LENGTH
(cp)) {
311
permute(subPermuteString.replace(i,
UTF16_CHAR_LENGTH
(cp), NULL, 0), skipZeros, &subpermute, status);
445
for (int32_t i = 0; i < segLen; i +=
UTF16_CHAR_LENGTH
(cp)) {
/external/chromium_org/third_party/icu/source/test/cintltst/
utf16tst.c
99
if(
UTF16_CHAR_LENGTH
(c) != (uint16_t)codepoint[i] || U16_LENGTH(c) != (uint16_t)codepoint[i]){
100
log_err("The no: of code units for %lx:- Expected: %d Got: %d\n", c, codepoint[i],
UTF16_CHAR_LENGTH
(c));
102
log_verbose("The no: of code units for %lx is %d\n",c,
UTF16_CHAR_LENGTH
(c) );
/external/icu4c/test/cintltst/
utf16tst.c
101
if(
UTF16_CHAR_LENGTH
(c) != (uint16_t)codepoint[i] || U16_LENGTH(c) != (uint16_t)codepoint[i]){
102
log_err("The no: of code units for %lx:- Expected: %d Got: %d\n", c, codepoint[i],
UTF16_CHAR_LENGTH
(c));
104
log_verbose("The no: of code units for %lx is %d\n",c,
UTF16_CHAR_LENGTH
(c) );
/external/chromium_org/third_party/icu/source/common/unicode/
utf_old.h
545
#define
UTF16_CHAR_LENGTH
(c) ((uint32_t)(c)<=0xffff ? 1 : 2)
559
*
UTF16_CHAR_LENGTH
() and UTF_IS_ERROR(),
[
all
...]
/external/icu4c/common/unicode/
utf_old.h
541
#define
UTF16_CHAR_LENGTH
(c) ((uint32_t)(c)<=0xffff ? 1 : 2)
555
*
UTF16_CHAR_LENGTH
() and UTF_IS_ERROR(),
[
all
...]
/external/chromium_org/third_party/icu/source/test/intltest/
citrtest.cpp
669
if(iter.getIndex() !=
UTF16_CHAR_LENGTH
(c) + i)
[
all
...]
Completed in 97 milliseconds