Home
last modified time | relevance | path

Searched refs:underscorePos (Results 1 – 4 of 4) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/icu/
DIcuDataSplitter.java143 int underscorePos = locale.indexOf('_'); in split() local
144 if (underscorePos > -1 && locale.length() - underscorePos - 1 != 4) { in split()
/external/cldr/tools/java/org/unicode/cldr/util/
DPathHeader.java1215 int underscorePos = source0.indexOf("_");
1216 if (underscorePos > 0) {
1217 languageOnlyPart = source0.substring(0, underscorePos);
1725 int underscorePos = s.indexOf("_");
1726 if (underscorePos > 0) {
1727 languageOnlyPart = s.substring(0, underscorePos);
/external/skqp/tools/bookmaker/
DmdOut.cpp726 size_t underscorePos = header.find('_'); in buildRefFromFile() local
727 if (string::npos != underscorePos) { in buildRefFromFile()
728 header.replace(underscorePos, 1, " "); in buildRefFromFile()
/external/skia/tools/bookmaker/
DmdOut.cpp727 size_t underscorePos = header.find('_'); in buildRefFromFile() local
728 if (string::npos != underscorePos) { in buildRefFromFile()
729 header.replace(underscorePos, 1, " "); in buildRefFromFile()