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

  /external/chromium_org/third_party/icu/source/i18n/
scriptset.cpp 213 UnicodeString oneScriptName;
218 oneScriptName.append(c);
223 if (oneScriptName.length() > 0) {
225 oneScriptName.extract(0, oneScriptName.length(), buf, sizeof(buf)-1, US_INV);
236 oneScriptName.remove();
  /external/icu/icu4c/source/i18n/
scriptset.cpp 213 UnicodeString oneScriptName;
218 oneScriptName.append(c);
223 if (oneScriptName.length() > 0) {
225 oneScriptName.extract(0, oneScriptName.length(), buf, sizeof(buf)-1, US_INV);
236 oneScriptName.remove();

Completed in 962 milliseconds