OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unfoldRowWidth
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/common/
ucase.cpp
359
int32_t i, start, limit, result, unfoldRows,
unfoldRowWidth
, unfoldStringWidth;
377
unfoldRowWidth
=unfold[UCASE_UNFOLD_ROW_WIDTH];
379
unfold+=
unfoldRowWidth
;
391
const UChar *p=reinterpret_cast<const UChar *>(unfold+(i*
unfoldRowWidth
));
398
for(i=unfoldStringWidth; i<
unfoldRowWidth
&& p[i]!=0;) {
419
unfoldRowWidth
(unfold[UCASE_UNFOLD_ROW_WIDTH]),
423
unfold+=
unfoldRowWidth
;
429
const UChar *p=unfold+(currentRow*
unfoldRowWidth
);
430
if(rowCpIndex>=
unfoldRowWidth
|| p[rowCpIndex]==0) {
432
p+=
unfoldRowWidth
;
[
all
...]
ucase.h
146
int32_t
unfoldRowWidth
;
/external/icu/android_icu4j/src/main/java/android/icu/impl/
UCaseProps.java
423
int i, length, start, limit, result, unfoldOffset, unfoldRows,
unfoldRowWidth
, unfoldStringWidth;
441
unfoldRowWidth
=unfold[UNFOLD_ROW_WIDTH];
443
//unfoldCPWidth=
unfoldRowWidth
-unfoldStringWidth;
455
unfoldOffset=((i+1)*
unfoldRowWidth
); // +1 to skip the header values above
462
for(i=unfoldStringWidth; i<
unfoldRowWidth
&& unfold[unfoldOffset+i]!=0; i+=UTF16.getCharCount(c)) {
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCaseProps.java
419
int i, length, start, limit, result, unfoldOffset, unfoldRows,
unfoldRowWidth
, unfoldStringWidth;
437
unfoldRowWidth
=unfold[UNFOLD_ROW_WIDTH];
439
//unfoldCPWidth=
unfoldRowWidth
-unfoldStringWidth;
451
unfoldOffset=((i+1)*
unfoldRowWidth
); // +1 to skip the header values above
458
for(i=unfoldStringWidth; i<
unfoldRowWidth
&& unfold[unfoldOffset+i]!=0; i+=UTF16.getCharCount(c)) {
[
all
...]
/external/cldr/tools/java/libs/
icu4j.jar
Completed in 7344 milliseconds