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

  /external/icu/icu4c/source/common/
uprops.cpp 362 static const UHangulSyllableType gcbToHst[]={
380 /* see comments on gcbToHst[] above */
382 if(gcb<UPRV_LENGTHOF(gcbToHst)) {
383 return gcbToHst[gcb];
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterProperty.java 408 private static final int /* UHangulSyllableType */ gcbToHst[]={
532 /* see comments on gcbToHst[] above */
534 if(gcb<gcbToHst.length) {
535 return gcbToHst[gcb];
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 50 milliseconds