HomeSort by relevance Sort by last modified time
    Searched refs:findPrimary (Results 1 - 15 of 15) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationRootElements.java 221 int index = findPrimary(p);
259 index = findPrimary(p) + 1;
290 index = findPrimary(p) + 1;
308 int findPrimary(long p) {
320 * Returns the primary weight after p where index=findPrimary(p).
344 * Returns the secondary weight after [p, s] where index=findPrimary(p)
378 * Returns the tertiary weight after [p, s, t] where index=findPrimary(p)
423 * Returns the first secondary & tertiary weights for p where index=findPrimary(p)+1.
CollationBuilder.java 398 int pIndex = rootElements.findPrimary(p);
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationRootElements.java 219 int index = findPrimary(p);
257 index = findPrimary(p) + 1;
288 index = findPrimary(p) + 1;
306 int findPrimary(long p) {
318 * Returns the primary weight after p where index=findPrimary(p).
342 * Returns the secondary weight after [p, s] where index=findPrimary(p)
376 * Returns the tertiary weight after [p, s, t] where index=findPrimary(p)
421 * Returns the first secondary & tertiary weights for p where index=findPrimary(p)+1.
CollationBuilder.java 394 int pIndex = rootElements.findPrimary(p);
    [all...]
  /external/icu/icu4c/source/i18n/
collationrootelements.cpp 90 int32_t index = findPrimary(p);
128 index = findPrimary(p) + 1;
158 index = findPrimary(p) + 1;
273 CollationRootElements::findPrimary(uint32_t p) const {
collationrootelements.h 184 int32_t findPrimary(uint32_t p) const;
187 * Returns the primary weight after p where index=findPrimary(p).
192 * Returns the secondary weight after [p, s] where index=findPrimary(p)
203 * Returns the tertiary weight after [p, s, t] where index=findPrimary(p)
216 * Returns the first secondary & tertiary weights for p where index=findPrimary(p)+1.
collationbuilder.cpp 604 int32_t pIndex = rootElements.findPrimary(p);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleElement.java 165 static SimpleElement findPrimary(SimpleElement[] elements, SelectionItem primary) {
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.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 114 milliseconds