OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unfoldRows
(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;
376
unfoldRows
=unfold[UCASE_UNFOLD_ROWS];
388
limit=
unfoldRows
;
418
unfoldRows
(unfold[UCASE_UNFOLD_ROWS]),
435
if(currentRow>=
unfoldRows
) { return U_SENTINEL; }
[
all
...]
ucase.h
145
int32_t
unfoldRows
;
/external/icu/android_icu4j/src/main/java/android/icu/impl/
UCaseProps.java
423
int i, length, start, limit, result, unfoldOffset,
unfoldRows
, unfoldRowWidth, unfoldStringWidth;
440
unfoldRows
=unfold[UNFOLD_ROWS];
452
limit=
unfoldRows
;
[
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;
436
unfoldRows
=unfold[UNFOLD_ROWS];
448
limit=
unfoldRows
;
[
all
...]
/external/cldr/tools/java/libs/
icu4j.jar
Completed in 249 milliseconds