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

  /external/chromium_org/third_party/icu/source/common/
uprops.cpp 387 static const UHangulSyllableType gcbToHst[]={
405 /* see comments on gcbToHst[] above */
407 if(gcb<LENGTHOF(gcbToHst)) {
408 return gcbToHst[gcb];
  /external/icu4c/common/
uprops.cpp 361 static const UHangulSyllableType gcbToHst[]={
379 /* see comments on gcbToHst[] above */
381 if(gcb<LENGTHOF(gcbToHst)) {
382 return gcbToHst[gcb];
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 199 milliseconds