OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unfoldRowWidth
(Results
1 - 9
of
9
) sorted by null
/external/icu/icu4c/source/common/
ucase.cpp
340
int32_t i, start, limit, result, unfoldRows,
unfoldRowWidth
, unfoldStringWidth;
358
unfoldRowWidth
=unfold[UCASE_UNFOLD_ROW_WIDTH];
360
unfold+=
unfoldRowWidth
;
372
const UChar *p=reinterpret_cast<const UChar *>(unfold+(i*
unfoldRowWidth
));
379
for(i=unfoldStringWidth; i<
unfoldRowWidth
&& p[i]!=0;) {
400
unfoldRowWidth
(unfold[UCASE_UNFOLD_ROW_WIDTH]),
404
unfold+=
unfoldRowWidth
;
410
const UChar *p=unfold+(currentRow*
unfoldRowWidth
);
411
if(rowCpIndex>=
unfoldRowWidth
|| p[rowCpIndex]==0) {
413
p+=
unfoldRowWidth
;
[
all
...]
ucase.h
146
int32_t
unfoldRowWidth
;
/external/icu/android_icu4j/src/main/java/android/icu/impl/
UCaseProps.java
402
int i, length, start, limit, result, unfoldOffset, unfoldRows,
unfoldRowWidth
, unfoldStringWidth;
420
unfoldRowWidth
=unfold[UNFOLD_ROW_WIDTH];
422
//unfoldCPWidth=
unfoldRowWidth
-unfoldStringWidth;
434
unfoldOffset=((i+1)*
unfoldRowWidth
); // +1 to skip the header values above
441
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
398
int i, length, start, limit, result, unfoldOffset, unfoldRows,
unfoldRowWidth
, unfoldStringWidth;
416
unfoldRowWidth
=unfold[UNFOLD_ROW_WIDTH];
418
//unfoldCPWidth=
unfoldRowWidth
-unfoldStringWidth;
430
unfoldOffset=((i+1)*
unfoldRowWidth
); // +1 to skip the header values above
437
for(i=unfoldStringWidth; i<
unfoldRowWidth
&& unfold[unfoldOffset+i]!=0; i+=UTF16.getCharCount(c)) {
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 1060 milliseconds