Searched refs:MAX_CP (Results 1 - 2 of 2) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DPropsVectors.java136 public final static int MAX_CP = 0x110001; field in class:PropsVectors
140 public final static int MAX_ROWS = MAX_CP + 1;
154 rows = 2 + (MAX_CP - FIRST_SPECIAL_CP);
160 for (int cp = FIRST_SPECIAL_CP; cp <= MAX_CP; ++cp) {
178 if (start < 0 || start > end || end > MAX_CP || column < 0
285 if (isCompacted || c < 0 || c > MAX_CP || column < 0
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPropsVectors.java134 public final static int MAX_CP = 0x110001; field in class:PropsVectors
138 public final static int MAX_ROWS = MAX_CP + 1;
152 rows = 2 + (MAX_CP - FIRST_SPECIAL_CP);
158 for (int cp = FIRST_SPECIAL_CP; cp <= MAX_CP; ++cp) {
176 if (start < 0 || start > end || end > MAX_CP || column < 0
283 if (isCompacted || c < 0 || c > MAX_CP || column < 0

Completed in 65 milliseconds