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

  /external/chromium_org/third_party/icu/source/common/
loclikely.cpp 467 int32_t subtagLength = 0;
480 subtagLength = ulocimp_getLanguage(position, lang, *langLength, &position);
481 u_terminateChars(lang, *langLength, subtagLength, err);
492 *langLength = subtagLength;
508 subtagLength = ulocimp_getScript(position, script, *scriptLength, &position);
509 u_terminateChars(script, *scriptLength, subtagLength, err);
515 *scriptLength = subtagLength;
533 subtagLength = ulocimp_getCountry(position, region, *regionLength, &position);
534 u_terminateChars(region, *regionLength, subtagLength, err);
540 *regionLength = subtagLength;
    [all...]
  /external/icu4c/common/
loclikely.cpp 472 int32_t subtagLength = 0;
485 subtagLength = ulocimp_getLanguage(position, lang, *langLength, &position);
486 u_terminateChars(lang, *langLength, subtagLength, err);
497 *langLength = subtagLength;
513 subtagLength = ulocimp_getScript(position, script, *scriptLength, &position);
514 u_terminateChars(script, *scriptLength, subtagLength, err);
520 *scriptLength = subtagLength;
538 subtagLength = ulocimp_getCountry(position, region, *regionLength, &position);
539 u_terminateChars(region, *regionLength, subtagLength, err);
545 *regionLength = subtagLength;
    [all...]

Completed in 2224 milliseconds