OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toUSection
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/
ucnv_ext.cpp
36
ucnv_extFindToU(const uint32_t *
toUSection
, int32_t length, uint8_t byte) {
41
start=(int32_t)UCNV_EXT_TO_U_GET_BYTE(
toUSection
[0]);
42
limit=(int32_t)UCNV_EXT_TO_U_GET_BYTE(
toUSection
[length-1]);
49
return UCNV_EXT_TO_U_GET_VALUE(
toUSection
[byte-start]); /* could be 0 */
52
/* word0 is suitable for <=
toUSection
[] comparison, word for <
toUSection
[] */
77
if(word0<=
toUSection
[start]) {
80
if(++start<limit && word0<=
toUSection
[start]) {
83
if(++start<limit && word0<=
toUSection
[start]) {
92
if(word<
toUSection
[i])
[
all
...]
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetMBCS.java
[
all
...]
Completed in 53 milliseconds